Solved-"xine was unable to initialize any audio drivers"
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Solved-"xine was unable to initialize any audio drivers"
I am using openSUSE 10.2 but I think that this general procedure will work with other Linux operating systems.
If you received the dreaded "xine was unable to initialize any audio drivers" message please do the following.
First, go to yast, select Hardware, then Sound and make sure that your sound card/audio controller is configured and any other one is deleted. You have probably done this already and everything is ok.
This is insufficient on its own. You must add audio to your user name. Weird isn't it?
Second, go to yast again, select "Security & Users" then select "User Management".
Make sure that the "Users" option is selected and not "Groups".
Click on Edit which takes you to "Existing Local User".
Click on "Details".
Under "Groups", check/tick the box for "audio" for your user name.
Click on Accept, exit and reboot.
I hope this works for you. It did for me.
I have the same situation, but for NON-LOCAL users - users logins in SUSE by ActiveDirectory accounts. So your way to solve problem doesn't works, because there are not a local users.
These users get uid=10000 and id like:
uid=10000(DOMAIN/username) gid=10001(DOMAIN/Domain users) groups=10001(list of domain groups, no one local)
Anybody know, how to add AD users to local audio group or some else way to allow their to access audio drivers?
I am using openSUSE 10.2 but I think that this general procedure will work with other Linux operating systems.
If you received the dreaded "xine was unable to initialize any audio drivers" message please do the following.
First, go to yast, select Hardware, then Sound and make sure that your sound card/audio controller is configured and any other one is deleted. You have probably done this already and everything is ok.
This is insufficient on its own. You must add audio to your user name. Weird isn't it?
Second, go to yast again, select "Security & Users" then select "User Management".
Make sure that the "Users" option is selected and not "Groups".
Click on Edit which takes you to "Existing Local User".
Click on "Details".
Under "Groups", check/tick the box for "audio" for your user name.
Click on Accept, exit and reboot.
I hope this works for you. It did for me.
Hi, Thanks alot.. Your solution worked brilliantly!!
Anybody know, how to add AD users to local audio group or some else way to allow their to access audio drivers?
AD users could be added to local groups as any other users. Just edit your /etc/group file like this (considering that domain/name separator is '/' and not '\' or '+' - check your /etc/samba/smb.conf; I personally prefer '-' separator - it has the least amount of issues attached):
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.