I recently updated packages on my laptop, causing a kernel upgrade (6.18.16 → 6.19.6). There were other packages in the transaction, but none seem related to audio.
Since the upgrade, the built-in audio hardware (both speakers and microphone) doesn’t work. The devices still show up how I would expect (visible in Plasma’s volume widget, visible in wireplumber), but no sound comes through in either direction. Recording software like OBS is still able to pick up and record sound from them.
Bluetooth sound devices still work correctly.
Booting the previous (6.18.16) kernel from GRUB works around the issue without needing any package/configuration changes, which leads me to believe the problem is actually related to the new kernel itself.
Are there any logs/config files I can grab that would be helpful in solving this? I’m a bit out of my depth, any pointers are appreciated.
Tried a different (new) user account, sound is also broken there; I don’t think it’s any user-specific misconfiguration.
I went through some logs on both kernels (working 6.18 and broken 6.19). alsa-info.sh had no meaningful differences. I also tried searching for anything ALSA-related on the outputs of journalctl -b for the two boots, but again couldn’t find anything important.
It appears that the issue is limited to onboard audio devices. You need to provide hardware details. Start with the output from inxi -Fzxx. You can check profiles for your model in https://linux-hardware.org for the status of audio devices across distros and kernel versions. There have been recent changes to support for advanced audio configurations (“surround sound”, etc.).
I have the same issue on Dell XPS 14 with Intel Meteor Lake IPU audio that stopped working on kernel 6.19.6 and is still broken on 6.19.8 - so I’m also stuck on 6.18.16, which works fine!
To my knowledge, it hasn’t been properly reported anywhere, so nobody is even looking at fixing it. When I have time, I’ll go about building the kernel from source so I can bisect it and try to file a kernel regression report.
@absolutewisp Can you please point me to the place to report issues like this, so I can do that properly in the future? This is not the first issue I’ve run into with my XPS 14 and might not be the last.
As far as I know, there’s the Fedora Bugzilla for Fedora-specific issues, and the kernel has a good page on how upstream kernel issues should be reported.