Headphone not working

Asked by Lex Canh

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

"not working" as in no sound, or is it something else. Can you please elaborate.

Thanks

Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#2

Please run alsamixer in a Terminal and use it to unmute and increase volume to 100% on the following mixer channels:

Simple mixer control 'Speaker',0
Simple mixer control 'Mic',0
Simple mixer control 'IEC958',0

Then retest sound output using headphones and speakers.

Test all audio jacks at the front and the back of your PC

Revision history for this message
Lex Canh (lecanh87) said :
#3

I Got it fixed with command:

echo "options snd-hda-intel model=asus" | sudo tee -a /etc/modprobe.d/alsa-base.conf

Shutdown and boot

Revision history for this message
Lex Canh (lecanh87) said :
#4

Thanks Mark Rijckenberg, that solved my question.