After installing Ubuntu 20.04, I noticed that sound is not working on my system.
aplay -l
was giving me Sound card not detected
error.
Running inxi -A | grep driver
gave me ... driver: sof-audio-pci
I tried some solutions on AskUbuntu, but they did not work and all of them used driver snd_hda_intel
. Other pages said that firmwares for this driver are not shipped with distribution.
Is it possible to make sound work for Ubuntu 20.04?
snd_hda_intel.dmic_detect=0
is now deprecated. What fixed the problem for me wassnd-intel-dspcfg.dsp_driver
. The value=3
, using SOF driver, was the right one for me to get speakers+headphones+microphone working. – PLNech Feb 02 '24 at 10:54