I get now sound in firefox...i have netscape-flash plugin but no sound. Video works fine
Printable View
I get now sound in firefox...i have netscape-flash plugin but no sound. Video works fine
you've probably got support for OSS enabled in the kernel and ALSA disabled. you need to recompile the kernel and switch them around, follow this guide:http://www.gentoo.org/doc/en/alsa-guide.xml and you should be fine. OSS was the source of all my sound problems too.
no i have it the other way around oss disabled and alsa enabled
::bump!!!::
Try installing alsa-oss and then running firefox like so:BryanCode:aoss firefox
also make sure nothing else is trying to use /dev/dsp when you are in firefox. You can test this by:
Code:cat /dev/urandom > /dev/dsp
[will make really annoying noise press ctlr +c to end the pain]
doesnt workQuote:
Originally Posted by bryansmith
heres what i gotQuote:
Originally Posted by spencerf
Quote:
localhost steven # cat /dev/urandom > /dev/dsp
cat: write error: No space left on device
what about same command but to /dev/sound/dsp
so:
it this works you could try a symbolic link to from /dev/sound/dsp to /dev/dspCode:cat /dev/urandom > /dev/sound/dsp
How does my solution not work (just curious)? Do you get an error or does firefox still not produce any sound?
Bryan