no sound for normal user

Hello

I am under Opensuse12.3

When i ma logging root sound is OK
When i logging with normal account i have no sound

in control panel i don’t have sound cards in hardware

With Yast i can see sound and test it

so it looks like a rights problems for sound hardware

an idea to solve this ?

regards

I have a blog on PulseAudio I would ask you to read. Nothing in hardware is not normal and is most often associated with upgrades (12.2 to 12.3) OR by copies of user area into an existing system. Read the blog, check out the links. I have one for my start bash sctipt that might be useful.

PulseAudio and Selecting the Proper Sound Card Configuration - Blogs - openSUSE Forums

Thank You,

Thanks for your answer but …

at the thirs setp in pavucontrol i don’t have anu hardware in the menu configuration …

as in the control panel phonon configuration !

regards

This sounds much like a permissions issue.
Adding your user to the “audio” group should fix it.

sudo usermod -a -G audio $USER

But: since your user should get the necessary permissions at login, something seems to be wrong there which may cause you other problems as well (network, USB devices, video, …)

So please post the output of those commands to check:

getfacl /dev/snd/*
loginctl

Hi

I ma now in audio group but still not work

  bernard@HP620-linux:~> getfacl /dev/snd/*
getfacl : suppression du premier « / » des noms de chemins absolus
# file: dev/snd/by-path
# owner: root
# group: root
user::rwx
group::r-x
other::r-x

# file: dev/snd/controlC0
# owner: root
# group: audio
user::rw-
group::rw-
other::---

# file: dev/snd/hwC0D0
# owner: root
# group: audio
user::rw-
group::rw-
other::---

# file: dev/snd/hwC0D2
# owner: root
# group: audio
user::rw-
group::rw-
other::---

# file: dev/snd/pcmC0D0c
# owner: root
# group: audio
user::rw-
group::rw-
other::---
                                                                                                                                                                
# file: dev/snd/pcmC0D0p                                                                                                                                        
# owner: root                                                                                                                                                   
# group: audio                                                                                                                                                  
user::rw-                                                                                                                                                       
group::rw-                                                                                                                                                      
other::---                                                                                                                                                      
                                                                                                                                                                
# file: dev/snd/pcmC0D3p                                                                                                                                        
# owner: root                                                                                                                                                   
# group: audio
user::rw-
group::rw-
other::---

# file: dev/snd/seq
# owner: root
# group: audio
user::rw-
group::rw-
other::---

# file: dev/snd/timer
# owner: root
# group: audio
user::rw-
group::rw-
other::---

bernard@HP620-linux:~> 


Did you logout and login again (or reboot) ?

The getfacl output confirms that your user hasn’t been granted permissions to access the audio devices.
So please post the output of “loginctl”, too.

On 2013-10-25 19:26, Enthalpie wrote:
> I ma now in audio group but still not work

Is your system an upgrade or a fresh install?


Cheers / Saludos,

Carlos E. R.
(from 11.4, with Evergreen, x86_64 “Celadon” (Minas Tirith))

Hi

It is an upgrade
I did’nt reboot and now after reboot it is working !!

thank’s a lot

regards

Right. A re-login is needed for that group change to take effect.

But as I said, if you don’t solve the underlying problem why your user doesn’t get those permissions in the first place, you will have other problems as well (like having to enter the root password for suspending, mounting USB drives and so on).

So again, please post the output of “loginctl” to see if there’s a problem with registering your user’s session.

Happy to “hear” you got your sound working. Doing a restart after making such changes is always recommended.

Thank You,