I just installed EOS Gnome on my laptop (Acer Swift 3 SF314-54) from a live USB with EndeavourOS_Artemis_nova_22_9.iso.
When I launch a video or audio, I can’t hear anything (speaker or headphones), but in the sound panel, I can see the sound signal moving.
inxi -A
Audio:
Device-1: Intel Sunrise Point-LP HD Audio driver: snd_soc_skl
Sound API: ALSA v: k5.15.77-1-lts running: yes
Sound Server-1: PipeWire v: 0.3.59 running: yes
sudo dmesg | grep -iE 'snd|sof'
[ 0.578336] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.641973] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.641975] software IO TLB: mapped [mem 0x000000008570b000-0x000000008970b000] (64MB)
[ 0.749889] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.749904] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 9.260599] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[ 9.260607] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SST driver
[ 9.673488] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[ 9.673496] snd_soc_skl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SST driver
[ 9.675013] snd_soc_skl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 9.749082] snd_soc_skl 0000:00:1f.3: Direct firmware load for 9d71-ACRSYS-ACRPRDCT-2-tplg.bin failed with error -2
[ 9.749087] snd_soc_skl 0000:00:1f.3: tplg fw 9d71-ACRSYS-ACRPRDCT-2-tplg.bin load failed with -2, trying alternative tplg name skl_hda_dsp_generic-tplg.bin
[ 9.749104] snd_soc_skl 0000:00:1f.3: Direct firmware load for skl_hda_dsp_generic-tplg.bin failed with error -2
[ 9.749106] snd_soc_skl 0000:00:1f.3: tplg skl_hda_dsp_generic-tplg.bin failed with -2, falling back to dfw_sst.bin
[ 9.749121] snd_soc_skl 0000:00:1f.3: Direct firmware load for dfw_sst.bin failed with error -2
[ 9.749122] snd_soc_skl 0000:00:1f.3: Fallback tplg fw dfw_sst.bin load failed with -2
[ 9.749123] snd_soc_skl 0000:00:1f.3: Failed to init topology!
[ 9.749124] snd_soc_skl 0000:00:1f.3: ASoC: error at snd_soc_component_probe on 0000:00:1f.3: -2
How could I solve this issue?