Fresh install of 20.04 with Multimedia audio controller: Intel Corporation Device 02c8 has no sound. This fix did not help. Updated kernel to 5.7 and took a few other steps that helped in older versions. Anyone have this sound card working on 20.04?
Asked
Active
Viewed 8,437 times
8
1 Answers
4
I had the same problem. All I need to edit a line in /etc/default/grub
to be:
GRUB_CMDLINE_LINUX="snd-intel-dspcfg.dsp_driver=1"
Then you run
sudo update-grub
-
-
Unfortunately, this didn't work for me. Interestingly, I do get a sound for a couple of seconds, and then it starts to turn down on its own until it goes fully quiet. I've tried so many things and still nada. – Nat Naydenova Dec 01 '20 at 05:47
-
This worked for me on the following configuration: PRETTY_NAME="Ubuntu 20.04.1 LTS" – Tareq Saif Mar 21 '22 at 07:19
-
sudo lspci -v
anddmesg | grep audio
? – balu Jul 06 '20 at 11:25f0c8
– anemo Aug 03 '21 at 10:13