Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
new user can't run xmms because of permissions on snd_mixer
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Raoul_Duke
l33t
l33t


Joined: 15 Dec 2002
Posts: 694
Location: Caerdydd, Wales

PostPosted: Sun Dec 22, 2002 10:57 pm    Post subject: new user can't run xmms because of permissions on snd_mixer Reply with quote

title says it all really

I have read the other thread about permissions but i don't really understand if that's the same prob as mine :cry:
Back to top
View user's profile Send private message
Kawada
Apprentice
Apprentice


Joined: 22 Jul 2002
Posts: 159
Location: Florida, USA

PostPosted: Sun Dec 22, 2002 11:14 pm    Post subject: Reply with quote

Have you tried making the new user a member of the audio group? A lot of sound card permission problems are caused by failing to do that.
_________________
Kawada

2002 Nethack Tournament -- 317th runner-up http://nethack.devnull.net/
Back to top
View user's profile Send private message
Raoul_Duke
l33t
l33t


Joined: 15 Dec 2002
Posts: 694
Location: Caerdydd, Wales

PostPosted: Sun Dec 22, 2002 11:22 pm    Post subject: Reply with quote

sorry, how do i do that? :oops:
Back to top
View user's profile Send private message
jaymz
Apprentice
Apprentice


Joined: 07 Nov 2002
Posts: 171
Location: /dev/chair

PostPosted: Sun Dec 22, 2002 11:53 pm    Post subject: Reply with quote

edit the /etc/group file
just add your user name to the audio group
Back to top
View user's profile Send private message
Raoul_Duke
l33t
l33t


Joined: 15 Dec 2002
Posts: 694
Location: Caerdydd, Wales

PostPosted: Mon Dec 23, 2002 8:36 am    Post subject: Reply with quote

Cheers, i did work it out after a bit of thinking.....but cheers :)

/me puts xmms on and starts to boogie :P
Back to top
View user's profile Send private message
474
l33t
l33t


Joined: 19 Apr 2002
Posts: 714

PostPosted: Thu Dec 26, 2002 5:28 am    Post subject: Reply with quote

Just for reference, the "safe" way to manage group membership would go something like:
Code:
usermod -g users -G audio,cdrw username

Where -g indicates the primary group (every user account must belong to at least one group, so put it there - I always make groups which are the same name as the user for that - RedHat style - so that you can set permissions on a file which don't implicate permissions for anything else) and -G is an optional list of other groups for the user account. And adding a group is simple:
Code:
groupadd groupname
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum