Skip to content

Instantly share code, notes, and snippets.

@yesnik
Last active December 21, 2023 15:08
Show Gist options
  • Save yesnik/7681bb51242cce748eea460f9f5dfce2 to your computer and use it in GitHub Desktop.
Save yesnik/7681bb51242cce748eea460f9f5dfce2 to your computer and use it in GitHub Desktop.
Dell Vostro 5590 Ubuntu 20.04 audio not working

Dell Vostro 5590 Ubuntu 20.04 audio not working

After updating Ubuntu from 18.04 to 20.04 I have no sound on the notebook Dell Vostro 5590.

I completed these steps, reboot PC and sound problem was fixed:

  1. Purge Alsa and PulseAudio using the command:
sudo apt-get remove --purge alsa-base pulseaudio
  1. Install Alsa and PulseAudio again:
sudo apt-get install alsa-base pulseaudio
  1. Reload Alsa:
sudo alsa force-reload

After doing step 3 my PC was freezed. Mouse cursor moved, but PC didn't react on mouse clicks and keyboard.

I pressed Power button and hold it approximately 10 seconds. Notebook rebooted.

Sound problem is fixed.

Acknowledgments

Many thanks to Ahmed Elesawy who published this solution here: https://askubuntu.com/a/1199811

Dell Vostro 5590 Ubuntu 20.04 headphones no audio

sudo add-apt-repository ppa:hui.wang/pulseaudio
sudo apt update
sudo apt upgrade pulseaudio

pulseaudio --version
#=> pulseaudio 13.99.1

After that reboot your notebook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment