You are not logged in.
Pages: 1
Looks like after an update my built-in audio had stopped working.
I checked dmesg and it showed that I have problem with soh drivers. I've installed them:
sudo pacman -S sof-firmware sof-tools
The errors in dmesg has disappeared but still no built-in audio is working (despite everything is okay with headphones).
Audio:
Audio device: Intel Corporation Comet Lake PCH-LP cAVS (prog-if 80)
pacmd list-sink-inputs
says that the audio is not muted.
alsamixer -c 0
also looks right
pavucontrol
- looks like everything is working, the Silence in the Playback tab is active. The same goes for Output Devices tab. I've tried different combinations in the configuration tab, but still nothing works.
audio dmesg:
[ 3.349210] sof-audio-pci-intel-cnl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 3.349261] sof-audio-pci-intel-cnl 0000:00:1f.3: enabling device (0000 -> 0002)
[ 3.349403] sof-audio-pci-intel-cnl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380
[ 3.349464] sof-audio-pci-intel-cnl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 3.355678] sof-audio-pci-intel-cnl 0000:00:1f.3: use msi interrupt mode
[ 3.389893] sof-audio-pci-intel-cnl 0000:00:1f.3: hda codecs found, mask 5
[ 3.391356] sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware info: version 2:1:1-3964a
[ 3.391359] sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware: ABI 3:21:0 Kernel ABI 3:18:0
[ 3.391361] sof-audio-pci-intel-cnl 0000:00:1f.3: warn: FW ABI is more recent than kernel
[ 3.391365] sof-audio-pci-intel-cnl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[ 3.503118] sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware info: version 2:1:1-3964a
[ 3.503121] sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware: ABI 3:21:0 Kernel ABI 3:18:0
[ 3.503123] sof-audio-pci-intel-cnl 0000:00:1f.3: warn: FW ABI is more recent than kernel
Last edited by sh1yo (2022-04-24 10:11:32)
Offline
It turned out that the audio card wasn't detected by the system. There was only loopback one. I've added
snd-intel-dspcfg.dsp_driver=1
to /boot/grub/grub.cfg on the 'linux' line and it works now.
Offline
Pages: 1