If after a system update you’ve discovered that streaming Flash is without sound - fear not. Dapper will at times drop the sound from Firefox & Flash, as always you need to search the forums before freaking out as someone has more than likely already experienced the problem and discovered a solution. Trial and error has lead me to the following fix on my system.
sudo aptitude install alsa-oss
sudo gedit /etc/firefox/firefoxrc
FIREFOX_DSP=”aoss”
After making these adjustment you’ll need to visit a site that plays Linux videos to see how well things worked out.
Popularity: 100% [?]









{ 36 trackbacks }
{ 85 comments… read them below or add one }
Thanks! Just what I needed.
cheers
Stephan
Though this fix worked, I noticed that flash started to hesitate several minutes into a long video (on video.google.com). Firefox crashed after 12 minutes in. It may be my setup, but I wonder if this workaround is making firefox unstable?
Kenny,
What is you cache set to for Flash?
It was set to 50mb; I increased it to 100mb. Thanks for the advice.
Thanks for posting the fix. It works beautifully.
I tried this and it did not help. I have been having other problems with sound as well and have only gotten things to work that have an alsa plug-in or option.
Roalikgid
On Breezy:FIREFOX_DSP=”none”
On Dapper: FIREFOX_DSP=”aoss”
Make sure that /dev/dsp exists.
If not then try:
cd /dev
sudo ./MAKEDEV audio
Restart Firefox and check again. If that works then add it to the end of etc/init.d/bootmisc.sh so that it will run on boot.
You da man!
Thank you!
Flash audio had been working fine on Dapper until I applied this morning’s updates. Sigh…
Your fix didn’t work after restarting Firefox, but did work fine after reboot. Didn’t check just logging out and back in.
loggin out and back is enough
Sorry ’bout that.
Old Windows habits die hard
works good. thanks!
ps: first I had to add a new line at sources.list. this one
deb http://br.archive.ubuntu.com/ubuntu/ dapper universe
Well, the fix stopped working for me. No problem with /dev/dsp –
$ ls -l /dev/dsp
crw-rw—- 1 root audio 14, 3 2006-07-12 11:47 /dev/dsp
$ cat /etc/firefox/firefoxrc
# which /dev/dsp wrapper to use
FIREFOX_DSP=”aoss”
Fresh logout/login with still no sound on flash video.
Tried invoking as “aoss firefox” with no joy, per Flash/No Sound thread —
http://www.ubuntuforums.org/showthread.php?t=187207
Tried the suggestion (same source)
System - Preferences - Sessions - Startup programs and add
ln -s /tmp/.esd-1000 /tmp/.esd
logged out/in — no joy.
I can live with the flash audio/video synce problems. At least I could listen to flash video in Fedora. Dapper is very disappointing.
Am I SOL or is there anything else I can try?
Sound back after boot. WTF?
wish i’d known about this sooner! i’ve been lamenting the loss of sound since the switchover from xp (extra problems?) to ubuntu - but now that I have my google videos and youtube back, I’m a very happy camper - thanks for the help!
Thnanks for the fix!
Hey all,
Thanks for all the info on this - it’s something that’s been really bugging me about Ubuntu.
I followed the directions but for some reason whenever I used XMMS, the flash sound would STILL cut out. Here’s how I finally fixed it (might work for you if you had the same config in XMMS):
1) Go to Options -> Preferences in XMMS
2) Click on [Configure] for ALSA output plugin (under Audio I/O Plugins)
3) Ensure the “Audio Device” is set to “default” and not the name of your actual sound chipset (mine was set to “SiS” chipset and then had (hw:0,0) listed). I think this is because it tries to take exclusive control of the same device file as Firefox and it can’t. Now I can play XMMS, Xine, and Flash sound at the same time!! Woohoo! (Welcome to the 90’s!!) =p
That is what seemed to keep Firefox flash sound from coming up, even after the above fix. I hope this helps people who are/were in my situation!!
Jordan
Worked for me! Thanks a lot! (Ubuntu Dapper)
Thanks very much man, an easy and effective fix.
Wow, thanks. Now I can actually listen to all the cute little videos that get linked to in IRC.
Hey, thanks for the fix! It works great, though it is a little less stable. Oh well, at least the sound doesn’t randomly drop off or get out of synch!
Thanks a lot!
-Metroid48
Thank you!!
It works fine with me! Thank you!
Thanks man… Yeahhhhhhhhhh.
Cheers dude!!!
This did the trick!!!
A log out > Log back in was required though
Thanks again
Just… THX… Good work
Brilliant, just what Ineeded. This had been bugging me for ages after switching from XP to Ununtu. Thanks.
I’m having the crashing firefox after 12 minutes problem mentioned above. Apparently the solution is to increase the flash cache. How do I do this?
Oddly, when I right click on flash to go to options the text is missing. This is also true of google video — clicking on preferences shows a menu sans text. Am I missing a font package or something for flash? Thanks
Danny - I think what there were saying is that it’s Firefox’s cache that needs to be increased. You can do this in Firefox at: Edit, Preferences, Privacy, Cache and increase the number (usually 50) to 100, or more.
Thanks for the help. This fixed the issue.
Good one.
All fixed.
german@lists.debian.org…
Also try doing an lsof | grep dsp to see who’s using the dsp at the moment. Might give some clues if the device is locked.
This fix works also for Debian Sarge Unstable with KDE 3.5, Firefox 1.5.0.6.
Thanks for the info on how to fix Flash Video Sound
on Ubunto Dapper 2.6.15-26-686 it fixed my installation on a IBM t43 laptop
Thank you !
The sound problem is fixed, but i cant i got tu do
cd /dev
sudo ./MAKEDEV audio
in order to fix it..
“…Restart Firefox and check again. If that works then add it to the end of /etc/init.d/bootmisc.sh so that it will run on boot. .. ”
How do i do that? what do i have to write in the file?
Thanks! =)
I googled for ‘ubuntu flash sound’ which led me to your site. I implemented the fix and it worked beautifully. Thanks for posting it.
Thanks mate worked first shot (thats unusual on linux for me at this stage)
Now how to get this fix working on Epiphany??
Thanks you!! works awesome!
Thank ; )
I found this in ubuntu forums and worked for me:
ln -s /tmp/.esd-1000 /tmp/.esd
Thank you! After a reboot this worked like charm.
For your payment:
Weird Al “White & Nerdy” on YouTube: http://www.youtube.com/watch?v=-xEzGIuY7kw
OMG! I thought I would have to reinstall Ubuntu. Thank you!
Hmm how do you specify which device to use? On my system /dev/dsp is the webcams mic, and my soundcard is /dev/dsp1
To avoid logging out, after editing /etc/firefox/firefoxrc execute the command ‘export FIREFOX_DSP=”aoss”‘ or ’source /etc/firefox/firefoxrc’ in your terminal and restart Firefox from that terminal.
Of course, you’ll have to do this every time until you log out again, but it’s better than having to set everything back up.
Folks: you may be interested in figuring out how to get esd and alsa working simulanteously.
http://ubuntuforums.org/showthread.php?t=8882&highlight=hear+multiple+sound
Thanks a lot, man. It required a reboot but who cares?
Thanks! Fixed !
ok i dont want to sound like an idiot, but i dont know what to do, i see that everyone is saying it works, but i dont know how to fix this
After I did this the sound for EVERYTHING but flash did not work. My movies….
Nope it was just me messing with my PCI drivers… Delete my comments.
Thanks, I had to log back in after adding my user to the audio group. But now I have sound in firefox.
Just thought I’d join the chorus. Thank you!
Can this work on Linux xDSL on the XBOX. When installing Flash9 I get no sound, but if intall FLASH7 I get sound but its very high pitched and cuts out alot.
Thank you very much! This solved not only my problem with youtube videos, but also with Totem. You dunno how this had me puzzled. Now I can enjoy movies in my Ubuntu feisty fawn!! ^_^
It worked for me - thanks for the useful manual
Fedora 7 & Ubuntu 7.04 Flash Player 9 no-sound fix
————————————————–
With Fedora Core 4, sound is enabled using libflashsupport.so
However it crashes way too often. Luckily, we no longer need libflashsupport.so in newer distros (more importantly - no crashes).
With latest distros using Gnome, under System->Administration->Soundcard Detection, launch “Audio configuration” window.
***Example sound driver***
In “Sound test” tab, under “Device settings”, change
“PCM device” from “ES1370 DAC2/ADC” to “ES1370 DAC1″
In “Settings” tab, under “Default audio devices”, change
“Default PCM device” from “ES1370 DAC2/ADC” to “ES1370 DAC1″
In “System” tab, under “Configuration files”, press “Rewrite configuration files” button
Reboot & let me know if it works for you.
Thanks, that was really freaking me. I rebooted after that opened up a YouTube window and nearly deafened myself. Thanks.
I installed mplayer and had to face the same problem the fix you suggested did not work for me, I am using ubuntu fiesty-fawn though… can you suggest something?
I was tearing my hair out over this no sound issue. This fixed it for me.
rm /home//.asoundrc
Thanks!
I got it working with Flash 7. With the new flash 9 was impossible to make it work I dunno why.
In my Dell laptop works correctly for both, but be adviced that with some integrated sound cards flash 9 is making a bad use of the ALSA libraries.
In some cases here we had to change the sound card to make flash sound work (Something that is just too much !)
Never use sudo with a graphical app! Use gksudo instead. Otherwise you might foul up your permissions big time.
sudo gedit /etc/firefox/firefoxrc
gklsudo gedit /etc/firefox/firefoxrc
Works for me , thanks buddy
“Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8 with Flash 9″
Hello everybody
I tried every single solution posted on this forum as well on other pages about this same topic, but I couldn’t get flash player 9 sound to work. Finally, I decided to downgrade it to ver 7, which has some sync problems, but which is better as no sound at all…
Sorry guys,
This is not working for me. I am on Debian 2.6.8-2-386, Iceweasel 2.0.0.3.
Created directory /etc/firefox/firefoxrc. There was no file firefoxrc in machine. While playing youtube vieo i am getting these error continuously.
ALSA lib pcm_hw.c:1357:(_snd_pcm_hw_open) Invalid value for card
ALSA lib confmisc.c:670:(snd_func_card_driver) cannot find card ‘0′
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:3968:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2143:(snd_pcm_open_noupdate) Unknown PCM default
nitin
worked great on 8.04, cheers
WOOOOOT!!!! Now I have chills, and its back My Rodney Mullen video Thanx!!!XD
A million thanks, so simple. I had been down many twisty passages to no avail.
A million thanks, so simple. I had been down many twisty passages to no avail.
Running Fedora 8 by the way.
Thx for revealing the fix, nut it seems that does’nt work in Ubuntu Hardy Heron!!!
Seems that /etc/firefox/firefoxrc does’nt exist!!!
got firefox 3 and need some serious help!!!!
I have firefox 3.0 installed here and its called /etc/firefox-3.0/firefoxrc . Does that work for you?
I also have the same problem as 108, /etc/firefox-3.0/firefoxrc does not exist.. I only have two catalogues in the firefox-3.0 dir; “pref” and “profile” and there are only some .js, .html and .rdf files present in these catalogues.. Any help would be greatly appreciated.
this worked for me
aptitude install libflashsupport
this enhances the flash support of firefox and also the operating system.
restart firefox and thats it
Thanks Simon I have Firefox 3 too and your solution worked for me..!!
Thanks a lot..!!
kk im not very clever with using computers, i have the same problem but also have another problem understanding the solution…..i have no clue about what is being said………could someone explain to me(as if your explaining to a 2 year old) of how this stuff works…
plz……….thx
This article is very old… I don’t think it’s even valid anymore.
I found a fix titled Sound but no Sound in Flash(youtube.com)?!
The fix worked for me. Find it here:
Here
I found this fix that worked for me (using Ubuntu 8.04 Hardy Heron). It might work for other versions, haven’t tried it.
Sound but no Sound in Flash(youtube.com)
Simon’s fix worked for me with Firefox 3, and Fedora Core 9. Nothing else worked.
Hi all, I have a similar problem when playing YouTube with firefox 3 and Ubuntu 8.04 the volume is very very less i tried #111 and #115 none worked for me, Can anyone help me in this?
Hey try this
http://www.paulbetts.org/projects/libflashsupport_1.0~2219-2_i386.deb
Or read this:
http://www.derekhildreth.com/blog/how-to-fix-the-no-sound-issue-in-firefox-flash/
Всем привет!
Спешу поделиться софтом с которым мобильный виндоуз все больше заменяет мне стационарный системный блок.
Программа для огранизации мобильного доступа с вашего КПК к фтп папкам интернета.
Функциональность проверена мной под Windows Mobile, из заметных качеств стоит отметить быстроту загрузки программы и более удобный интерфейс в сравнении с предыдущими версиями.
Программа бесплатна и не требует лицензии.
Описание взятое из сети:
Total Commander - к проверенному годами стандартному интерфейсу файл-менеджера Windows добавлено несколько дополнительных возможностей, облегчающих работу с файлами разных форматов. Этот клон Explorer’a умеет распаковывать архивированные файлы и создавать архивы, работать как FTP-браузер, искать файлы по контенту и многое другое.
Возможности Total Commander:
- Копирование и перенос директорий
- Переименование и создание директорий
- Удаление файлов минуя recycle bin
- Создание и разворачивание Zip архивов
- Изменение атрибутов файлов, отображение свойств
- Функция поиска
- Можно выделять группы файлов
- Выделение группы файлов с нажатой кнокой [Sel]
- FTP клиент
- Редактор реестра
- Доступ к локальным сетевым ресурсам
- Отправка и прием через ИК-порт (OBEX)
- Просмотр списков файлов с пиктограммами разного размера
Ссылка на Total Commander v2.56 depositfiles.com/files/x4gpv867m
Check out these instructions, which helped me:
jemunt.blogspot.com
Hi can someone please help me. I downloaded the flash player and now videos work but the sound just want work. Can someone tell me what to do???
** (gedit:6256): WARNING **: Hit unhandled case 1 (Datei nicht gefunden) in gedit_unrecoverable_saving_error_message_area_new.
jr@jr-desktop:~$ sudo gedit /etc/firefox/firefoxrc
** (gedit:6259): WARNING **: Hit unhandled case 1 (Datei nicht gefunden) in gedit_unrecoverable_saving_error_message_area_new.
why is that?
???
Leave a Comment