On Mon, Aug 11, 2003 at 10:04:43PM -0400, gerard wrote: > this is the output of those commands. > > [EMAIL PROTECTED]:~# lspci -v (snip) > 00:05.0 Multimedia audio controller: nVidia Corporation nForce > MultiMedia audio [Via VT82C686B] (rev a2) > Subsystem: Asustek Computer, Inc.: Unknown device 0c11 > Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 5 > Memory at e2000000 (32-bit, non-prefetchable) [size=512K] > Capabilities: [44] Power Management version 2 > > 00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 > Audio Controler (MCP) (rev a1) > Subsystem: Asustek Computer, Inc.: Unknown device 8095 > Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 11 > I/O ports at d000 [size=256] > I/O ports at d400 [size=128] > Memory at e2080000 (32-bit, non-prefetchable) [size=4K] > Capabilities: [44] Power Management version 2 (snip) > [EMAIL PROTECTED]:~# lspci -n > 00:05.0 Class 0401: 10de:006b (rev a2) > 00:06.0 Class 0401: 10de:006a (rev a1)
Those are the same as mine and listed in the alsa-source package in intel8x0.c: { 0x10de, 0x006a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_INTEL }, /* NFORCE2 */ { 0x10de, 0x006b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* NFORCE2 */ Which version of the alsa source are you using? I'm looking through the 0.9.2 source on my machine. -- Jamin W. Collins Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]