No audio devices after latest kernel upgrade

I ran zypper dup --allow-vendor-change yesterday and upgraded to kernel 6.7.7-1-default (64-bit). I noticed a fair number of kernel firmware upgrades go through. Now I have no audio devices recognised, neither the on-board audio, the thunderbolt interfaces, bluetooth headphones etc.
Is this a glitch in the upgrade and needs reporting as a bug or is there something I can do to re-instate them?

System info:
Operating System: openSUSE Tumbleweed 20240307
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12
Kernel Version: 6.7.7-1-default (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-8550U CPU @ 1.80GHz
Memory: 7.5 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620
Manufacturer: LENOVO
Product Name: 81CT
System Version: Lenovo YOGA 730-13IKB

PCI info:

00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21) (prog-if 80)
	Subsystem: Lenovo Device 3828
	Flags: bus master, fast devsel, latency 32, IRQ 186
	Memory at 2ffb018000 (64-bit, non-prefetchable) [size=16K]
	Memory at 2ffb000000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_soc_skl, snd_soc_avs, snd_sof_pci_intel_skl

lsmod | grep snd_hda_intel

snd_intel_dspcfg       40960  5 snd_soc_avs,snd_hda_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_skl
snd_hda_codec         233472  9 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda,snd_soc_skl,snd_sof_intel_hda
snd_hda_core          155648  12 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_skl,snd_sof_intel_hda
snd_pcm               225280  14 snd_soc_avs,snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_soc_skl,snd_hda_core,snd_pcm_dmaengine
snd                   159744  16 snd_hda_codec_generic,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_ump,snd_pcm,snd_rawmidi

do you run pulseaudio?
https://bugzilla.suse.com/show_bug.cgi?id=1221150

Post
inxi -A

Unless there was a copy/paste typo, you should see snd_hda_intel as the first line, like:

LT-B:~ # lsmod | grep snd_hda_intel
snd_hda_intel          65536  2
snd_intel_dspcfg       40960  1 snd_hda_intel
snd_hda_codec         233472  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_hda_core          155648  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_pcm               225280  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
snd                   159744  16 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm
LT-B:~ # 

Maybe your chipset (newer than mine) causes conflicts between our old friend snd_hda_intel and other modules (snd_soc_skl etc.)?
Please consider posting results including the leading prompt, the full command and the trailing prompt so we can see for sure (everything of) what your system is telling us.

The following topic is worth reviewing

https://forums.opensuse.org/t/sound-stopped-in-plasma

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.