I few days ago I bought this mini computer.
So far I've been unable to get the sound to work.
inxi -A returns this :
Code: Select all
Audio:
Device-1: Intel Jasper Lake HD Audio driver: sof-audio-pci-intel-icl
Sound Server-1: ALSA v: k5.15.80-gentoo-x86_64 running: yes
The card apparently gets recognized. the command aplay -l returns this (sorry for the output in french) :
Code: Select all
carte 0 : sofhdadsp [sof-hda-dsp], périphérique 1 : HDMI1 (*) []
Sous-périphériques : 1/1
Sous-périphérique #0 : subdevice #0
carte 0 : sofhdadsp [sof-hda-dsp], périphérique 2 : HDMI2 (*) []
Sous-périphériques : 1/1
Sous-périphérique #0 : subdevice #0
carte 0 : sofhdadsp [sof-hda-dsp], périphérique 3 : HDMI3 (*) []
Sous-périphériques : 1/1
Sous-périphérique #0 : subdevice #0
Code: Select all
déc 25 10:19:37 palantir kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Firmware info: version 2:2:0-57864
déc 25 10:19:37 palantir kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:18:0
déc 25 10:19:37 palantir kernel: sof-audio-pci-intel-icl 0000:00:1f.3: warn: FW ABI is more recent than kernel
déc 25 10:19:37 palantir kernel: Loading firmware: intel/sof-tplg/sof-hda-generic-idisp.tplg
déc 25 10:19:37 palantir kernel: sof-audio-pci-intel-icl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:18:0
déc 25 10:19:37 palantir kernel: sof-audio-pci-intel-icl 0000:00:1f.3: warn: topology ABI is more recent than kernel
déc 25 10:19:37 palantir kernel: sof-audio-pci-intel-icl 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred
déc 25 10:19:37 palantir kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
déc 25 10:19:37 palantir kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 4
déc 25 10:19:37 palantir kernel: input: sof-hda-dsp HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input12
déc 25 10:19:37 palantir kernel: input: sof-hda-dsp HDMI/DP,pcm=2 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input13
déc 25 10:19:37 palantir kernel: input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input14
déc 25 10:19:37 palantir kernel: sdhci-pci 0000:00:14.5: SDHCI controller found [8086:4df8] (rev 1)
déc 25 10:19:37 palantir systemd[1]: Starting alsa-restore.service...
déc 25 10:19:37 palantir systemd[1]: alsa-state.service was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
déc 25 10:19:37 palantir systemd[1]: Finished alsa-restore.service.
déc 25 10:19:37 palantir systemd[1]: Reached target sound.target.
I would greatly appreciate if someone could help me. Thank you in advance if you take the time.

