View previous topic :: View next topic |
Author |
Message |
newfloat n00b
Joined: 24 Apr 2002 Posts: 24 Location: Atlanta
|
Posted: Sun May 12, 2002 8:02 pm Post subject: Audio permissions |
|
|
Ok here is the problem: After installing KDE, which i have since removed, my audio permissions are shot. I can change them as root but they get changed every time my computer gets restarted. I have to manually reset them each time i boot into gentoo. Any suggestions on how i can fix this permanently through one of the config files?? |
|
Back to top |
|
|
AutoBot l33t
Joined: 22 Apr 2002 Posts: 968 Location: Usually Out
|
Posted: Sun May 12, 2002 9:43 pm Post subject: |
|
|
You can either add yourself to the group audio *proper*, or you could chmod /dev/dsp and /dev/mixer *dirty* _________________ This message self destructed a long time ago. |
|
Back to top |
|
|
vert Apprentice
Joined: 07 May 2002 Posts: 214 Location: Delft, The Netherlands
|
Posted: Mon May 13, 2002 12:33 pm Post subject: |
|
|
as root, do
Code: |
usermod -G audio,lp username
|
the 'lp' is for when you also want to be able to print |
|
Back to top |
|
|
Guest
|
Posted: Mon May 13, 2002 2:26 pm Post subject: |
|
|
could also be useful, if you add also the group "cdrom" |
|
Back to top |
|
|
|