
| This forum is proudly powered by Scientific Linux 6 | SL website Download SL Help Search Members |
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() ![]() ![]() |
| Ocifer |
Posted: May 7 2012, 12:03 AM
|
|
|
SLF Junior ![]() ![]() Group: Members Posts: 47 Member No.: 333 Joined: 23-June 11 |
Hello,
I am having trouble getting the flash plugin to work with Mozilla Firefox. I ran command: yum --enablerepo=rpmforge install flash-plugin And it installed without and warnings or errors. However, I still don't have flash functionality, and if I open the about:plugins page of Firefox, flash is not listed there. I've installed Chrome as well, and flash works fine with Chrome. Any thoughts? |
|
| Crystal Cowboy |
Posted: May 7 2012, 04:49 PM
|
|
|
SLF Junior ![]() ![]() Group: Members Posts: 30 Member No.: 835 Joined: 13-September 11 |
If your OS and Firefox are 64 bit, you should be sure to use the 64 bit flash-plugin.
I installed flash-plugin straigth from adobe, not from rpmforge; something like this: rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm yum install flash-plugin I don't like rpmforge because it causes a lot of package updates which the more conservative repositories avoid. |
|
| Nathan |
Posted: May 7 2012, 05:32 PM
|
|||
![]() SLF Geek ![]() ![]() ![]() ![]() Group: Members Posts: 290 Member No.: 928 Joined: 15-October 11 |
That doesn't necessarily work. I have the same problem when using Nightly. Every other browser's got Flash, but Nightly doesn't recognise it. |
|||
| Ocifer |
Posted: May 7 2012, 08:13 PM
|
|||
|
SLF Junior ![]() ![]() Group: Members Posts: 47 Member No.: 333 Joined: 23-June 11 |
Yes, I should add that I tried downloading directly from Adobe and installing as Crystal Cowboy said, but it still didn't show up in the about:plugins page of Firefox.
I should add the that the computer I am working with is 64 bit architecture. However, I'm pretty sure I have the 32 bit version of SL installed. Here is the relevant output of uname:
However, I have had 32 bit SL installed on this very same laptop before and I recall being able to set up flash. Maybe that might help someone help me. |
|||
| tux99 |
Posted: May 7 2012, 08:30 PM
|
|||
|
SLF Guru ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1114 Member No.: 224 Joined: 28-May 11 |
What do you get when you run:
-------------------- My personal SL6 repository, specialized in audio/video software: http://pkgrepo.linuxtech.net/el6/
|
|||
| AndrewSerk |
Posted: May 8 2012, 05:25 PM
|
|
![]() SLF Moderator ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 524 Member No.: 54 Joined: 14-April 11 |
I have had the issue of firefox/flash not working after the install of flash. This was several years ago (around Fedora 8 I think). The "fix" was to run "mozilla-plugin-config --check" as a regular user then logout/login. You can also run "mozilla-plugin-config --list" to get the list of installed plugins and wrappers used.
Hope this helps, |
|
| Ocifer |
Posted: May 8 2012, 08:11 PM
|
|||||
|
SLF Junior ![]() ![]() Group: Members Posts: 47 Member No.: 333 Joined: 23-June 11 |
When I ran that command, I got: /usr/lib/flash-plugin/libflashplayer.so Also, to AndrewSerk, I'm not sure where to run those commands. They're not being recognized by my terminal shell. |
|||||
| AndrewSerk |
Posted: May 8 2012, 08:27 PM
|
|||||||
![]() SLF Moderator ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 524 Member No.: 54 Joined: 14-April 11 |
Hi Ocifer,
It appears you don't have the nspluginwrapper package installed. Please try to confirm this by running the following command:
If you get a "package not installed" returned then install the package:
Then close firefox and run:
Logout and login Hope this helps, This post has been edited by AndrewSerk: May 8 2012, 08:27 PM |
|||||||
| Ocifer |
Posted: May 8 2012, 08:46 PM
|
|
|
SLF Junior ![]() ![]() Group: Members Posts: 47 Member No.: 333 Joined: 23-June 11 |
Thanks for replying so quickly.
I installed nspluginwrapper and ran the command. Firefox was already closed. I logged out and back in, but it is still not showing up in about:plugins, and quick attempt at youtube shows it's still not registering as installed. Any thoughts? |
|
| AndrewSerk |
Posted: May 8 2012, 08:56 PM
|
|||
![]() SLF Moderator ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 524 Member No.: 54 Joined: 14-April 11 |
What does this command return?:
|
|||
| Ocifer |
Posted: May 8 2012, 09:46 PM
|
|||||||
|
SLF Junior ![]() ![]() Group: Members Posts: 47 Member No.: 333 Joined: 23-June 11 |
Hey,
I managed to find a solution. Thanks for your answers. I recall having to do this for Fedora, so I looked up the following page, and it gave me a bit of inspiration: http://fedoraproject.org/wiki/Flash This page will be a good guide for any individual step, but I will go through what I believe to be all the necessary steps. --------------------------------------------------------------------------- First, make sure you have yum installed all of the following packages: firefox nspluginwrapper flash-plugin In my case, I removed firefox first and deleted the entire .mozilla folder in the home folder. I then re-installed using 'yum install firefox' and the /home/INSERT_YOUR_USER_NAME/.mozilla folder was recreated. I have read on various pages that this should be enough for SL 6.2, but in my case it was not. Go into your /home/USER_NAME/.mozilla folder. Inside, there should be a 'plugins' folder. If there is not create one. Inside this plugins folder, you need to create a symbolic link to the libflashplayer.so file (shared object). Tux99 above provided the command for finding where libflashplayer.so is located. So run the command he suggests:
In my case, it returned the following path: /usr/lib/flash-plugin/libflashplayer.so So, all you have to do then is create the symbolic link to this file, within the /home/USER_NAME/.mozilla/plugins folder.
If you are unfamiliar with creating links, google the "ln" utility. It's not too complicated. In the command above, the first argument to ln -s is the path to the actual file we care about, and the second argument tells us where the created link will reside and what it will be called. Finally, once you've done this, close all instances of firefox and run
Log out and log back in (or restart if necessary), and it should now show up in about:plugins. Flash should work. Let me know if I've made any mistakes, and anyone who comes across this and needs help feel free to PM. |
|||||||
| AndrewSerk |
Posted: May 8 2012, 10:11 PM
|
|||
![]() SLF Moderator ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 524 Member No.: 54 Joined: 14-April 11 |
Hi Ocifer,
Glad you got flash to work. My only concern would be since you linked to the real libflashplayer.so you might be missing some security features provided by the wrapper. Does "mozilla-plugin-config --list" show that libflashplayer.so is using the nswrapper like below? snippet from "mozilla-plugin-config --list" :
This post has been edited by AndrewSerk: May 8 2012, 10:11 PM |
|||
| Ocifer |
Posted: May 9 2012, 05:24 PM
|
|||||||
|
SLF Junior ![]() ![]() Group: Members Posts: 47 Member No.: 333 Joined: 23-June 11 |
When I run mozilla-plugin-config --list I get the following output:
|
|||||||
| AndrewSerk |
Posted: May 9 2012, 06:20 PM
|
|||
![]() SLF Moderator ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 524 Member No.: 54 Joined: 14-April 11 |
That is kinda what I suspected. libflashplayer.so is not using the wrapper. You could try to get it to use the wrapper if so desired by running:
The -i is for --install Install/wrap all availabile plug-ins But I can not guarantee that will not break your current working flashplayer. |
|||
| Ocifer |
Posted: May 9 2012, 11:22 PM
|
|
|
SLF Junior ![]() ![]() Group: Members Posts: 47 Member No.: 333 Joined: 23-June 11 |
Do I need to pass any arguments to that command?
|
|
| AndrewSerk |
Posted: May 10 2012, 12:26 AM
|
|
![]() SLF Moderator ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 524 Member No.: 54 Joined: 14-April 11 |
I don't think you do. Just run it as posted above as regular user
|
|
| Ocifer |
Posted: May 11 2012, 03:29 PM
|
|||
|
SLF Junior ![]() ![]() Group: Members Posts: 47 Member No.: 333 Joined: 23-June 11 |
I ran the command. No errors or warnings popped up, but after a restart it appears to not have had any effect. The output of
mozilla-plugin-config --list has not changed since the last time I posted it. What does nspluginwrapper require to properly wrap a plugin? It seems that SL 6.2 should come preloaded with a working flash plugin for mozilla. I must have changed/broken something a while ago without taking notice. The flash plugin still works in its unwrapped form, but I am just curious what nspluginwrapper requires to properly "wrap" a plugin? EDIT: To clarify my question a little. Upon a quick google, when the plugin is properly wrapped, the output of the mozilla-plugin-config --list should contain something like the following (this particular snippet is for a 64 bit installation):
I obviously don't have these lines in the ouput when I run the command. However, I don't even have it registering the unwrapped, original plugin right now. What do I have to do/prepare to get mozilla-plugin-config to find it at all? |
|||
| AndrewSerk |
Posted: May 12 2012, 03:32 PM
|
|
![]() SLF Moderator ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 524 Member No.: 54 Joined: 14-April 11 |
Hi ocifer,
I am not sure why that particular install is not cooperating with regard to nspluginwrapper/flash-plugin. I did a "yum deplist flash-plugin" and the deps have changed between flash-plugin.i386 11.2.202.233-release and flash-plugin-11.2.202.235-release. I will look into this further today and post any findings. |
|
| Ocifer |
Posted: May 20 2012, 03:28 AM
|
|
|
SLF Junior ![]() ![]() Group: Members Posts: 47 Member No.: 333 Joined: 23-June 11 |
Hey Andrew, thanks for your help throughout.
|
|
![]() |
![]() ![]() ![]() |