You are not logged in.

#1 2009-03-28 20:04:29

linkmaster03
Member
Registered: 2008-12-27
Posts: 269

[Solved] Intel HDA - No sound at all through headphones

I am getting no sound through the headphones at all. I'm using snd-hda-intel. This is the sound card from lspci:

Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

I am on a Toshiba Satellite A135-S4727. I have tried muting the speaker channel and turning all the channels up. I tried using asoundconf. No luck. I just can't seem to get any sound through the headphones.

Last edited by linkmaster03 (2009-03-29 22:36:52)

Offline

#2 2009-03-28 20:23:47

Statix
Member
From: Hangzhou, China
Registered: 2008-02-16
Posts: 240

Re: [Solved] Intel HDA - No sound at all through headphones

All I can suggest is giving us your amixer output.


Madly in love with Arch64, Openbox, DotA, and of course... penguins!
Happy to help if you're not a Help Vampire. Use your wonderful resources like ArchWiki, Google, and our wonderful search page.

Offline

#3 2009-03-28 20:41:10

linkmaster03
Member
Registered: 2008-12-27
Posts: 269

Re: [Solved] Intel HDA - No sound at all through headphones

Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 64
  Mono: Playback 40 [62%] [-24.00dB] [on]
Simple mixer control 'Headphone',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 64 [100%] [0.00dB] [off]
  Front Right: Playback 64 [100%] [0.00dB] [off]
Simple mixer control 'PCM',0
  Capabilities: pvolume
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 255 [100%] [0.00dB]
  Front Right: Playback 255 [100%] [0.00dB]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 31
  Front Left: Capture 0 [0%] [-13.50dB] [off]
  Front Right: Capture 0 [0%] [-13.50dB] [off]
Simple mixer control 'Ext Mic',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'Ext Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'Input Source',0
  Capabilities: cenum
  Items: 'Ext Mic' 'Int Mic'
  Item0: 'Ext Mic'
Simple mixer control 'Int Mic',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [off]
  Front Right: Playback 0 [0%] [-34.50dB] [off]
Simple mixer control 'Int Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'PC Beep',0
  Capabilities: volume pswitch
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 31
  Front Left: 0 [0%] [-34.50dB] Playback [off]
  Front Right: 0 [0%] [-34.50dB] Playback [off]
Simple mixer control 'Speaker',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 64 [100%] [0.00dB] [on]
  Front Right: Playback 64 [100%] [0.00dB] [on]

Offline

#4 2009-03-29 03:13:36

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: [Solved] Intel HDA - No sound at all through headphones

Shouldn't it say [on] instead of [off]? Have you unmuted the headphone output?

Simple mixer control 'Headphone',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 64 [100%] [0.00dB] [off]
  Front Right: Playback 64 [100%] [0.00dB] [off]

R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#5 2009-03-29 12:21:18

linkmaster03
Member
Registered: 2008-12-27
Posts: 269

Re: [Solved] Intel HDA - No sound at all through headphones

I did have it unmuted, I remuted it when I was done tinkering though.

Offline

#6 2009-03-29 12:31:23

Dr4go
Member
Registered: 2008-08-24
Posts: 37

Re: [Solved] Intel HDA - No sound at all through headphones

@ linkmaster: You have to configure the proper model for the snd-hda-intel module. More information about that (eg. what models exists and so on) you can find here: http://ubuntuforums.org/showpost.php?p= … ostcount=2

If you have any further questions, don't hesitate to ask... wink

Perhaps one thing... You need to add the option in the modprobe.conf file (located at /etc/modprobe.conf). For example (that's my related config, but will not work for your toshiba laptop -> the only thing you have to change is the "clevo-m720" part):
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=clevo-m720

Greetings,
Dr4go

Last edited by Dr4go (2009-03-29 12:32:23)

Offline

#7 2009-03-29 15:33:41

linkmaster03
Member
Registered: 2008-12-27
Posts: 269

Re: [Solved] Intel HDA - No sound at all through headphones

Wow, thank you so much! The 'lenovo' model ended up working perfectly, with jack sense and all! I thought there was no hope, because I had tried all the models on Ubuntu already. Arch for life.

For those who have the same problem, this is my /etc/modprobe.conf:

#
# /etc/modprobe.conf (for v2.6 kernels)
#

# disable autoload of ipv6
alias net-pf-10 off

alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=lenovo

Offline

Board footer

Powered by FluxBB