I searched for similar questions but didn't find a solution for my problem. I have a Samsung laptop (NP300) that worked perfectly with windows 10. Recently I installed Ubuntu 16.04 and I'm trying to get used to it, but since I have Ubuntu there is no sound from the computer. Not from music, neither movies nor youtube. I tried system settings/sound, the check doesn't do anything. I tried the 'alasmixer' but still didn't change anything. Can someone help?
-
I'll add some information: I tried installing pulseaudio and playing with the equalizer, still no sucsess. However I found out the earphones do work and i get perfect sound through them... So it must be somthing with the speakers - maby the system doesn't recognize them? – T.raanan Jul 17 '16 at 21:29
-
I've posted an answer in another question post. – Benyamin Jafari May 18 '20 at 06:32
-
After searching for the solution on umpteen websites, I found the solution here, https://itectec.com/ubuntu/ubuntu-no-sound-on-upgrade-18-04-20-04-only-have-dumthe-output/ Run these commands, sudo apt-get install timidity-daemon. And then, sudo apt purge timidity-daemon – sandy Jun 27 '21 at 14:35
5 Answers
-Open a terminal and type
alsamixer
-Check that all sounds are correctly set and you are setting it for the correct audio device.
-Go to sound settings and press the test button. Though it might not work for you but it strangely worked for me.
You may visit this link for more detailed troubleshooting.

- 2,070
-
I tried it, I also disabled the 'auto-mute' option, but the test still doesn't give a sound... – T.raanan Jul 17 '16 at 19:02
-
It might be a hardware problem. Is sound being played in any other operating system? – Ceda EI Jul 18 '16 at 06:54
-
-
I have added a link to my answer. Please upvote my answer if it helps. – Ceda EI Jul 18 '16 at 18:39
-
Tried this method on ubuntu 16.04.1 and linuxmint 18.1 but didnt work. – sherpaurgen Jan 12 '17 at 09:07
I had the same problem.
Use pavucontrol
and the check all the settings. In particular go to the Configuration
tab and change the values from the drop list.
The correct selected item should be Analog Stereo Duplex
.

- 180
Run commands below:
sudo apt-get remove --purge alsa-base
sudo apt-get remove --purge pulseaudio
sudo apt-get install alsa-base
sudo apt-get install pulseaudio
sudo alsa force-reload
then reboot your system.

- 3,514
-
apt-get remove --purge alsa-base
removes ubuntu-desktop and ubuntu-gnome-desktop together – rneves Feb 05 '20 at 18:47 -
For 'dummy output' issue.
Before performing mixer reinstall or upgrade, check your audio output status in BIOS.

- 1
Since the sound is working in Windows, it may be a driver issue. Check whether the hardware is detected properly (All Settings -> Sound -> Output). Furthermore, you could try whether sound is working with Ubuntu 14.04 or 17.04 with a live stick.
If this does not help, it would be best to use the official sound troubleshooting advices from ubuntu: https://help.ubuntu.com/community/SoundTroubleshootingProcedure (especially I'd suggest to try to restart pulseaudio).