On Mon, July 11, 2005 8:14 am, Bruno Gola said: > Charles Oertel wrote: > >> Bruno Gola wrote: >> >>> Can't open /dev/dsp! >>> >>> If i try it as root it works perfectly... >>> >>> Does anyone knows this problem? >> >> >> Permissions on /dev/dsp >> >> Either set /dev/dsp to be 666, or (better), add audio to your group. >> >> regards >> -- >> Charles Oertel >> FineBushPeople.net >> tel: 021 701 8231 >> fax: 021 701 3338 > > The first thing that i've tried was that... permission... but no > success... (im in audio group already)... > > > Anyway, thanks the reply... :D
Check /dev/sound/dsp for the correct permission. On my machine /dev/dsp was a symlink of /dev/sound/dsp and even though the symlink's permissions were correct the permissions of the file it was linked to were not. For me at least, adding yourself to audio wouldn't work as the files (well, /dev/dsp at least) looked to be owned by root:root. I just had this problem and doing a chmod o+rw /dev/sound/dsp solved it (I actually did /dev/sound/* just in case). -- James Tanis [EMAIL PROTECTED] http://pycoder.org -- gentoo-user@gentoo.org mailing list