LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 10-31-2006, 01:48 AM   #1
LaughingBovine
LQ Newbie
 
Registered: Oct 2006
Posts: 5

Rep: Reputation: 0
Angry Flash still doesn't work in Firefox


To me, this sounds like a newbie question, but I still cant get flash to work.

about: plugins gives me "No plug-ins are installed"

heres what happens when i look for libflashplayer
Code:
[geoff@bovinious ~]$ sudo updatedb
[geoff@bovinious ~]$ sudo locate libflashplayer
/home/geoff/.mozilla/plugins/libflashplayer.so
/usr/lib/mozilla/plugins/libflashplayer.so
I'm running Firefox 1.5.0.7 (even tried v2 but it still didnt work) on an FC5 machine.

Any help would be appreciated. Thanks!
 
Old 10-31-2006, 03:21 AM   #2
salparadise
Senior Member
 
Registered: Nov 2002
Location: Birmingham UK
Distribution: Various
Posts: 1,736

Rep: Reputation: 146Reputation: 146
Is there a /usr/lib/firefox/plugins folder?

Or a /usr/lib/browser-plugins folder?


Unlike konqueror, firefox can't have new plugin paths added manually (afaik).

Soory if this is stuff you've already tried.
 
Old 10-31-2006, 03:21 AM   #3
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Thats a really strange one. Have you tried copying libflashplayer.so (and maybe flashplayer.xpt) to /usr/lib/mozilla or directly to the firefox plugin directory e.g. /usr/lib/firefox-1.5.0.7/plugins/.
 
Old 10-31-2006, 03:45 AM   #4
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Are you using 32 bit FC or 64? If 64 are you using 64bit firefox?
 
Old 10-31-2006, 04:25 AM   #5
Interdictor
Member
 
Registered: Jul 2006
Location: Runcorn, England
Distribution: Ubuntu 6.06 & 6.1, Mandriva 2007, Knoppix
Posts: 72

Rep: Reputation: 15
What happens with flash enabled websites?

Does Firefox crash when you try to go to them? If so, have a look at this suggestion on the Ubuntu Guide, maybe that'll solve the problem.

http://ubuntuguide.org/wiki/Ubuntu_E...ozilla_Firefox

It looks like this is listed as being a bug in Ubuntu Edgy, but maybe its something similar.

Last edited by Interdictor; 10-31-2006 at 04:26 AM.
 
Old 10-31-2006, 02:31 PM   #6
LaughingBovine
LQ Newbie
 
Registered: Oct 2006
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks, everyone... i tried what you guys said... but no soap.

Code:
[geoff@bovinious ~]$ cd /usr/lib/firefox
bash: cd: /usr/lib/firefox: No such file or directory

[geoff@bovinious ~]$ cd /usr/lib/browser-plugins
bash: cd: /usr/lib/browser-plugins: No such file or directory

[geoff@bovinious ~]$ cd .firefox
bash: cd: .firefox: No such file or directory

[geoff@bovinious ~]$ cd /usr/lib/firefox-1.5.0.7/plugins/
[geoff@bovinious plugins]$ sudo cp /usr/lib/mozilla/plugins/libflashplayer.so .
[geoff@bovinious plugins]$ sudo cp /usr/lib/mozilla/plugins/flashplayer.xpt .

[geoff@bovinious ~]$ cd /usr/lib/mozilla/plugins/
[geoff@bovinious plugins]$ sudo cp * ../
Rebooted and... didn't work =/
about: plugins still gives me nothing
and when i load up a page with flash on it, firefox just tells me i need to install the plugin manually and redirects me to Adobe (i've installed that thing around 5 times)

32 bit system here too

Last edited by LaughingBovine; 10-31-2006 at 02:40 PM.
 
Old 10-31-2006, 03:07 PM   #7
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,887
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
I dont run FC but on my Debian system the Flash plugin is:
File name: /usr/lib/mozilla-firefox/plugins/libflashplayer.so
Shockwave Flash 9.0 d55

You may want to take a look at:
Adobe Flash Player 7 for Linux
http://macromedia.mplug.org/

Also:
Fedora Core 5 Tips & Tricks
http://www.gagme.com/greg/linux/fc5-tips.php#flash
 
Old 11-01-2006, 03:08 AM   #8
LaughingBovine
LQ Newbie
 
Registered: Oct 2006
Posts: 5

Original Poster
Rep: Reputation: 0
Got it!

The first link in craigevil's post (which i cant include) did it.

I followed the instructions on how to get yum to automatically install it.
Yum seems to always make things work.

Thanks!

Now to wait for flash 9...

-Geoff
 
Old 11-01-2006, 06:43 AM   #9
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,887
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
for Flash9 Beta see: http://labs.adobe.com/downloads/flashplayer9.html

Just copy the Flash9 plugin over the old Flash7 plugin
 
Old 11-02-2006, 12:47 AM   #10
salparadise
Senior Member
 
Registered: Nov 2002
Location: Birmingham UK
Distribution: Various
Posts: 1,736

Rep: Reputation: 146Reputation: 146
As root on the command line

updatedb

When it's finished

locate libflashplayer.so

Then overwrite it with the flashplayer 9 version of libflashplayer.so.
 
Old 11-02-2006, 02:40 PM   #11
LaughingBovine
LQ Newbie
 
Registered: Oct 2006
Posts: 5

Original Poster
Rep: Reputation: 0
Sweet. Thank you.
 
Old 11-13-2006, 08:31 AM   #12
kstringham
LQ Newbie
 
Registered: Oct 2006
Posts: 22

Rep: Reputation: 15
Fedora Core 5:

1.) Download flash 9 beta to Desktop
2.) Extract
3.) Open a terminal as SU
4.) Copy libflashplayer.so to /usr/lib/firefox-1.5.0.x/plugins or firefox-2.0/plugins
5.) Execute: ./firefox from the appropriate directory.

Ken
 
  


Reply

Tags
firefox, flash



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
How to get Flash to work with Firefox 1.5 dickgregory Linux - Software 2 04-21-2006 08:46 AM
Flash for Firefox? carlosinfl Debian 4 12-18-2005 08:23 PM
Firefox and flash Kelean Slackware 4 01-31-2005 08:47 PM
Flash for firefox on 64bit Dreamcatcher Linux - Software 5 10-09-2004 05:18 PM
FireFox and Flash rb2k Linux - Software 4 02-12-2004 04:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 11:32 PM.

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