Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] Sound drivers missing on new installation (HP Elitebook x360 1040 G5)

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
UseDebian4theWin
Posts: 2
Joined: 2024-03-21 07:34

[Solved] Sound drivers missing on new installation (HP Elitebook x360 1040 G5)

#1 Post by UseDebian4theWin »

Hi installed debian bookworm (Debian 6.1.76-1) on a HP Elitebook x360 1040 G5. I cannot get my sound drivers working. I installed realtek drivers, did reboot, but still, the audio isnt working:
sudo dmesg | grep snd:

Code: Select all

[    5.047213] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[    5.047219] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SST driver
[    5.265523] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[    5.265527] snd_soc_skl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SST driver
[    5.265532] snd_soc_skl 0000:00:1f.3: enabling device (0000 -> 0002)
[    5.266162] snd_soc_skl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.471260] snd_soc_skl 0000:00:1f.3: firmware: failed to load 9d71-INTEL-KBL-2-tplg.bin (-2)
[    5.471487] snd_soc_skl 0000:00:1f.3: firmware: failed to load 9d71-INTEL-KBL-2-tplg.bin (-2)
[    5.471546] snd_soc_skl 0000:00:1f.3: Direct firmware load for 9d71-INTEL-KBL-2-tplg.bin failed with error -2
[    5.471567] snd_soc_skl 0000:00:1f.3: tplg fw 9d71-INTEL-KBL-2-tplg.bin load failed with -2, trying alternative tplg name skl_hda_dsp_generic-tplg.bin
[    5.472000] snd_soc_skl 0000:00:1f.3: firmware: direct-loading firmware skl_hda_dsp_generic-tplg.bin
[    5.475040] snd_soc_skl 0000:00:1f.3: firmware: direct-loading firmware intel/dsp_fw_kbl.bin
[    5.986275] snd_soc_skl 0000:00:1f.3: skl_cldma_wait_interruptible: Wait timeout
[    5.988087] snd_soc_skl 0000:00:1f.3: Failed to set Run bit=2 enable=0
[    5.988800] snd_soc_skl 0000:00:1f.3: Transfer firmware failed-5
[    5.990768] snd_soc_skl 0000:00:1f.3: Failed to set Run bit=2 enable=0
[    5.992618] snd_soc_skl 0000:00:1f.3: Load base fw failed : -5
[    5.993596] snd_soc_skl 0000:00:1f.3: Failed to boot first fw: -5
[    5.994436] snd_soc_skl 0000:00:1f.3: ASoC: error at snd_soc_component_probe on 0000:00:1f.3: -5
aplay -l:

Code: Select all

aplay: device_list:274: no soundcards found..
.

do you have any idea what i can do?

User avatar
sunrat
Administrator
Administrator
Posts: 6511
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 119 times
Been thanked: 489 times

Re: sound drivers missing on new installation

#2 Post by sunrat »

Help us to help you by posting hardware and system specs. Install inxi and post:

Code: Select all

inxi -ACSaz
Also, maybe this will help - https://forum.openmandriva.org/t/fix-fo ... -work/4460
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
FreewheelinFrank
Global Moderator
Global Moderator
Posts: 2117
Joined: 2010-06-07 16:59
Has thanked: 38 times
Been thanked: 232 times

Re: sound drivers missing on new installation

#3 Post by FreewheelinFrank »

You will need the SOF driver to work with Skylake and a digital microphone I think.

SOF is under continual development. You could try a live image of Testing and see if it works. If it does, you can get the latest kernel from Debian Backports and firmware-sof-signed and alsa-ucm-conf can be manually installed from Sid without issue at the moment I think.

UseDebian4theWin
Posts: 2
Joined: 2024-03-21 07:34

Re: sound drivers missing on new installation

#4 Post by UseDebian4theWin »

sunrat wrote: 2024-03-21 08:28 Help us to help you by posting hardware and system specs. Install inxi and post:

Code: Select all

inxi -ACSaz
Also, maybe this will help - https://forum.openmandriva.org/t/fix-fo ... -work/4460
thanks for your answer!

the solution from the link solved my issue perfectly!:
i did sudo echo "options snd-intel-dspcfg dsp_driver=1" > /etc/modprobe.d/alsa.conf

User avatar
FreewheelinFrank
Global Moderator
Global Moderator
Posts: 2117
Joined: 2010-06-07 16:59
Has thanked: 38 times
Been thanked: 232 times

Re: sound drivers missing on new installation

#5 Post by FreewheelinFrank »

Be aware that the command
will allow for the HDaudio legacy driver to be used. This will typically work for speakers and headphones/headsets, but will not allow DMIC capture.
https://thesofproject.github.io/latest/ ... ction.html

For a fully working system, you should look to upgrading SOF.

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: sound drivers missing on new installation

#6 Post by Aki »

Hello,
UseDebian4theWin wrote: 2024-03-21 14:47 thanks for your answer!

the solution from the link solved my issue perfectly!:
i did sudo echo "options snd-intel-dspcfg dsp_driver=1" > /etc/modprobe.d/alsa.conf
I'm glad you sorted it out. :)

Please, mark the discussion as "solved" manually adding the text tag "[Solved]" at the beginning of the subject of the first message (after other tags, if any). It is also an opportunity to the make the subject more understandable to other forum users and readers, if necessary; i.e. :
[Solved] HP Elitebook x360 1040 G5: sound missing on new installation

Happy Debian !

EDIT Tue Apr 9 18:12:56 CEST 2024: added the text tag "[Solved]" at the beginning of the subject of the first message, added the computer's model name to the subject
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Post Reply