Fresh install of Ubuntu 18.04, no audio at all, only "dummy output" in the available outputs in the audio settings.
I tried some of the solutions available online (adding options to /etc/modprobe.d/alas-base.conf
or /etc/default/grub
) and none worked.
Some info:
$ aplay -l
aplay: device_list:270: no soundcards found...
$ lspci -nnk | grep -A2 audio
0000:00:1f.3 Multimedia audio controller [0401]: Intel Corporation Device [8086:a0c8] (rev 20)
Subsystem: Dell Device [1028:0991]
Kernel driver in use: sof-audio-pci
Kernel modules: snd_hda_intel, snd_sof_pci
Note that audio works fine with a fresh install of Ubuntu 21 on the same laptop (I have dual boot). In this case, this is the output of lspci
:
### Ubuntu 21.04 (works)
0000:00:1f.3 Multimedia audio controller [0401]: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller [8086:a0c8] (rev 20)
Subsystem: Dell Tiger Lake-LP Smart Sound Technology Audio Controller [1028:0991]
Kernel driver in use: sof-audio-pci
Kernel modules: snd_hda_intel, snd_sof_pci
This post reports exactly my issue, but it is archlinux and they solve it by updating the sof-firmware
, which I do not know how to do in ubuntu.
An attempt in this direction with
sudo fwupdmgr update
did not solve it (BTW, sudo fwupdmgr refresh
fails).
Any help is greatly appreciated.