Speakers work but the headphone jack is silent — what is actually broken?
Sound comes out of the built-in speakers correctly. Plug headphones into the 3.5 mm jack and there is nothing — the headphones work on another device, and the system does not obviously complain.
Sometimes the volume control appears to affect nothing when they are plugged in.
Is this a hardware fault, a driver problem, or a configuration one? I would like to know how to tell them apart before opening anything.
@audio_azra · 20h ago
That second volume control deserves its own paragraph because of how often it is the answer.
On Linux,
alsamixershows every control the chip exposes, including ones the desktop mixer hides. Press F6 to pick the card, then look for anything named for headphones, front, or automatic mute — and check forMMunder a control, which means muted. Unmute withm.There is often a control called something like "Auto-Mute Mode", which silences the speakers when headphones are inserted. If that is misconfigured you can get the reverse of your problem, and toggling it sometimes fixes the detection entirely.
On Windows the equivalent is checking the playback devices list with "show disabled devices" turned on, since a disabled output looks exactly like an absent one.
Between those two, the great majority of these are solved without touching a driver.
Reply
Report