I run Ubuntu 16.04 LTS 64-bit on an Asus laptop and my headphone jack isn't working. I had Windows 10 before I had Ubuntu and every time I put in the headphones, I would have to plug it in and plug it out a couple of times and a window would pop p asking which device I plugged in. But now that I have Ubuntu, it doesn't work at all and I've tried using instructions on here for terminal and that didn't work. (I only have Ubuntu because my mom gave me a Wacom tablet for drawing and she tried to download the drawing app but it made my laptop not work after and we got someone at my church to fix it and he for some reason put Ubuntu on it)
Asked
Active
Viewed 1,214 times
1 Answers
0
First of all, have you checked if your sound is muted?
Is your laptop speaker working?
If so, then try to reset your audio drivers by doing this:
sudo apt-get --purge reinstall linux-sound-base alsa-base alsa-utils linux-image-uname -r linux-ubuntu-modules-uname -r libasound2

rkg
- 111
purge
instead of--purge
and withoutreinstall
, then run the command in the answer without--purge
. – Tooniis Aug 23 '17 at 19:48