Pulseaudio and audio in general work correctly for non-root users.
For root, audio works (checked using speaker-test), but connection of applications to pulseaudio is denied. For example, Audio Volume in system tray does not see pulseaudio (shows empty screen), pavucontrol says *“Establishing connection to PulseAudio. Please wait …”
*However, it looks like pulseaudio is running in some form for root.
When issuing
pulseaudio -D
or
pulseaudio -D --system
everything begins working for root after a few seconds. But after a reboot the pulseadio for root is still working improperly.
I tried to modify some configuration files listed in
I think your main problem is loging in as root. Something you should not do.
And even when you think you can do different, you can not expect from others here to have any experience with that, nor that they will ever try to re-create your problem on their own system.
Logging in as root to a GUI can seriously damage your system accidentally. DO NOT DO IT.
Become root from a normal user login is OK and the recommended method.Also login to a terminal is OK But GUIs mode many files on the fly behind the curtain and thus root can steal ownership breaking things for a normal user.
This is not Windows this is Linux different rules here.
Thanks, I spent hours until I understood that pulseaudio is not root-friendly.
It is good that other components of audio settings, like Yast’s audio module and kmix are runnable by root. Otherwise, root alone would hear no sound. Good that their authors thought differently - at least some must trust their own product.
Good to know that this is by design, and not a fault in OS, driver or configuration.