No sound controllers working with new install

Is there a known problem with the new setup of Suse and sound controllers?

The Nvidia sound controller, the onboard sound controller and even a straight lineout to speakers no longer register at all in anything that I can find except hwinfo.out, which I saved at install but cannot find.

I find ‘sound controller’ can be an ambiguous term in the context of GNU/Linux and very difficult to understand what one is talking about.

Do you mean the ‘mixer’ control that is typically in the right hand corner of a desktop GUI (such as KDE) ?

Do you have sound on your Tumbleweed PC setup?

Have you Pulse Audio Volume Control (pavucontrol) installed, which some people also call a ‘sound controller’ ? If talking about ‘pavucontrol’ I know of no issues.

Not related to pipewire/pulseaudio perhaps?

https://www.reddit.com/r/openSUSE/comments/lotlsa/replacing_pulseaudio_with_pipewire_on_tumbleweed/

All devices are managed by systemd. You may search for corresponding units:

**i3-4130:~ #** systemctl list-units --type device  '*sound*'  
  UNIT                                                             LOAD   ACTIVE SUB     DESCRIPTION                                               
  sys-devices-pci0000:00-0000:00:03.0-sound-card0-controlC0.device loaded active plugged /sys/devices/pci0000:00/0000:00:03.0/sound/card0/controlC0 
  sys-devices-pci0000:00-0000:00:1b.0-sound-card1-controlC1.device loaded active plugged /sys/devices/pci0000:00/0000:00:1b.0/sound/card1/controlC1 

LOAD   = Reflects whether the unit definition was properly loaded. 
ACTIVE = The high-level unit activation state, i.e. generalization of SUB. 
SUB    = The low-level unit activation state, values depend on unit type. 
**2 loaded units listed.** Pass --all to see loaded but inactive units, too. 
To show all installed unit files use 'systemctl list-unit-files'. 
**i3-4130:~ #**

Query status of associated units:

**i3-4130:~ #** systemctl status *alsa* *sound* 
**●** alsa-restore.service - Save/Restore Sound Card State 
     Loaded: loaded (/usr/lib/systemd/system/alsa-restore.service; static) 
     Active: **active (exited)** since Sun 2021-07-11 21:06:01 CEST; 14h ago 
    Process: 784 ExecStart=/usr/sbin/alsactl restore (code=exited, status=0/SUCCESS) 
   Main PID: 784 (code=exited, status=0/SUCCESS) 
        CPU: 4ms 

Jul 11 21:06:01 i3-4130 systemd[1]: Starting Save/Restore Sound Card State... 
Jul 11 21:06:01 i3-4130 alsactl[784]: alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HDA Intel PCH at 0xf0530000 irq 31) 
Jul 11 21:06:01 i3-4130 alsactl[784]: alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:1 use case configuration -6 
Jul 11 21:06:01 i3-4130 systemd[1]: Finished Save/Restore Sound Card State. 

**●** sound.target - Sound Card 
     Loaded: loaded (/usr/lib/systemd/system/sound.target; static) 
     Active: **active** since Sun 2021-07-11 21:06:01 CEST; 14h ago 
       Docs: man:systemd.special(7) 

Jul 11 21:06:01 i3-4130 systemd[1]: Reached target Sound Card. 

**●** sys-devices-pci0000:00-0000:00:03.0-sound-card0-controlC0.device - /sys/devices/pci0000:00/0000:00:03.0/sound/card0/controlC0 
     Loaded: loaded 
     Active: **active (plugged)** since Sun 2021-07-11 21:06:01 CEST; 14h ago 
     Device: /sys/devices/pci0000:00/0000:00:03.0/sound/card0/controlC0 

**●** sys-devices-pci0000:00-0000:00:1b.0-sound-card1-controlC1.device - /sys/devices/pci0000:00/0000:00:1b.0/sound/card1/controlC1 
     Loaded: loaded 
     Active: **active (plugged)** since Sun 2021-07-11 21:06:01 CEST; 14h ago 
     Device: /sys/devices/pci0000:00/0000:00:1b.0/sound/card1/controlC1 
**i3-4130:~ #**

Check journal for messages:

i3-4130:~ # journalctl -b -u  *alsa* -u *sound*              
-- Journal begins at Sat 2021-06-19 04:37:19 CEST, ends at Mon 2021-07-12 11:41:58 CEST. -- 
Jul 11 21:06:01 i3-4130 systemd[1]: Starting Save/Restore Sound Card State... 
Jul 11 21:06:01 i3-4130 systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped. 
Jul 11 21:06:01 i3-4130 alsactl[784]: alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HDA Intel PCH at 0xf0530000 irq 31) 
Jul 11 21:06:01 i3-4130 alsactl[784]: alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:1 use case configuration -6 
Jul 11 21:06:01 i3-4130 systemd[1]: Finished Save/Restore Sound Card State. 
Jul 11 21:06:01 i3-4130 systemd[1]: Starting Load extra kernel modules for sound stuff... 
Jul 11 21:06:01 i3-4130 systemd[1]: sound-extra.service: Deactivated successfully. 
Jul 11 21:06:01 i3-4130 systemd[1]: Finished Load extra kernel modules for sound stuff. 
Jul 11 21:06:01 i3-4130 systemd[1]: Reached target Sound Card. 
i3-4130:~ # 

The errors reported are informal only. Sound is working here perfectly out of the box.