No audio from Ubuntu 19.10
I just did a fresh install of Ubuntu on my laptop. But there seems to be no audio from the speakers. I tried many fixes mentioned on this forum such as force starting the alsamixer selecting the correct driver the GUI as well as Pluse Audio.
00:1f.3 Audio device [0403]: Intel Corporation Cannon Lake PCH cAVS [8086:a348] (rev 10)
DeviceName: Onboard - Sound
Subsystem: Micro-Star International Co., Ltd. [MSI] Cannon Lake PCH cAVS [1462:1228]
--
01:00.1 Audio device [0403]: NVIDIA Corporation GP104 High Definition Audio Controller [10de:10f0] (rev a1)
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
These are the audio devices that the system recognizes. Can anyone please guide me to the steps in fixing this issue? Many thanks in advance!
Solution 1:
I am not an expert, but did you try this?
echo "options snd-hda-intel model=generic" | sudo tee -a /etc/modprobe.d/alsa-base.conf
https://www.linuxuprising.com/2018/06/fix-no-sound-dummy-output-issue-in.html
This has fixed a similar problem on my computer (Ubuntu 18.04). Best regards.