You are not logged in.

#1 2021-05-08 19:54:03

manuelevlr
Member
Registered: 2021-05-08
Posts: 1

thinkbook no audio

Good evening, I have an intel 13s thinkbook. I have installed arch linux and am using it as gnome as DE. But the audio doesn't work on my laptop.
By running the command dmesg | grep -i audio:

[manuelevlr@thinkbook ~]$ sudo dmesg | grep -i audio
[    0.119784] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    4.315869] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[    4.315895] sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    4.315921] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
[    4.316159] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[    4.316236] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.322985] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[    4.444317] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
[    4.444320] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[    4.444324] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
[    4.446206] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:7:0-47d07
[    4.446208] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0
[    4.446211] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[    4.535544] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 1:7:0-47d07
[    4.535548] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0
[    4.583722] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:18:1 Kernel ABI 3:18:0
[    4.609511] sof-audio-pci-intel-tgl 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred
[    4.643895] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC287: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    4.643899] snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.643900] snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    4.643901] snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
[    4.643901] snd_hda_codec_realtek ehdaudio0D0:    inputs:
[    4.643902] snd_hda_codec_realtek ehdaudio0D0:      Mic=0x19
[    4.690817] snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
[    4.690823] snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten

solutions? thank you

Offline

#2 2021-05-09 07:42:03

Arsimael
Member
Registered: 2021-05-09
Posts: 16
Website

Re: thinkbook no audio

Hi.
Same Laptop here. (Thinkbook 13s, Intel 2021)

You need a another sound-package for newer soundcards.

extra/sof-firmware 1.7-2 [Installiert]
    Sound Open Firmware

Last edited by Arsimael (2021-05-09 20:35:51)

Offline

#3 2021-05-09 08:13:06

Arsimael
Member
Registered: 2021-05-09
Posts: 16
Website

Re: thinkbook no audio

Maybe also also-ucm-conf (Installed in my end)

Offline

#4 2021-12-14 19:55:25

jameshbabu
Member
Registered: 2021-12-14
Posts: 1

Re: thinkbook no audio

I also had similar issue(Running Manjaro on Linux Thinkbook G2. Machine details provided below). I think it is due the Intel Tiger Lake-LP Smart Sound Audio chipset. The below step actually solved the problem. (Copied from Ubuntu forum)

Copied. Original thread link here

----------------

It seems the driver you are using is sof-audio-pci. As per this, you may try with snd_hda_intel. Simply copying the procedure:

    Edit grub

    $ sudo gedit /etc/default/grub

    Change

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

    to

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd_hda_intel.dmic_detect=0"

    Update grub

    $ sudo update-grub

    Reboot

You can check if soundcards are detected with

$ aplay -l

------------------------

My Machine details as below

Desktop: GNOME 41.1 tk: GTK 3.24.30 wm: gnome-shell dm: GDM 41.0
  Distro: Manjaro Linux base: Arch Linux
Machine:
  Type: Laptop System: LENOVO product: 20VE v: ThinkBook 15 G2 ITL

Last edited by jameshbabu (2021-12-14 19:56:24)

Offline

#5 2021-12-14 20:35:03

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,659

Re: thinkbook no audio

That is somewhat of a hacky workaround and breaks mic support.

Last edited by V1del (2021-12-14 20:41:37)

Offline

#6 2021-12-18 20:52:21

Wondertan
Member
Registered: 2021-12-14
Posts: 5

Re: thinkbook no audio

Install of latest `alsa-ucm-conf` solved the issue for me.

Offline

Board footer

Powered by FluxBB