On Fri, 2006-04-07 at 07:33 +0200, Bernhard Kleine wrote: > I had troubles recording from the microphone; after changing the modes > > $ls -laF /dev/dsp > crw-rw---- 1 root audio 14, 3 2006-04-06 21:47 /dev/dsp > $ ls -laF /dev/mixer > crw-rw---- 1 root audio 14, 0 2006-04-06 21:47 /dev/mixer > > to > > chmod 666 /dev/dsp > chmod 666 /dev/dsp > > no further problem with recordings. > > Since this 660 mode is the default, I have to adjust these settings > after > every reboot. I wonder where the default settings come from and wether > I > can change that to a more practical default. >
Just add yourself to the "audio" group: As root: # gpasswd -a your_user_name audio Then log out and back in. Lee ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user
