LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-06-2005, 01:56 PM   #1
badbunny
Member
 
Registered: Aug 2005
Location: Finland
Distribution: Kubuntu Gutsy
Posts: 95

Rep: Reputation: 15
Only one user has sound, suse 9.2


Sorry for posting this here as well, but I had no luck trying this in the Suse section.

My problem is that I have sound only for my user account on my suse 9.2, but all the other users don't. This is true even if my account isn't even logged in. i have tried to update the sound drivers and made sure every user is member of the audio group, but that doesn't help.

Please, help me solve this (or optionally give me tips on how to explain to my wife why she can't listen to music.)
 
Old 09-06-2005, 01:59 PM   #2
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
What kind of an error is given?
 
Old 09-06-2005, 03:11 PM   #3
badbunny
Member
 
Registered: Aug 2005
Location: Finland
Distribution: Kubuntu Gutsy
Posts: 95

Original Poster
Rep: Reputation: 15
There is no error, it's as if there wasn't a sound card at all. Kmixer doesn't find any audio devices.
 
Old 09-06-2005, 03:26 PM   #4
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Quote:
Originally posted by badbunny
There is no error, it's as if there wasn't a sound card at all. Kmixer doesn't find any audio devices.
I expect it's a permissions thing. Is the account that has sound the one that was added by the OS when you installed it? And are the other accounts that don't have sound added manually?
If SuSE behaves the same as Ubuntu then you might need to add your users to the 'audio' group. Do:
Code:
ls -l /dev/dsp*
and see who the owner and group owner of those devices are (specifically the device that /dev/dsp points to - usually /dev/dsp0 but sometimes just /dev/dsp) and see if it's a group called audio. If it is then as root do:
Code:
usermod -G audio myuser
where myuser is the name of the user you want to have sound. Then log out and log in again as that user (it might not take effect until you log in again - it didn't for me).
 
Old 09-06-2005, 03:38 PM   #5
badbunny
Member
 
Registered: Aug 2005
Location: Finland
Distribution: Kubuntu Gutsy
Posts: 95

Original Poster
Rep: Reputation: 15
ls -l /dev/dsp* returns this (only the first two rows here):

Code:
lrwxrwxrwx  1 root root       4 2005-08-06 22:40 /dev/dsp -> dsp0
crw-rw----  1 myuser  audio 14,  3 2004-10-02 11:38 /dev/dsp0
All users are members of audio (except, funnily enough, my user account, which was added by the installer).
 
Old 09-06-2005, 03:50 PM   #6
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Quote:
Originally posted by badbunny
ls -l /dev/dsp* returns this (only the first two rows here):

Code:
lrwxrwxrwx  1 root root       4 2005-08-06 22:40 /dev/dsp -> dsp0
crw-rw----  1 myuser  audio 14,  3 2004-10-02 11:38 /dev/dsp0
All users are members of audio (except, funnily enough, my user account, which was added by the installer).
That's perplexing. As a quick'n'dirty fix you could try making /dev/dsp0 world read and writable.
chmod a+rw /dev/dsp0
as root
 
Old 09-06-2005, 03:58 PM   #7
badbunny
Member
 
Registered: Aug 2005
Location: Finland
Distribution: Kubuntu Gutsy
Posts: 95

Original Poster
Rep: Reputation: 15
I tried it. Now the device looks like this:
crw-rw-rw- 1 myuser audio 14, 3 2004-10-02 11:38 /dev/dsp0

But still, no sound for the old lady. This is really weird. I even tried to make a new user for her, but it didn't help. My wife's account is a member of user and audio.
 
Old 09-06-2005, 04:26 PM   #8
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Quote:
Originally posted by badbunny
I tried it. Now the device looks like this:
crw-rw-rw- 1 myuser audio 14, 3 2004-10-02 11:38 /dev/dsp0

But still, no sound for the old lady. This is really weird. I even tried to make a new user for her, but it didn't help. My wife's account is a member of user and audio.
I'm stumped. Unless it's something to do with the way artsd is being run? I really don't know. Sorry.
 
Old 09-06-2005, 04:33 PM   #9
badbunny
Member
 
Registered: Aug 2005
Location: Finland
Distribution: Kubuntu Gutsy
Posts: 95

Original Poster
Rep: Reputation: 15
I'm beginning to think that I'm the only one with this problem. Which is kind of weird, since I haven't done anything to mess things up, they pretty far were this way after the installation.

Could my hardware be the problem? Or maybe I should try installing suse 9.3 and wish really, really hard that the problem doesn't follow me there.

EDIT: Thanks for the effort. At least now I know it wasn't just something simple I didn't know about.

Last edited by badbunny; 09-06-2005 at 04:41 PM.
 
Old 09-06-2005, 04:39 PM   #10
CloudBuilder
Member
 
Registered: May 2003
Location: Netherlands
Distribution: Ubuntu, Puppy
Posts: 386

Rep: Reputation: 30
I have the same problem with Suse 9.2 as well as 9.3 on the same system. Only root has sound. Users don't have sound. Making users member of audio didn't help.

I suspected the nvidia sound system on the motherboard, but I'm not sure.

I googled for some time and there are more users with the same problem, however I didn't find any solution.(That helped to solve the problem)

The only thing that sounds well is that I found an answer that there was a conflict between the Kmix and the alsa mix, but that doesn't help me either. There was something about disabling kmix?

My Mobo is an Asus a7n8x-x. The system is working fine except..... the user sound!
I wanted to install it on my portable (HP) but the live eval(9.3) had also troubles with the sound, so I took (K)ubuntu that has no troubles at all.
On this system I also have (K)ubuntu and Fedora Core4. They both don't have any trouble with the sound. That suggests it is a Suse problem....

I reinstalled some times but that didn't help. In 9.3 the user has a Kmix symbol in the " system tray" but it has a red mark.
If in Yast2 however I choose sound and do a volume test , i get a fine sound.....

I'm interested if you have the same systemboard or another(nvidia) board?
Do you also have the mixer symbol?
If you go to Yast2 >>>>Hardware >>>> Sound >>>> Volume >>> test Do you get sound ??

CloudBuilder
 
Old 09-06-2005, 04:46 PM   #11
badbunny
Member
 
Registered: Aug 2005
Location: Finland
Distribution: Kubuntu Gutsy
Posts: 95

Original Poster
Rep: Reputation: 15
I have the same kind of problem, it seems. Only that I have one user (besides root) that has sound, others are out of luck.
The soundless user has the kmix symbol with a red mark on the sys tray. And yast's sound test does give sound just fine. My motherboard has nvidia chipset, but I can't remember which one it is.
Getting to be a bit frustrating, since after the initial learning curve, I really like suse.
 
Old 09-06-2005, 05:01 PM   #12
badbunny
Member
 
Registered: Aug 2005
Location: Finland
Distribution: Kubuntu Gutsy
Posts: 95

Original Poster
Rep: Reputation: 15
Ah, maybe I'll just buy myself a 20€ cheapie soundcard.
 
Old 09-06-2005, 05:16 PM   #13
dracolich
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274

Rep: Reputation: 63
If it's an issue with kmix do you have another wm to loginto instead of KDE? Blackbox, maybe? If you haven't already, run alsamixer from the CL to set the volume levels and then aumix -L to load them.
 
Old 09-06-2005, 06:24 PM   #14
CloudBuilder
Member
 
Registered: May 2003
Location: Netherlands
Distribution: Ubuntu, Puppy
Posts: 386

Rep: Reputation: 30
The alsa mixer works - I can test it under Yast and the sound is fine.

I get the same information in the console.

aumix -L is not recognized, I also don't see it if I enter apropos alsa.......



But if you try to activate the sounds in the configuration center from kde there is the folowing report :

The proxyconfiguration script is not valid.

This sounds if some kind of script cannot be activated for some reasons.......

Does anyone know which script ???


==================================================
to badbunny

About the soundcard : It is Nforce2 AC97
You can see the kind of card in YAST2>>>>>Hardware>>>>>>>sound

Is your card the same?


==================================================



CloudBuilder
 
Old 09-07-2005, 04:27 AM   #15
badbunny
Member
 
Registered: Aug 2005
Location: Finland
Distribution: Kubuntu Gutsy
Posts: 95

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by CloudBuilder

==================================================
to badbunny

About the soundcard : It is Nforce2 AC97
You can see the kind of card in YAST2>>>>>Hardware>>>>>>>sound

Is your card the same?


==================================================



CloudBuilder
Yup, that's it. Maybe Suse isn't too happy about that card?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
root sound ok - user sound not..? captain skywave SUSE / openSUSE 12 06-23-2005 05:24 PM
user sound is fine, Root sound just squeals Doug.Gentry Linux - Newbie 1 09-05-2004 03:27 PM
Suse 9.1, switching users and no sound for second user. webwolf70 Linux - Distributions 0 08-24-2004 03:48 PM
sound works in root - no sound in user - Debian seanb Debian 9 02-28-2004 12:42 AM
[SUSE] no sound for user in XMMS ashley8 Linux - Software 4 10-20-2003 10:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration