You are not logged in.
Pages: 1
Hi Arch community,
i have problems with the permissions. i run the following commands :
chown -R root.audio /dev/sound
chmod 770 /dev/sound
chmod 660 /dev/sound/*
so my sound would work. i have all needed modules in /dev/sound/ but when i restart my comp, i get the error from GNOME, "Can't open /dev/sound/mixer"
after reboot i don't access & permission rights to the directory /dev/sound . any other suggestions?
# Allow access to sound devices for group "audio"
REGISTER ^sound/.* PERMISSIONS root.audio 0660
REGISTER ^snd/.* PERMISSIONS root.audio 0660
i also added myself to the group audio. so i have no clue what else to try.
any help would be appreciated. Thanks a lot, Shemeta
Offline
did you add the group audio to your system ?
Freedom is what i love
Offline
good question.
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
# Allow access to sound devices for group "audio"
REGISTER ^sound/.* PERMISSIONS root.audio 0660
REGISTER ^snd/.* PERMISSIONS root.audio 0660
I would just change that to:
REGISTER ^sound/.* PERMISSIONS root.users 0660
REGISTER ^snd/.* PERMISSIONS root.users 0660
Offline
Pages: 1