Linux Tutorials

How To Fix “No Sound” in Ubuntu Desktop

Have you ever encountered “No sound” or “muted sound” problem in Ubuntu Desktop while trying to play your favorite Music playlist, Video or a Movie?. This guide will show you how you can fix the No sound issue on Ubuntu Desktop.

Original content from computingforgeeks.com - post 118

[ebook product=”2″ theme=”orange”]

Mostly, the reason you don’t get the sound while playing media files is due to the “Audio Analog Stereo” sound being turned off. To fix this, go to Audio settings and make sure the audio output is on as shown in the picture below.

ubuntu no sound

If your Ubuntu system is missing Pulse and Alsa Audio drivers, install them by running the command:

sudo apt-get -y install alsa-base pulseaudio

Then, reload the Alsa driver.

$ sudo alsa force-reload
Terminating processes: 1378 4680
4680 6011
6011 7598
7598 (with SIGKILL:) 9217
9217 (failed: processes still using sound devices: 10942(pulseaudio)).
/sbin/alsa: Warning: Processes using sound devices: 10942(pulseaudio).
Unloading ALSA sound driver modules: snd-intel8x0 snd-ac97-codec snd-pcm snd-seq-midi snd-seq-midi-event snd-rawmidi snd-seq snd-seq-device snd-timer (failed: modules still loaded: snd-intel8x0 snd-ac97-codec snd-pcm snd-timer).
Loading ALSA sound driver modules: snd-intel8x0 snd-ac97-codec snd-pcm snd-seq-midi snd-seq-midi-event snd-rawmidi snd-seq snd-seq-device snd-timer.

Your sound should now be working.

fix no sound ubuntu desktop

If the reload doesn’t fix the issue, try a reboot.

sudo reboot

If you want to re-install the pulseaudio and alsa do

sudo apt-get remove purge pulseaudio alsa-base
sudo apt-get install pulseaudio alsa-base

Hoped this helped you fix no sound in Ubuntu Desktop. Also check:

How to install VLC on CentOS 7 / Fedora 29 / Fedora 28

How to configure mpd and ncmpcpp on Linux

Install and configure mpd and ncmpcpp on MacOS

Related Articles

Desktop Install Persepolis Download Manager on Ubuntu 24.04 / Linux Mint 22 Debian Install Rocket.Chat on Debian 13 / Ubuntu 24.04 for Team Chat and Live Support Ubuntu How To Install VirtualBox 7.0 on Ubuntu 24.04|22.04|20.04 Ubuntu Build Your Own Music Streamer with Koel

Leave a Comment

Press ESC to close