On Tue, 26 Nov 2002, Walter Tautz wrote: > A full listing of lspci -v.... I did look up the pciid and it > is apparently a Seiko Epson Corporation device....which according > some listings elsewhere on the net is apparently an eepro100, however > trying to load this does not work... NOTE eppro100-diag has no idea > what the card is.... > > > Walter
It's an etherexpress pro, try adding a line in eepro100.c at { PCI_VENDOR_ID_INTEL, 0x1038, PCI_ANY_ID, PCI_ANY_ID, }, { PCI_VENDOR_ID_INTEL, 0x1039, PCI_ANY_ID, PCI_ANY_ID, }, Add in a 0x103a line, and recompile and see if the eepro100 driver now works. Intel changes their PCI_ID's now and then when they do new chips/etc. I'm using the P4B533-E version, and had to add the 1039 line you see there. Mike > 02:08.0 Ethernet controller: Intel Corp.: Unknown device 103a (rev 81) > Flags: bus master, medium devsel, latency 32, IRQ 9 > Memory at eb000000 (32-bit, non-prefetchable) [size=4K] > I/O ports at b800 [size=64] > Capabilities: [dc] Power Management version 2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]