Celeb Glow
general | March 20, 2026

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:

Edit: Glad it worked for you:

From the first link provided:

Found here: Ubuntu no sound, dummy output, and no sound card detected

Open /etc/modprobe.d/alsa-base.conf and add the following line at the end:

options snd-hda-intel dmic_detect=0

Then:

pulseaudio -k && sudo alsa force-reload

You will hear the sound.

sudo apt-get remove timidity
sudo reboot
8

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy