If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
Subject says it all. I have sound but other users do not. try to play amarok in other accounts and get:
xine was unable to initialize any audio drivers.
make the other users be members of the audio group.
open a konsole while logged in your personal user account.
enter the following command:
Code:
id
you'll see:
- uid=: this is your user id (name)
- gid=: this is your primary group id (name)
- groups=: this is the list of secondary groups you're member of
then log in the other user account and check them.
or use the users' management gui in system settings.
that might be easier...
Comment