Upgrading to Ubuntu 20 has caused all audio output except HDMI to disappear
I use my 3.5mm output jack from a desktop pc to a receiver for audio. After upgrading to Ubuntu 20, the only audio output that shows up any more is HDMI. I get audio popping and crackling from the HDMI, which is why I use the 3.5 mm jack instead.
Does anyone know why this broke, and how to fix it?
1 Answer
Welcome to Askubuntu!
Have you tried to install pavucontrol?
sudo apt install pavucontrol+Check so that nothing is muted (in pavucontrol)
+Related links:
- Ubuntu 20.04 "Dummy output" No sound card in use
- Ubuntu no sound, dummy output, and no sound card detected
Edit: Glad it worked for you:
From the first link provided:
8Found here: Ubuntu no sound, dummy output, and no sound card detected
Open
/etc/modprobe.d/alsa-base.confand add the following line at the end:options snd-hda-intel dmic_detect=0Then:
pulseaudio -k && sudo alsa force-reloadYou will hear the sound.
sudo apt-get remove timidity sudo reboot