How to fix no sound in ubuntu

Method to fix audio in ubuntu

Open terminal type the following command

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

after installing you need to restart pulseaudio

sudo alsa force-reload

Restart and enjoy the sound.
 

Post a Comment

Previous Post Next Post