Hm, I still have no idea what that could be.
I don’t have a “Mixer” here.
But judging from that generic name, it probably is a GNOME application…
What does this command show?
grep -R Mixer /usr/share/applications/
Although it probably doesn’t matter much, the reason for the error message seems to be clear: there seem to be no (usable) output devices.
When at the top button “Audio Volume”, all the tabs from “Applications to Configuration” say “No applications”, “No Additional Configuration Available,” etc. That is, except for “Output Devices”, which shows “Dummy Output”.
When I go to “Audio and Video”, under the “Device Preference” tab and the first category (Audio Playback), there is a list of devices, as follows:
Built-in Audio Analog Stereo
GK104 HDMI Audio Controller Digital Stereo (HDMI)
GK104 HDMI Audio Controller Digital Stereo (HDMI)
c001 Analog Stereo
GK104 HDMI Audio Controller Digital Stereo (HDMI 3)
Dummy Output
Only “Dummy Output” is available, the rest are greyed out and I can’t select them.
Under the tab “Audio Hardware Setup” there is no sound card (the field is greyed out) and under “Sound Device” there is nothing to select.
Under the tab “Backend” Phonon GStreamer is listed, but nothing else.
Hm, this all very much sounds like a permission issue to me.
Try to add your user to the “audio” group. Maybe it helps (even if not it doesn’t harm…).
Either do that in YaST->Security and Users->User and Group Management, or run:
sudo usermod -a -G audio $USER
Then reboot, or at least logout/login.
I should also add that when I try testing the Dummy Output device, nothing happens.
Obviously. The “Dummy Output device” is not any real device at all and just “swallows” the sound.