14 Nov
2009
14 Nov
'09
12:56 p.m.
On Sat, Nov 14, 2009 at 11:30:20AM +0100, Reiner wrote:
I think I have fixed it
in the /dev directory I have done the following:
chmod ugo+rw dsp
In case you're using udev, the /dev folder is created dynamically, so your change won't survive a reboot.
Check the file permissions of the nodes again and see which group ownership they have (most probably 'audio').
Then run 'sudo useradd -G <group> <youruser>'. Log out and back in again to make this change effective. To check wheter it worked, type 'id' to find out which groups your user is a member of.
HTH, Daniel