Hi! On Sun, 23 Oct 2022 23:24:46 +0200 Diederik de Haas <didi.deb...@cknow.org> wrote: > > On Sunday, 23 October 2022 19:01:52 CEST pdorm...@free.fr wrote: > > After upgrade from 6.0.0-1 to 6.0.0-2, I don't have sound anymore. > > I believe that the relevant dmesg message is this one, as it is not printed > > with the 6.0.0-1 version: > > > > snd_hda_codec_hdmi ehdaudio0D2: failed to create hda codec -12 > > snd_hda_codec_hdmi ehdaudio0D2: ASoC: error at snd_soc_component_probe on > > ehdaudio0D2: -12 skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: failed to > > instantiate card -12 skl_hda_dsp_generic: probe of skl_hda_dsp_generic > > failed with error -12 > > > > git bisect indicates that the bad commit is: > > [7494e2e6c55ed192f2b91c821fd6832744ba8741] ALSA: hda: Fix page fault in > > snd_hda_codec_shutdown() > > Thanks for that wonderful analyses! > > Both you and Lisandro had "sof-audio-pci-intel-tgl" in dmesg, but I don't. > Lisandro also has the firmware-intel-sound package installed (but not you). > Sound on my system works with 6.0.0-2, so the 'intel' part looks relevant. >
I have the same bug. In the meantime, I can get sound by disabling SOF, adding "snd-intel-dspcfg.dsp_driver=1" to the kernel command line, but with no mic support. My audio device is Intel tigerlake: $ lspci | grep audio 00:1f.3 Multimedia audio controller: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller (rev 20) And I also have the firmware installed: $ dpkg -l | grep 'firmware-intel-sound\|linux-image-6' ii firmware-intel-sound 20210818-1 all Binary firmware for Intel sound DSPs ii linux-image-6.0.0-2-amd64 6.0.3-1 amd64 Linux 6.0 for 64-bit PCs (signed) Regards, Daniel.