Sound is not working in Ubuntu 16.04

37,863

Solution 1

Try this answer. Run these commands in the terminal:

sudo apt-get update && sudo apt-get upgrade
echo options snd-hda-intel model=auto | sudo tee -a /etc/modprobe.d/alsa-base.conf

Check all mutes and unmute them through:

sudo alsamixer

Then run:

shutdown -h now

Solution 2

sudo apt-get purge pulseaudio
sudo apt-get clean && sudo apt-get autoremove

Reboot. Open a terminal again and type (ignore any errors with the rm command):

rm -r ~/.pulse ~/.asound* ~/.pulse-cookie ~/.config/pulse
sudo apt-get install pulseaudio

Solution 3

You can try this:

sudo apt-get purge pulseaudio
sudo apt-get clean && sudo apt-get autoremove

reboot as:

sudo init 6

The open your terminal and:

sudo apt-get install pulseaudio
sudo gedit /etc/pulse/default.pa
load-module module-switch-on-port-available
sudo init 6

Plug your earphone and start some .mp3's

Share:
37,863

Related videos on Youtube

Shubham Batra
Author by

Shubham Batra

BY Day: I am employee in a telekom company By Night : Surfing on github and try to different type of code .

Updated on September 18, 2022

Comments