| Suse/Novell This Forum is for the discussion of Suse 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-17-2009, 09:20 AM
|
#1
|
|
Moderator
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.4 OpenSuSE 12.2
Posts: 9,896
|
Flash videos in Firefox without any sound (OpenSUSE 11.1)
Have someone experienced this problem in the latest release of OpenSUSE and eventually have found a solution? I have OpenSUSE 11.1, running KDE 3.5.10, Firefox 3.0.5 and flash-player 10.0 r15. When I try to see a flash movie in Firefox I can see the video but no sound.
The sound is good if I run other multimedia applications, like Amarok or Mplayer. The volume is at maximum level. The PCM input in Kmixer is enabled. I tried to uninstall and reinstall flash-player: it worked the first time only, that is I heard sound in flash video, but after reboot it did not work anymore.
Any advice? Thank you!
Last edited by colucix; 06-15-2011 at 02:16 AM.
|
|
|
|
02-18-2009, 06:37 PM
|
#2
|
|
Senior Member
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Pclinux, Mandriva, Kubuntu 10.10 Slck13_64-current
Posts: 2,040
Rep: 
|
as root copy the /usr/lib/mozilla/plugins/flashplayer.so to /usr/lib/firefox3.0.5/plugins
for some reason your system is not linking tht plugin after a restart of the system any way you could reinstall firefox. or place the plugin in the folder if it does not work.
Back up all stored passwords go to your /home/username/.mozilla/firefox and delete the folder now when you restart firefox it will search those plugins and write a new ini if you also have a /home/username/.firefox you will have to remove it.
The new 3.0.5 is using the newer xulruner also. not sure on your system but this is a must if you went from an older mozilla-firefox to firefox3.0.5 the difference is the older was part of the kde mozilla integration. so we had some different issues.
I am using 3.0.5 in pclinux2008 and this was the same fix I had to do. I really like the 3.0.6 in slackware-current the addon features are wonderful better than 3.0.5 good luck.
|
|
|
1 members found this post helpful.
|
02-19-2009, 03:03 AM
|
#3
|
|
Moderator
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.4 OpenSuSE 12.2
Posts: 9,896
Original Poster
|
Hi Drakeo. Thank for the tips. I have followed your suggestions and now it works: I hear sound again in flash videos. I will keep an eye on that to see if it is stable now.
I don't know what xulrunner is. I have mozilla-xulrunner190 already installed on my system. Has it any role in playing flash videos in Firefox or is it related to some other functionality?
Many thanks! 
|
|
|
|
04-10-2009, 12:25 PM
|
#4
|
|
Member
Registered: Dec 2006
Location: Bracknell, UK
Distribution: SUSE 12.2
Posts: 158
Rep:
|
I was also getting the symptoms described - under SUSE 11.1, KDE3.5 and Firefox, Flash video showing but sound not (and video very jumpy), though sometimes reloading FF or just reloading the *page* would get it working.
Based on the suggestion in this thread, I looked at the /usr/lib/mozilla and /usr/lib/firefox directories.
The firefox directory does not have a plugins subdirectory. The mozilla directory does, but the mozilla directory itself had 0700 permissions (root), so it was not searchable by normal users.
Doing "chmod a+rx mozilla" as root in /usr/lib *seems* to have fixed it. :-)
Surely /usr/lib/mozilla should have world-readable permissions?
Cheers,
-nick
|
|
|
|
04-10-2009, 12:53 PM
|
#5
|
|
Moderator
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.4 OpenSuSE 12.2
Posts: 9,896
Original Poster
|
Nice tip. I got it working by putting libflashplayer.so under the $HOME/.mozilla/plugins directory, but I cannot tell you exactly why it did not work before, since I had the same situation upon the first installation. Anyway, I don't see any problem by changing permissions of /usr/lib/mozilla. Maybe someone else has a clue.
Thanks for replying. Cheers! 
|
|
|
|
06-30-2009, 01:44 PM
|
#6
|
|
Member
Registered: Dec 2006
Location: Bracknell, UK
Distribution: SUSE 12.2
Posts: 158
Rep:
|
Quote:
Originally Posted by Nick_Battle
Doing "chmod a+rx mozilla" as root in /usr/lib *seems* to have fixed it. :-)
|
OK, that didn't actually work... but it took me a while to get round to admitting it!
I noticed that there were some errors in the log about pulseaudio failing to grab the audio device as it was busy (this is at KDE startup), and it appeared that re-starting pulse (kill the old one, then pulseaudio --start) got Firefox's flash player going.
So that made me wonder why flash was using pulse, when I've tried to set up KDE to use alsa - to avoid the horrible "BRRRR!!!!" you get at the start of playback otherwise.
A quick Google later, and I found the following:
http://project.revolutionlinux.com/PulseAudio
In particular, it says: "If everything fails, it falls back to the ALSA driver that's built directly into FlashPlayer 9.
You can force any interface by setting environment variables:
* FLASH_FORCE_PULSEAUDIO = 1 (or) FLASH_FORCE_ESD / FLASH_FORCE_ALSA / FLASH_FORCE_OSS"
So I tried setting export FLASH_FORCE_ALSA=1 (in .bashrc), and... fingers crossed... it's been OK since.
HTH :-)
Cheers,
-nick
|
|
|
|
07-30-2009, 03:59 AM
|
#7
|
|
LQ Newbie
Registered: Nov 2007
Distribution: Suse
Posts: 4
Rep:
|
I had pretty much exactly the same problem as in colucix's description.
I got it to work by going to YaST Control Center / Hardware / Sound. And under the "Other" button (to the right) there had appeared a "PulseAudio Configuration..." option. Clicking it brought up a dialog with only one option: "Enable PulseAudio Support", which wasn't checked!
So after checking it all problems I had with the PulseAudio driver disappeared.
/leonand
|
|
|
|
07-30-2009, 04:09 AM
|
#8
|
|
Moderator
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.4 OpenSuSE 12.2
Posts: 9,896
Original Poster
|
Thank you, leonand and Nick_Battle. I will take your suggestions into account the next time I don't hear sound in flash videos! 
|
|
|
|
01-31-2011, 10:14 PM
|
#9
|
|
LQ Newbie
Registered: Jan 2011
Posts: 1
Rep:
|
Pulse audio activation causes
Actually it did the opposite to me as Leanand, by enabling pulse audio, the sound disappeared in flash under Firefox (Flash 10.1). However, after disanabling agin, the problem did not go away. But, it fix my mic rpoblem, it did not work before. I am still torubleshooting (X200 Thinkpad).
Salud y Dinero a todos,
Al Cervantes
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:28 AM.
|
|
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
|
|