Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
12-28-2013, 05:34 PM
|
#1
|
Member
Registered: Oct 2004
Posts: 209
Rep:
|
firefox not playing flash
I just installed 14.1 on a 32 bit system. Downloaded flash 11 from Adobe and guess what? No play on youtube, that's where I tested it. All I get it is a black box that eventually goes away to white. Checking firefox it says that the plugin is installed, disabling it in firefox results in a "no plugin available" error on youtube, so the plugin is detected.
tj
|
|
|
12-28-2013, 06:52 PM
|
#3
|
Member
Registered: Oct 2004
Posts: 209
Original Poster
Rep:
|
Nope, same problem. No play.
Thius system had a Ubuntu install that I played with first and flash worked ok. So, its not the system.
tj
|
|
|
12-28-2013, 07:01 PM
|
#4
|
Senior Member
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482
|
What version of Firefox? In recent versions all plugins are sandboxed and are allowed to run only when explicitly allowed. All plugins are disabled by default.
|
|
|
12-28-2013, 07:42 PM
|
#5
|
Member
Registered: Dec 2007
Location: Alabama USA
Distribution: Slackware current
Posts: 309
Rep:
|
/home/user/.mozilla/plugins/ is where it goes
do a "locate libflashplayer.so" cd to that directory
"ls" to make sure it is there
then do a "cp libflashplayer.so /home/user/.mozilla/plugins/"
|
|
|
12-28-2013, 08:18 PM
|
#6
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Quote:
Originally Posted by Woodsman
What version of Firefox? In recent versions all plugins are sandboxed and are allowed to run only when explicitly allowed. All plugins are disabled by default.
|
Since the OP is using 14.1 it is most likely Firefox 24.2.0 ESR.
|
|
|
12-28-2013, 08:48 PM
|
#7
|
Member
Registered: Oct 2004
Posts: 209
Original Poster
Rep:
|
Firefox version is 24.1
Plugin is in
/usr/lib/mozilla/plugins/libflashplayer.so
Also, Tools->Addons->Plugins shows "Shockwave Flash 11,1,202,332" as always active.
If I disable flash and go to youtube I get a "no plugin" error. If I re-activate flash I just get a black block where the video would be and no error message.
tj
|
|
|
12-28-2013, 08:55 PM
|
#8
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Quote:
Originally Posted by wufo
Firefox version is 24.1
|
The current version for Slackware 14.1 is 24.2, so you should update that first to rule out a problem with the older version.
Your Flash version is the same that I use (on Firefox 24.2) and it is working fine here. You may want to try to start Firefox from the command-line to see if it prints out error-messages.
|
|
|
12-29-2013, 07:00 AM
|
#9
|
Member
Registered: Jun 2010
Distribution: Slackware Current 64 bit KDE 5
Posts: 380
Rep:
|
I have firefox 24.2 and flash Version: 11,2,202,327 and it works just fine here. I've had no issues with installing the flash package from AlienBob's repository. Maybe the version of flash that was installed from adobe's website is conflicting somehow. At least, that's the only thing I can think of.
|
|
|
12-29-2013, 08:04 AM
|
#10
|
Member
Registered: Sep 2003
Location: The Netherlands
Distribution: Slackware
Posts: 124
Rep:
|
Maybe you are missing a dependency for flash player? Check it with:
Code:
ldd /usr/lib/mozilla/plugins/libflashplayer.so | grep 'not found'
If this command results in no output, all dependencies are met and this is not causing the problem.
|
|
|
12-29-2013, 10:19 AM
|
#11
|
LQ Addict
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680
|
Does Firefox who that the gnash plugin is installed? If so then you will need to disable this so that the proprietary Adobe plugin will be used for embedded Flash.
|
|
1 members found this post helpful.
|
12-29-2013, 01:09 PM
|
#12
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Slackware does not come with Gnash, you have to separately build it.
|
|
|
12-29-2013, 01:53 PM
|
#13
|
Member
Registered: May 2006
Location: Orion–Cygnus Arm, MWG
Distribution: Slackware, Ubuntu
Posts: 249
Rep: 
|
Forget the system install and try this:
1) Simply download the version 26 from here: http://releases.mozilla.org/pub/mozi...efox/releases/
2) Unarchive it into your /home/username directory (your account directory.).
3) Go into ~/firefox/browser directory and create a "plugins" directory.
4) Drop your libflashplayer.so file inside this plugins directory.
5) Launch with: ~/firefox/firefox and it should just work.
Last edited by coldbeer; 12-29-2013 at 01:56 PM.
|
|
1 members found this post helpful.
|
12-29-2013, 02:10 PM
|
#14
|
Member
Registered: Apr 2004
Location: Mesa, AZ USA
Distribution: Slackware 14.1 kernel 4.1.13 gcc 4.8.2
Posts: 246
Rep:
|
Quote:
Originally Posted by Speek
Maybe you are missing a dependency for flash player? Check it with:
Code:
ldd /usr/lib/mozilla/plugins/libflashplayer.so | grep 'not found'
If this command results in no output, all dependencies are met and this is not causing the problem.
|
Another possibility is one of the dependency libs permissions are not set correctly. Be sure to check those too.
|
|
|
12-30-2013, 11:38 AM
|
#15
|
Member
Registered: Jun 2011
Posts: 87
Rep: 
|
I know the flash plugin from slackbuilds.org works, but have never tried Adobe's.
Last edited by dwblas; 12-30-2013 at 11:40 AM.
|
|
|
All times are GMT -5. The time now is 01:41 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|