You are not logged in.
Pages: 1
I have no idea why it is happening, but for some reason my sound is not working. I installed pipewire-pulse to setup sound controls and it worked fine, until a while later where i just got no sound (if I recall correctly it was after I deleted some temp bash history files but not really sure how that would mess with my sound), after uninstalling pipewire-pulse my sound worked fine for about 2 boots, then I reinstalled pipewire-pulse and it worked fine for about 2 boots again, and this continued on until I eventually just have no sound at all,
Here's what I could find in the journalctl:
Aug 16 15:20:00 arch kernel: snd_soc_avs 0000:00:1f.3: Direct firmware load for intel/avs/hda-10ec0235-tplg.bin failed with error -2
Aug 16 15:20:00 arch kernel: snd_soc_avs 0000:00:1f.3: request topology "intel/avs/hda-10ec0235-tplg.bin" failed: -2
Aug 16 15:20:00 arch kernel: avs_hdaudio avs_hdaudio.0: trying to load fallback topology hda-generic-tplg.bin
Aug 16 15:20:00 arch kernel: snd_soc_avs 0000:00:1f.3: Direct firmware load for intel/avs/hda-generic-tplg.bin failed with error -2
Aug 16 15:20:00 arch kernel: snd_soc_avs 0000:00:1f.3: request topology "intel/avs/hda-generic-tplg.bin" failed: -2
Aug 16 15:20:00 arch kernel: snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_component_probe on hdaudioB0D0-platform: -2
Aug 16 15:20:00 arch kernel: avs_hdaudio avs_hdaudio.0: ASoC: failed to instantiate card -2
Aug 16 15:20:00 arch kernel: avs_hdaudio avs_hdaudio.0: probe with driver avs_hdaudio failed with error -2
Aug 16 15:20:00 arch kernel: snd_hda_codec_hdmi hdaudioB0D2: creating for HDMI 0 0
Aug 16 15:20:00 arch kernel: snd_hda_codec_hdmi hdaudioB0D2: skipping capture dai for HDMI 0
Aug 16 15:20:00 arch kernel: snd_hda_codec_hdmi hdaudioB0D2: creating for HDMI 1 1
Aug 16 15:20:00 arch kernel: snd_hda_codec_hdmi hdaudioB0D2: skipping capture dai for HDMI 1
Aug 16 15:20:00 arch kernel: snd_hda_codec_hdmi hdaudioB0D2: creating for HDMI 2 2
Aug 16 15:20:00 arch kernel: snd_hda_codec_hdmi hdaudioB0D2: skipping capture dai for HDMI 2
Aug 16 15:20:00 arch kernel: snd_soc_avs 0000:00:1f.3: Direct firmware load for intel/avs/hda-8086280b-tplg.bin failed with error -2
Aug 16 15:20:00 arch kernel: snd_soc_avs 0000:00:1f.3: request topology "intel/avs/hda-8086280b-tplg.bin" failed: -2
Aug 16 15:20:00 arch kernel: avs_hdaudio avs_hdaudio.2: trying to load fallback topology hda-8086-generic-tplg.bin
Aug 16 15:20:00 arch kernel: snd_soc_avs 0000:00:1f.3: Direct firmware load for intel/avs/hda-8086-generic-tplg.bin failed with error -2
Aug 16 15:20:00 arch kernel: snd_soc_avs 0000:00:1f.3: request topology "intel/avs/hda-8086-generic-tplg.bin" failed: -2
Aug 16 15:20:00 arch kernel: snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_component_probe on hdaudioB0D2-platform: -2
Aug 16 15:20:00 arch kernel: avs_hdaudio avs_hdaudio.2: ASoC: failed to instantiate card -2
Aug 16 15:20:00 arch kernel: avs_hdaudio avs_hdaudio.2: probe with driver avs_hdaudio failed with error -2
pacman -Q | grep -E 'pipewire|pulseaudio|jack'
jack2 1.9.22-1
kpipewire 6.1.4-1
libpipewire 1:1.2.2-1
pipewire 1:1.2.2-1
pipewire-alsa 1:1.2.2-1
pipewire-audio 1:1.2.2-1
pipewire-session-manager 1:1.2.2-1
Last edited by Aleks.b01 (2024-08-19 15:09:30)
Offline
Looks like the snd_soc_avs related hardware grabbing race... Somebody should report that to the kernel devs. Install pipewire-pulse (and wireplumber) again it has no bearing on the underlying issue and try blacklisting "snd_soc_avs" : https://wiki.archlinux.org/title/Kernel … acklisting
Offline
That worked, thanks!
Offline
Pages: 1