[mythtv-users] Sound Issues

Steven mythmail at richardstraat.homedns.org
Sun Nov 21 11:22:24 UTC 2004


> 
> 1 mythical /dev # ll /dev/dsp*
> lrwxrwxrwx  1 root root       4 Nov 20  2004 /dev/dsp -> dsp0
> crw-rw----  1 root audio 14,  3 Nov 20  2004 /dev/dsp0
> ....
> 

Not sure but you might try removing the /dev/dsp symlink and replace it
with a link to /dev/dsp0 (instead of dsp0)

so: 
rm /dev/dsp
ln -s /dev/dsp0 /dev/dsp

also, try "chmod 666 /dev/dsp0" to make sure a user other than root can
access the device. (or add your mythtv user to the audio group)

Steven




More information about the mythtv-users mailing list