LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 01-25-2010, 02:54 PM   #1
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Rep: Reputation: 96
No sound with flash content


I have a fresh install of Debian Squeeze and am getting no sound from flash sources like youtube. Audio from other sources works fine. I've got everything unmuted and cranked up in the hda mixer.
 
Old 01-25-2010, 03:32 PM   #2
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Hi, sounds like your sound card is unavailable for the app (=being used by another app). All you need to do, is quit the app using the soundcard
Code:
lsof /dev/snd/*
should tell you which app is using your soundcard. Another solution would be to install a sound server such as PulseAudio

Serafean
 
Old 01-25-2010, 11:37 PM   #3
trebek
Member
 
Registered: Feb 2005
Location: Costa Rica
Distribution: Ubuntu, gOS, Debian & Slack 12
Posts: 426

Rep: Reputation: 30
Hi.

I ran into that problem when troubleshooting flash on ubuntu karmic on chromium. Turns out flash 9 played the content but had no sound. So i had to revert back to version 10 of the flash player. Firefox got affected as well.

Perhaps you can try putting the flash plugin to chromium and restart the browser, try again and see what happens.

Cheers.

By the way, if you ever get it to work smoothly, let me know.

Last edited by trebek; 01-25-2010 at 11:39 PM.
 
Old 01-30-2010, 05:11 AM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
You might want to look at which processes your username has running. Is there a dead npviewer.bin process?

Which desktop are you using? KDE 4 has a sound configuration applet. Phonon has different configurations for audio and video applications.

Are you using Pulse audio?
 
Old 01-31-2010, 11:41 AM   #5
milindlokde
Member
 
Registered: Apr 2007
Location: Mumbai, India
Distribution: Fedora, ubuntu
Posts: 121

Rep: Reputation: 21
Hi,
I too am having no sound in flash. I have recently installed gnash on Fedora 12, as Fedora 12 has no flash support. I have also installed VLC media player from fusion repository for playing some restricted media formats.

Is the sound issue in flash due to no support of some media formats (video/audio) on most recent Linux distributions.
 
Old 02-03-2010, 04:14 PM   #6
devnull10
Member
 
Registered: Jan 2010
Location: Lancashire
Distribution: Slackware Stable
Posts: 572

Rep: Reputation: 120Reputation: 120
I had this once and after a lot of digging I found that a fix was to delete some temporary files from your home directory (within .mozilla I believe). I can't remember exactly what they were and can't seem to find the link now but I basically just stuck the code in my bash_login file so it ran automatically.
 
Old 02-13-2010, 06:40 PM   #7
Walker2
LQ Newbie
 
Registered: Dec 2005
Posts: 2

Rep: Reputation: 0
I too have been plagued and frustrated by the problem of hearing the sound in YouTube videos. I use openSUSE 11.1 (KDE 3.5) on a home assembled two year old IBM type computer with Intel motherboard and Turtle Beach sound card. If you have not already done so,install the codecs from http://opensuse-community.org/Restricted_Formats/11.1 using the command line. Simply open a terminal in the same window as the codec download page, type su and enter your super user password.Copy/paste the entire line(s) to the command line. The first two will add the repositories and the third will install the necessary files. Next, go to http://software.opensuse.org/112/en, then Software Search. Click on your version of Suse and type in VLC. This will bring you to a download page. Select vlc-open and after it has installed, click on vlc-open-mozillaplugin. This last file is what turned the trick for me as everything else had been installed previously.Good luck and I hope your results are the same as mine.

73

Walker

I hate having to append my previous remarks but as of today, Monday the 15, the sound problem resurfaced. Sometimes it works, sometimes not. Aaaaarrrrrgh !!

Last edited by Walker2; 02-15-2010 at 11:37 AM.
 
Old 02-14-2010, 09:08 PM   #8
Z038
Member
 
Registered: Jan 2006
Location: Dallas
Distribution: Slackware
Posts: 910

Rep: Reputation: 174Reputation: 174
I've been plagued with this problem too, and despite participating in several threads about it and opening one of my own, I've found no relief. Sound works for a little while immediately after a clean boot, usually long enough to play one video, but then it stops. I've pretty much tried everything that anyone has suggested for resolving the youtube "no sound" or "garbled sound" problem. So far, nothing has worked for me.

The only sound that doesn't work is the sound with flash video, such as YouTube uses. All other sound sources work fine.

What you posted Walker2 sounds interesting, but I'm not running Suse and it's not clear to me if it'll work on KDE 4.2.

Last edited by Z038; 02-14-2010 at 09:09 PM.
 
Old 02-16-2010, 08:39 PM   #9
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Hi, after playing around with pulseaudio a bit, and deciding I didn't want it, I read more carefully the Archlinux wiki, and it appears that for some reason, flash uses OSS by default (even though it is ALSA capable). I just disabled the 'snd-pcm-oss' module (blacklisted it) and voilą...

All that is needed is actually to mix several streams into one device, ALSA has (usually) dmix configured by default, but if some app uses the OSS emulation in ALSA, it takes control of the sound card. (and if something is already playing, then OSS can't take exclusive control of the device, hence no sound).

Serafean
 
1 members found this post helpful.
Old 02-17-2010, 09:30 AM   #10
Z038
Member
 
Registered: Jan 2006
Location: Dallas
Distribution: Slackware
Posts: 910

Rep: Reputation: 174Reputation: 174
That's an interesting idea Serafean. Unfortunately, removing the module didn't fix the sound for me. Is that the only one you blacklisted? I have a few other oss modules loaded.
 
Old 02-17-2010, 03:12 PM   #11
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Actually, this only did the trick on my XFCE box, with KDE flash sound is still a no-go... (unless I use pulseaudio)
 
Old 02-18-2010, 09:10 PM   #12
managedfx
LQ Newbie
 
Registered: Feb 2010
Location: newport beach
Posts: 4

Rep: Reputation: 0
Good job posting this. I had this problem as well but was able to fix it by reading the posts above. Thanks!
 
Old 05-07-2010, 10:17 PM   #13
danny001985
LQ Newbie
 
Registered: Apr 2010
Posts: 5

Rep: Reputation: 0
Flash movie player Standalone

Quote:
Originally Posted by managedfx View Post
Good job posting this. I had this problem as well but was able to fix it by reading the posts above. Thanks!
Try Flash movie player Standalone in linux

http://tips-linux.net/en/content/fla...yer-standalone
 
  


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
Fedora 11 - Firefox 3.5, Flash content has no sound bcage Fedora 18 08-11-2010 04:44 PM
Flash content problems feelin_froggy8877 Linux - General 2 08-31-2009 10:34 AM
Flash Content Working Improperly CCSaar Linux - Software 1 08-05-2009 03:47 PM
Firefox crashes on flash content fannymites SUSE / openSUSE 11 07-30-2007 08:55 PM
Why do I have to click on Flash content before using it? Madone_SL_5.5 Programming 9 11-30-2006 03:41 PM

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

All times are GMT -5. The time now is 10:55 AM.

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