All of lore.kernel.org
 help / color / mirror / Atom feed
* intel8x0 on a GA-K8VT800 Pro motherboard
@ 2005-01-18 21:57 Nicolas Pitre
  2005-01-18 23:43 ` Lee Revell
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Pitre @ 2005-01-18 21:57 UTC (permalink / raw)
  To: alsa-devel


I have a Giga-byte GA-K8VT800 Pro Motherboard which has:

00:1b.0 Class 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
	Subsystem: Giga-byte Technology: Unknown device af12
	Flags: fast devsel, IRQ 209
	Memory at f20c0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
	Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
	Capabilities: [70] Express Unknown type IRQ 0
	Capabilities: [100] Virtual Channel
	Capabilities: [130] Unknown (5)

The PCI ID for it is:

00:1b.0 Class 0403: 8086:2668 (rev 03)

Looking at the intel8x0 driver the nearest entry I could find is:

{ 0x8086, 0x266e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_INTEL_ICH4 }, /* ICH6 */

So, I just added another entry for 0x8086:0x2668 and the driver loaded, 
but failed with:

ACPI: PCI interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 209
PCI: Setting latency timer of device 0000:00:1b.0 to 64
codec_ready: codec is not ready [0x8080808]
Intel ICH: probe of 0000:00:1b.0 failed with error -5

Does anyone have a hint about what could be missing at this point?


Nicolas


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: intel8x0 on a GA-K8VT800 Pro motherboard
  2005-01-18 21:57 intel8x0 on a GA-K8VT800 Pro motherboard Nicolas Pitre
@ 2005-01-18 23:43 ` Lee Revell
  2005-01-19  2:50   ` Nicolas Pitre
  0 siblings, 1 reply; 4+ messages in thread
From: Lee Revell @ 2005-01-18 23:43 UTC (permalink / raw)
  To: Nicolas Pitre; +Cc: alsa-devel

On Tue, 2005-01-18 at 16:57 -0500, Nicolas Pitre wrote:
> I have a Giga-byte GA-K8VT800 Pro Motherboard which has:
> 
> 00:1b.0 Class 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
> 	Subsystem: Giga-byte Technology: Unknown device af12
> 	Flags: fast devsel, IRQ 209
> 	Memory at f20c0000 (64-bit, non-prefetchable) [size=16K]
> 	Capabilities: [50] Power Management version 2
> 	Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
> 	Capabilities: [70] Express Unknown type IRQ 0
> 	Capabilities: [100] Virtual Channel
> 	Capabilities: [130] Unknown (5)
> 
> The PCI ID for it is:
> 
> 00:1b.0 Class 0403: 8086:2668 (rev 03)
> 
> Looking at the intel8x0 driver the nearest entry I could find is:
> 

You want the azx driver not the intel8x0 driver.

Lee



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: intel8x0 on a GA-K8VT800 Pro motherboard
  2005-01-18 23:43 ` Lee Revell
@ 2005-01-19  2:50   ` Nicolas Pitre
  2005-01-19  9:38     ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Pitre @ 2005-01-19  2:50 UTC (permalink / raw)
  To: Lee Revell; +Cc: alsa-devel

On Tue, 18 Jan 2005, Lee Revell wrote:

> On Tue, 2005-01-18 at 16:57 -0500, Nicolas Pitre wrote:
> > I have a Giga-byte GA-K8VT800 Pro Motherboard which has:
> > 
> > 00:1b.0 Class 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
> > 	Subsystem: Giga-byte Technology: Unknown device af12
> > 	Flags: fast devsel, IRQ 209
> > 	Memory at f20c0000 (64-bit, non-prefetchable) [size=16K]
> > 	Capabilities: [50] Power Management version 2
> > 	Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
> > 	Capabilities: [70] Express Unknown type IRQ 0
> > 	Capabilities: [100] Virtual Channel
> > 	Capabilities: [130] Unknown (5)
> > 
> > The PCI ID for it is:
> > 
> > 00:1b.0 Class 0403: 8086:2668 (rev 03)
> > 
> > Looking at the intel8x0 driver the nearest entry I could find is:
> > 
> 
> You want the azx driver not the intel8x0 driver.

Ahhh OK.

Any reason why it's not merged into mainline kernel source tree yet?


Nicolas


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: intel8x0 on a GA-K8VT800 Pro motherboard
  2005-01-19  2:50   ` Nicolas Pitre
@ 2005-01-19  9:38     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2005-01-19  9:38 UTC (permalink / raw)
  To: Nicolas Pitre; +Cc: Lee Revell, alsa-devel

At Tue, 18 Jan 2005 21:50:38 -0500 (EST),
Nicolas Pitre wrote:
> 
> Any reason why it's not merged into mainline kernel source tree yet?

The driver has been under heavy development.


Takashi


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-01-19  9:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-18 21:57 intel8x0 on a GA-K8VT800 Pro motherboard Nicolas Pitre
2005-01-18 23:43 ` Lee Revell
2005-01-19  2:50   ` Nicolas Pitre
2005-01-19  9:38     ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.