I have recently installed Kubuntu 20.04 on my Lenovo Thinkpad X1 carbon and there is no sound from internal speakers. I have a Bluetooth headset and when testing the audio via Bluetooth HS works fine. Can someone please help me get sound working from builtin speakers.
What I have tried so far without any usccess
- I have adjusted the settings in
alsamixer
as suggested here by Giorgio Vitanza but it didn't work - I reinstalled
alsa
andpulseaudio
as suggested by Khalil in this post but it didn't work - I updated
alsa-base.conf
to addoptions snd-hda-intel model=generic
as suggested by Mark X in this post but it didn't work for me. - I updated
alsa-base.conf
to addoptions snd-hda-intel dmic_detect=0
as suggested by Leon X in this post but it didn't work for me.
My system details
$ uname -a
Linux ThinkPad 5.4.0-52-generic #57-Ubuntu SMP Thu Oct 15 10:57:00 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Running sudo lshw -C multimedia
outputs
*-multimedia
description: Audio device
product: Sunrise Point-LP HD Audio
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
version: 21
width: 64 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: driver=snd_hda_intel latency=64
resources: irq:136 memory:f1340000-f1343fff memory:f1330000-f133ffff
$ lspci -v | grep -A7 -i "audio"
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
Subsystem: Lenovo Sunrise Point-LP HD Audio
Flags: bus master, fast devsel, latency 64, IRQ 136
Memory at f1340000 (64-bit, non-prefetchable) [size=16K]
Memory at f1330000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
sof-firmware
? That's how I fixed my issue on ArchLinux. – antoyo Nov 17 '20 at 12:58