On 13-Jul-02, Tapio Kelloniemi wrote: > I have the following problem. When any program without root privileges > tries to use soundcard it fails with Permission denied error. When > they use OSS api emulation, everything is OK. chmod a+rw /dev/amixer* > /dev/adsp* doesn't help. What should I do to fix this?
In /etc/modules.conf, add the options "snd_device_uid=" or "snd_device_gid=" to set the owner and group for the sound device nodes. Best idea is to create a "sound" group, and just set snd_device_gid to that group and make yourself a member of it. -- Adam Jones ([EMAIL PROTECTED])(http://www.yggdrasl.demon.co.uk/) .oO("It would be real boring if I always spelled everything right." ) PGP public key: http://www.yggdrasl.demon.co.uk/pubkey.asc ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
