LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-23-2010, 03:40 PM   #1
felipejnc
LQ Newbie
 
Registered: Jul 2010
Posts: 3

Rep: Reputation: 0
Sound in flash players don't work with openSuse


Hello!

I'm working with openSuse 11.3 and my audio card is an ati hd 3650 (RV365).

I use HDMI for audio and video output and the audio works fine with amarok, banshee, kaffeine and system sound events, but in browsers like Firefox or Opera, the flash players don't emmit sound, only video.

I tried reinstalling flashplayer, alsa and pulse but nothing happen....

Previously i was working with Ubuntu 10.4 and everithing worked fine, but I prefer much more Suse.

I hope anybody can help me!!!

P.S. Sorry my bad english.
 
Old 07-25-2010, 04:36 AM   #2
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,656
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Quote:
Hi, Welcome to LQ!

LQ has a fantastic search function that may save you time waiting for an answer to a popular question.

With over 3 million posts to search it's possible the answer has been given.
I'm not sure, But on My Mandriva system I have both the i386 and x86_64 versions installed, (rpm --force --nodeps )even though they conflict (reported), but it works fine.

Now I think it's important to try the web-page with konqueror, not just firefox.

There may be other plugins for konqueror.

I used to run a script to put the libflashplayer.so file where programs will look for it. Exaample, netscape, firefox/plugins (for /home/<user>, /root/, and /usr/lib, /usr/lib64.

example scripts...

libflashplayer-script
Code:
#! /bin/zsh
echo "Flash Player 10.0"
echo "/home/glenn/bin/libflashplayer-script"
echo "smart reinstall nspluginwrapper nspluginwrapper-i386"
/home/glenn/bin/reinstall-flash.sh
#sudo sh 
sudo sh /home/glenn/bin/libflashplayer-script64bit.sh
sudo sh /home/glenn/bin/libflashplayer-script32bit.sh

sudo updatedb

locate libflashplayer.so

echo "done"
date && whoami
sudo sh /home/glenn/bin/libflashplayer-script64bit.sh...
Code:
#! /bin/zsh
#echo "Flash Player 10.0"
echo "/home/glenn/bin/libflashplayer64bit-script.sh"

sudo rm -rf /usr/lib64/browser-plugins/libflashplayer.so
sudo rm -rf /usr/lib64/flash-plugin/libflashplayer.so
sudo rm -rf /usr/lib64/mozilla/plugins/libflashplayer.so
sudo rm -rf /usr/lib64/netscape/plugins/libflashplayer.so
#sudo rm -rf /usr/lib64/mozilla/plugins/npwrapper.libflashplayer.so
sudo rm -rf /home/glenn/.mozilla/plugins/libflashplayer.so
sudo rm -rf /root/.mozilla/plugins/libflashplayer.so

sudo mkdir /usr/lib64/browser-plugins
sudo mkdir /usr/lib64/mozilla
sudo mkdir /usr/lib64/mozilla/plugins
sudo mkdir /usr/lib64/netscape
sudo mkdir /usr/lib64/netscape/plugins
sudo mkdir /home/glenn/.mozilla
sudo mkdir /home/glenn/.mozilla/plugins
sudo mkdir /root/.mozilla
sudo mkdir /root/.mozilla/plugins


sudo cp /usr/lib64/mozilla/plugins/libflashplayer.so /usr/lib64/browser-plugins/libflashplayer.so
sudo cp /usr/lib64/mozilla/plugins/libflashplayer.so /usr/lib64/flash-plugin/libflashplayer.so
#sudo cp /usr/lib64/mozilla/plugins/libflashplayer.so /usr/lib64/mozilla/plugins/npwrapper.libflashplayer.so
sudo cp /usr/lib64/mozilla/plugins/libflashplayer.so /usr/lib64/netscape/plugins/libflashplayer.so
sudo cp /usr/lib64/mozilla/plugins/libflashplayer.so /home/glenn/.mozilla/plugins/libflashplayer.so
sudo cp /usr/lib64/mozilla/plugins/libflashplayer.so /root/.mozilla/plugins/libflashplayer.so

ls /usr/lib64/mozilla/plugins

echo "64bit done"
date && whoami

sudo sh /home/glenn/bin/libflashplayer-script32bit.sh...
Code:
#! /bin/zsh
#echo "Flash Player 10.0"
echo "/home/glenn/bin/libflashplayer32bit-script.sh"
sudo rm -rf /usr/lib/browser-plugins/libflashplayer.so
sudo rm -rf /usr/lib/flash-plugin/libflashplayer.so
sudo rm -rf /usr/lib/mozilla/plugins/libflashplayer.so
sudo rm -rf /usr/lib/netscape/plugins/libflashplayer.so
#sudo rm -rf /usr/lib/mozilla/plugins/npwrapper.libflashplayer.so

sudo mkdir /usr/lib/flash-plugin/
sudo mkdir /usr/lib/browser-plugins
sudo mkdir /usr/lib/mozilla
sudo mkdir /usr/lib/mozilla/plugins
sudo mkdir /usr/lib/netscape
sudo mkdir /usr/lib/netscape/plugins



sudo cp /usr/lib/flash-plugin/libflashplayer.so /usr/lib/browser-plugins/libflashplayer.so
#sudo cp /usr/lib/flash-plugin/libflashplayer.so /usr/lib/mozilla/plugins/npwrapper.libflashplayer.so
sudo cp /usr/lib/flash-plugin/libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so
sudo cp /usr/lib/flash-plugin/libflashplayer.so /usr/lib/netscape/plugins/libflashplayer.so

ls /usr/lib/mozilla/plugins

echo "32bit done"
date && whoami
I hope this helps you, Adobe are not interested in the 5% of users who use Linux.

the good news is that html5 is coming, and should get rid of Flash on the internet

Regards Glenn
 
Old 07-25-2010, 04:41 AM   #3
Tux Rules
Member
 
Registered: Feb 2009
Location: at my place
Distribution: Arch
Posts: 153

Rep: Reputation: 25
If your sound works ok with other software like xmms or mplayer and so one than it must be the flashplayer. I had some problems with the adobe flash player installed from repos too. So I've downloaded the libflashplayer.so library from internet and copyed into /usr/lib64/mozilla/plugins and everything works ok now. Ofcourse I've didn't had sound problems but maybe this will work for you too. You can download it from here http://linux.softpedia.com/get/Inter...ux-42958.shtml , maybe it will resolve your problem too
 
Old 07-25-2010, 11:54 PM   #4
felipejnc
LQ Newbie
 
Registered: Jul 2010
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks for the replys. I've installed the flashplayer version from the Adobe's page and from the page that "Tux Rules" gave me in the previous post (i.e., i uninstalled the flash player version from the suse repository), but that didn't help me. I have the same problem, i can see videos in flash but no sound. I tried in konkeror too, but wasn't successful.

Any other ideas? Only in flash i have the problems. Amarok, banshee, Kaffene, MPlayer, totem, etc, work fine.

Thanks!
 
Old 07-26-2010, 12:20 AM   #5
felipejnc
LQ Newbie
 
Registered: Jul 2010
Posts: 3

Original Poster
Rep: Reputation: 0
I think have found a solution... I don't remember how i found these page (or which forum had the link) but this is the page: http://pulseaudio.org/wiki/PerfectSe...SAApplications)

I belive tha flash was redirectioning the audio output to alsa and not to pulse, therefore i wasn't unable to listen any audio. The configuration files of alsa can be /etc/asound.conf or in /etc/asound.state which is my case.

Regrards and i hope that these helps anybody.

P.S. Sorry about my bad english.
 
Old 07-26-2010, 07:21 AM   #6
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,656
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Please mark this thread as solved, for search-engine reference.

Cheers Glenn
 
Old 07-29-2010, 08:51 AM   #7
jimeshten
LQ Newbie
 
Registered: Jul 2010
Posts: 2

Rep: Reputation: 0
Sound in flash players don't work with openSuse

In such situations , Many problems arises from the Installing a new software then another problem had been occurs lots of media players and Linux players. I've installed the flash player new version from the Adobe's page but that is also not access or running very well then I have the same problem, I can see videos in flash players but no sound.I wasn't unable to listen any audio.
 
Old 09-15-2010, 01:50 AM   #8
kusti85
LQ Newbie
 
Registered: Oct 2006
Posts: 7

Rep: Reputation: 0
I also have a solution (a different one) to this problem, my flash sound was sent to PCM channel which was muted, so I simply added PCM to kmix and upped the volume and now it works.
 
  


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
[SOLVED] Sound comes and goes in Flash, no media players work, system sounds generally DO work damgar Arch 2 07-03-2010 12:46 PM
[SOLVED] sound doesn't work in flashplayer and some media players neuplnost Linux - Software 8 12-29-2009 10:25 AM
Linux Sound - Test works, but no mp3 players work wfernley Linux - Software 4 02-13-2006 09:37 AM
Sound players don't work stevesk SUSE / openSUSE 2 08-01-2005 05:35 PM
What flash mp3 players work well with linux? GoBillsBN Linux - Hardware 4 05-11-2004 09:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:00 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