Method to fix audio in ubuntu
Open terminal type the following command
after installing you need to restart pulseaudio
Restart and enjoy the sound.
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