LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 11-19-2009, 07:49 PM   #1
newslack
LQ Newbie
 
Registered: Nov 2009
Posts: 9

Rep: Reputation: 0
Question install flash player under slackware 13 x64


hi,
i would like to install flash plug for my firefox under slackware 13 -64 bit.
i downloaded install_flash_player_10_linux.tar.gz from adobe website.
i unzip it and extract the tar file. what i found is only
libflashplayer.so. how do i proceed from here?

please help.
 
Old 11-19-2009, 08:09 PM   #2
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
It may need ia32libs to install.
 
0 members found this post helpful.
Old 11-19-2009, 11:10 PM   #3
mudangel
Member
 
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 267

Rep: Reputation: 56
try copying libflashplayer.so to your plugin directory, ~/.mozilla/plugins/ or /usr/lib64/mozilla/plugins/
You can use the Flash plugin without 32 bit compatibility
 
Old 11-20-2009, 06:56 AM   #4
Eternal_Newbie
Member
 
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware
Posts: 573

Rep: Reputation: 59
Quote:
Originally Posted by mudangel View Post
You can use the Flash plugin without 32 bit compatibility
Only if you downloaded the Beta 64 bit version from Adobe Labs, which is a bit hidden. You can find it here: http://labs.adobe.com/technologies/f...r10/64bit.html

IMHO the "Beta" 64 bit Flash is more stable that 32 bit Flash.

Last edited by Eternal_Newbie; 11-20-2009 at 06:57 AM.
 
Old 11-20-2009, 07:35 AM   #5
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107
The 64-bit flash player plugin can easily be built into a Slackware package using the SlackBuild script provided in the /extra/flashplayer-plugin/ directory of your DVD or any online mirror. It gets installed to the system-wide mozilla plugins directory so that Firefox, Seamonkey and other mozilla based browsers will be able to use it.

Eric
 
Old 11-21-2009, 09:01 AM   #6
newslack
LQ Newbie
 
Registered: Nov 2009
Posts: 9

Original Poster
Rep: Reputation: 0
cool, I used slackbuild and installpkg and it worked!
 
Old 12-10-2009, 10:53 PM   #7
wrinkledcheese
LQ Newbie
 
Registered: Jul 2007
Distribution: Slackware
Posts: 29

Rep: Reputation: 2
Hey everyone,

I have stumbled around the net looking for a solution to this issue but it seems like I'm stuck. At first I thought it was all flash apps were crashing firefox after installing flash player 10 using all of the methods above. I tried them all except the slackbuild in the extra dir until I found this post. The slackbuild does seem to present the best results but it still crashes.

With youtube, some videos will work and some will cause firefox to crash. Some flash ads cause firefox to crash, some don't. I had to post this twice due to a crash. My main concern is my girlfriends games don't work. They cause firefox to crash every time. Back to youtube... if I watch the same video, it will never crash so long as it doesn't the first time I watch it. If the video crashes firefox when I first view it I will never get any other results.

I have tried reinstalling it after uninstalling it and that didn't work either. I've been checking around on the net and I haven't been able to find any other resources regarding this issue. Does anyone have any tips ideas etc? The flash program on facebook that I've been testing for my girlfriends sake is FarmVille by Zynga.

I'm going to try a few of their other flash games to see if it's just this flash game that's causing it or if it's all of them. Anyone have any insight they'd care to share regarding these crashes I would most appreciate any of them.

I'm running slackware 13.0 64 on an AMD Athlon 64 3500+ with 1GB of ram on an ASUS A8V board. Before I installed the flash player I have not had any issues with any programs crashing, as soon as I uninstall flashplayer firefox ceases to crash.

[edit]
I tried another flash game and it crashed as well.

Last edited by wrinkledcheese; 12-10-2009 at 10:59 PM.
 
Old 12-11-2009, 12:39 AM   #8
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,942

Rep: Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568
Quote:
Originally Posted by wrinkledcheese View Post
With youtube, some videos will work and some will cause firefox to crash.

AMD Athlon 64 3500+
If you run firefox from the command line, do you get an error message? If it is "Illegal instruction" then maybe I know what the problem is. At least the original AMD Opteron and the first 64-bit Intel P4 processors did not have the LAHF assembly instruction in the 64-bit mode, but newer processors support that. The 64-bit flash plugin uses that instruction. Try this:

Code:
cat /proc/cpuinfo | grep lahf_lm
If it outputs nothing, your processor has this problem. Newer processors display "lahf_lm" in line "flags".

Fix by Maks Verver: Use Google to find flashplugin-lahf-fix.tar.gz and extract flashplugin-lahf-fix.c. There are compiling instructions written inside. Copy the compiled flashplugin-lahf-fix.so to directory /usr/lib64/mozilla/plugins
 
1 members found this post helpful.
Old 12-11-2009, 11:48 AM   #9
wrinkledcheese
LQ Newbie
 
Registered: Jul 2007
Distribution: Slackware
Posts: 29

Rep: Reputation: 2
I do get an error when it crashes.

Code:
/usr/lib64/firefox-3.5.5/run-mozilla.sh: line 131:  3566 Illegal instruction     "$prog" ${1+"$@"}
When I run that cat cpuinfo command you mentioned it doesn't output anything. I will try installing what you had mentioned and update this post. Hopefully this will help someone someday...aside from me.

This worked for me. Because I had a little trouble finding the fix, due to flash and my lazyness to uninstall it I have included it here.

Save the code below in a c file. Compile instructions are included in the header of the file.

Code:
/* Simple work-around for running the 64-bit Adobe Flash plug-in version 10
   on Athlon64 processors without support for the lahf instruction.

Compile with:
cc -fPIC -shared -nostdlib -lc -oflashplugin-lahf-fix.so flashplugin-lahf-fix.c
Then place the .so file in the plug-in directory (e.g. $HOME/.mozilla/plugins)
or use LD_PRELOAD to force Firefox to load the library.

   - Maks Verver <maksverver@geocities.com> July 2009 */

#define _GNU_SOURCE
#include <stdlib.h>
#include <signal.h>
#include <ucontext.h>

static void sig_handler(int signal, siginfo_t *info, void *context) {
        if (signal != SIGILL) return;
        if (*(char*)info->si_addr != (char)0x9f) abort();
        greg_t *regs = ((ucontext_t*)context)->uc_mcontext.gregs;
        ((char*)&regs[REG_RAX])[1] = ((char*)&regs[REG_EFL])[0];
        regs[REG_RIP]++;
}

static struct sigaction old_sa, new_sa = {
        .sa_flags     = SA_SIGINFO,
        .sa_sigaction = &sig_handler };

int _init() { sigaction(SIGILL, &new_sa, &old_sa); return 0; }
int _fini() { sigaction(SIGILL, &old_sa, &new_sa); return 0; }

Last edited by wrinkledcheese; 12-11-2009 at 11:55 AM.
 
1 members found this post helpful.
Old 01-31-2010, 02:33 PM   #10
harksaw
LQ Newbie
 
Registered: Nov 2009
Posts: 19

Rep: Reputation: 2
Quote:
Originally Posted by wrinkledcheese View Post
I do get an error when it crashes.

Code:
/usr/lib64/firefox-3.5.5/run-mozilla.sh: line 131:  3566 Illegal instruction     "$prog" ${1+"$@"}
When I run that cat cpuinfo command you mentioned it doesn't output anything. I will try installing what you had mentioned and update this post. Hopefully this will help someone someday...aside from me.

This worked for me. Because I had a little trouble finding the fix, due to flash and my lazyness to uninstall it I have included it here.

Save the code below in a c file. Compile instructions are included in the header of the file.

Code:
/* Simple work-around for running the 64-bit Adobe Flash plug-in version 10
   on Athlon64 processors without support for the lahf instruction.

Compile with:
cc -fPIC -shared -nostdlib -lc -oflashplugin-lahf-fix.so flashplugin-lahf-fix.c
Then place the .so file in the plug-in directory (e.g. $HOME/.mozilla/plugins)
or use LD_PRELOAD to force Firefox to load the library.

   - Maks Verver <maksverver@geocities.com> July 2009 */

#define _GNU_SOURCE
#include <stdlib.h>
#include <signal.h>
#include <ucontext.h>

static void sig_handler(int signal, siginfo_t *info, void *context) {
        if (signal != SIGILL) return;
        if (*(char*)info->si_addr != (char)0x9f) abort();
        greg_t *regs = ((ucontext_t*)context)->uc_mcontext.gregs;
        ((char*)&regs[REG_RAX])[1] = ((char*)&regs[REG_EFL])[0];
        regs[REG_RIP]++;
}

static struct sigaction old_sa, new_sa = {
        .sa_flags     = SA_SIGINFO,
        .sa_sigaction = &sig_handler };

int _init() { sigaction(SIGILL, &new_sa, &old_sa); return 0; }
int _fini() { sigaction(SIGILL, &old_sa, &new_sa); return 0; }
This is immensely helpful. Thank you!

I still have a problem in that flash 64 has no sound. Does anyone know how to go about resolving that?
 
Old 02-02-2010, 09:03 PM   #11
wrinkledcheese
LQ Newbie
 
Registered: Jul 2007
Distribution: Slackware
Posts: 29

Rep: Reputation: 2
I didn't have any issues with sound but after reading the first three pages of this thread:

http://www.linuxforums.org/forum/sla...-no-sound.html

I found at least a dozen things to check for sound issues with flash. It seems pretty distribution specific at times but mostly non-distro specific things to check as well.

Hope this helps.

[edit]
After reading the fourth page, there are Slackware issues mentioned and KDE issues mentioned as well.

Last edited by wrinkledcheese; 02-02-2010 at 09:05 PM.
 
Old 02-11-2010, 03:15 AM   #12
Galib
Member
 
Registered: Mar 2009
Location: $HOME
Distribution: Slackware64
Posts: 69

Rep: Reputation: 17
I also just got a fresh install of Slackware 13 x64. I've got flash working with no sound, using the SlackBuild found on the cd.

Let me know if anyone comes to any conclusions.
 
Old 02-12-2010, 04:22 AM   #13
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,302
Blog Entries: 61

Rep: Reputation: Disabled
I'm using the latest release with no problems. Expanded the .tar.gz, then copied the libflashplayer.so to /usr/lib64/mozilla/plugins.

http://labs.adobe.com/downloads/flas...r10_64bit.html
 
Old 06-07-2010, 02:30 PM   #14
meetscott
Samhain Slackbuild Maintainer
 
Registered: Sep 2004
Location: Phoenix, AZ, USA
Distribution: Slackware
Posts: 411

Rep: Reputation: 43
I've got no sound either. I'm 64 bit and I'm following what people say here. I hate flash.
 
Old 06-09-2010, 05:36 AM   #15
Eternal_Newbie
Member
 
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware
Posts: 573

Rep: Reputation: 59
Flash tends to default to outputting sound to the first alsa device it finds, which is often not the default device. The best way I have found of making it output to default or your preferred device is with an ~/.asoundrc file in your home directory, eg:
Code:
pcm.!default {
type hw
card 1
}

ctl.!default {
type hw
card 1
}
It should look similar to the above, your card number will quite possibly different so check first.

This command should list all configured alsa playback devices so you can find the one you want to use:
Code:
aplay -l
More details in this thread: http://www.linuxquestions.org/questi...s-card-809773/

If you do use an .asoundrc file remember that it over-rides all other alsa settings so change or delete it if you change sound cards
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I can not install Flash Player on a Slackware bogdanixx Linux - Newbie 9 11-11-2009 04:52 PM
Don't know how to install Flash Player in Slackware mongoosecage Linux - Software 9 05-23-2009 08:04 AM
install flash plugin in x64 preeteshbarretto Linux - Newbie 2 02-26-2009 10:40 AM
Flash Player for x64 peeths003 Linux - Software 12 12-10-2008 01:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

All times are GMT -5. The time now is 12:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration