LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-19-2009, 03:29 AM   #1
Delusions
LQ Newbie
 
Registered: Oct 2004
Location: Tampa, FL
Distribution: Slack 10.2
Posts: 26

Rep: Reputation: 16
Sound not Muting when Headset plugged in... Asus


I am running into a bit of an issue trying to get my speaker to auto mute when my headset is plugged in I have searched and searched for an answer however every thing that is suggested has not worked.

So far I have

Upgraded alsa to 1.20
Added options options snd-hda-intel model=laptop
Added options snd-hda-intel model=3stack-dig position_fix=0
Added options snd-hda-intel model=3stack-dig position_fix=0 probe_mask=1

ls pci
Code:
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
aplay -l
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC1200 Digital [ALC1200 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 6: Si3054 Modem [Si3054 Modem]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
Codec
Code:
/proc/asound/card0/codec#0:Codec: Realtek ALC1200
/proc/asound/card0/codec#1:Codec: Motorola Si3054
 
Old 06-30-2009, 09:06 PM   #2
Delusions
LQ Newbie
 
Registered: Oct 2004
Location: Tampa, FL
Distribution: Slack 10.2
Posts: 26

Original Poster
Rep: Reputation: 16
Anyone?
 
Old 06-30-2009, 09:13 PM   #3
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
That code piece you put up there, showing the /proc files, there should be a whole whack of info in /proc/asound/card0/codec#0 and I would ask you to post about the first 5 lines or so of the file.

Second, please post the `lspci -vvvx` output for the sound card (Don't need the entire lspci, just the chunk for the sound card).

3rd, Exactly what kind of Asus motherboard is it? Please give the model name as it would appear on the package, and how new it is (or old for that matter).


No guarantees, but I will do a little bit of poking around in the morning and see if I can learn anything about your headphone situation. I'll post an update here sometime tomorrow, but again, no guarantees of anything positive.

Sasha
 
Old 06-30-2009, 10:07 PM   #4
Delusions
LQ Newbie
 
Registered: Oct 2004
Location: Tampa, FL
Distribution: Slack 10.2
Posts: 26

Original Poster
Rep: Reputation: 16
1) cat /proc/asound/card0/codec#0

Code:
Codec: Realtek ALC1200
Address: 0
Function Id: 0x1
Vendor Id: 0x10ec0888
Subsystem Id: 0x10431763
Revision Id: 0x100101
2) lspci -vvvx

Code:
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
	Subsystem: ASUSTeK Computer Inc. Device 1763
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 22
	Region 0: Memory at febf8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
		Address: 0000000000000000  Data: 0000
	Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Suprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100] Virtual Channel <?>
	Capabilities: [130] Root Complex Link <?>
	Kernel driver in use: HDA Intel
	Kernel modules: snd-hda-intel
00: 86 80 4b 28 06 01 10 00 03 00 03 04 08 00 00 00
10: 04 80 bf fe 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 63 17
30: 00 00 00 00 50 00 00 00 00 00 00 00 04 01 00 00
3) The Motherboard is unknown This on my laptop so there is no real way of knowing.
 
Old 06-30-2009, 10:31 PM   #5
Delusions
LQ Newbie
 
Registered: Oct 2004
Location: Tampa, FL
Distribution: Slack 10.2
Posts: 26

Original Poster
Rep: Reputation: 16
OK I was able to finally figure it out it looks like the switch is

Code:
snd-hda-intel model=haier-w66
I swear i had tryed this switch before.. but who know s
 
Old 07-01-2009, 08:56 AM   #6
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
So you can confirm that it works now? Excellent if so!
You could mark your post as [SOLVED]

Sasha
 
Old 07-24-2009, 11:04 PM   #7
mcfunthomas
LQ Newbie
 
Registered: Jul 2009
Posts: 1

Rep: Reputation: 0
Hello

Quote:
Originally Posted by Delusions View Post
OK I was able to finally figure it out it looks like the switch is
Code:
snd-hda-intel model=haier-w66
My card is very similar:
Code:
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
	Subsystem: ASUSTeK Computer Inc. Device 1765
	Flags: bus master, fast devsel, latency 0, IRQ 22
	Memory at febf8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
	Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
	Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
	Capabilities: [100] Virtual Channel <?>
	Capabilities: [130] Root Complex Link <?>
	Kernel driver in use: HDA Intel
	Kernel modules: snd-hda-intel
so I tried your solution and it works.
I don't know if model=haier-w66 is same here but still - it works.
Anyway, thank you very much.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bluetooth headset, Alsa - no soundcard in /proc/asound/cards (but headset works) simopal6 Linux - Hardware 1 04-29-2009 09:07 AM
problem-- headset: no sound swooshmaiden Linux - Hardware 15 10-06-2008 09:49 PM
I want to use my headset, not my SB Audity sound card Micro420 Ubuntu 0 04-26-2008 11:59 AM
ubuntu edgy slow down when plugged to ac , on Asus A3A ramadan Ubuntu 7 03-27-2007 01:38 PM
USB Headset Sound owdeuk Linux - Hardware 0 04-20-2005 05:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 02:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration