Ubuntu 16.04: Front Headphone Jack Not Detected

8,585

Solution 1

Can you plug in your headphones and open Alsa Mixer in terminal

alsamixer

Check if there's Headphone volume slider. If there is, set Auto-mute to 'Enabled' and change your headphone's volume.

Solution 2

If anyone is looking for an answer (this is the first that comes up) that alsamixer does not fix, after searching for hours and trying many solutions this one worked for me:

Ubuntu 16.04 headphones are not working

apt-get install alsa-tools-gui

sudo hdajackretask

Then override front jack to headphones and install the boot override

Share:
8,585

Related videos on Youtube

Henry Zhu
Author by

Henry Zhu

CS student and software engineer. Well-versed in data structures/algos, applied math, and full-stack web development, I am a versatile software engineer that can adapt across multiple domains. My interests are in distributed computing, end-to-end infastructure, concurrent programming, and Android development. While I'm not busy studying or programming, I'll be busy skiing, listening to hip-hop, or watching soccer and football. Skills: C, C++, Java, C#, Python (Django, XGBoost, Sckit-Learn, NLTK), JavaScript (NodeJS, SocketIO, Firebase, Mapbox GL), HTML/CSS, Heroku Deployment, Git Version Control, UNIX OS Resume: https://henryapplications.org/HenryZhuResume.pdf Websites: http://henryapplications.org/ https://www.quora.com/profile/Henry-Zhu-34

Updated on September 18, 2022

Comments

  • Henry Zhu
    Henry Zhu almost 2 years

    After installing Linux on my new PC build, I noticed that my headphone wasn't detected as plugged in. Opening up pavucontrol, there were two ports int eh Built-in Audio Analog Stereo device (Line Out and Headphones). Line Out (Audio port on the rear I/O Shield of my computer) was always detected and could play audio, it didn't matter if I put in a speaker or a headphone. But the headphone port was stated as unplugged, even though I plugged it into the front headphone jack. What could attribute to this?

  • Henry Zhu
    Henry Zhu almost 8 years
    I did that and the headphones are still being detected as "unplugged"
  • Kyle
    Kyle about 4 years
    Can confirm this works on Ubuntu 18.04 as well