On Tue, Aug 28, 2001 at 07:23:36PM -0700, [EMAIL PROTECTED] wrote: | On Tue, 28 August 2001, dman wrote: | > On Tue, Aug 28, 2001 at 07:07:44AM -0700, [EMAIL PROTECTED] wrote: | > | In my ongoing effort to put a second NIC in my computer I have | > | purchased a new NIC, an EtherFast 10/100 version 5. However, Linux | > | or my box doesn't see the NIC enough to give it an IRQ number. | > | Everything else seems in order when I pull up cat /proc/pci, except | > | there is no IRQ number... I'm trying to use the tulip driver that | > | came w/ the 2.4.9 kernel, tulip.c version 0.9.15-pre6 | > | > What is the relevant output from dmesg regarding the NIC? I'm curious | > as to what might have changed between rev4.1 and rev5. (I have a | > rev4.1 and a rev2 card) | | Here's the info that looks relevant... | | from cat /proc/pci: | ... | Bus 0, device 20, function 0: | Ethernet controller: PCI device 1317:0984 (Bridgecom, Inc) (rev 17). | Master Capable. Latency=66. Min Gnt=254.Max Lat=255. | I/O at 0x1000 [0x10ff]. | Non-prefetchable 32 bit memory at 0x10000000 [0x100003ff]
For me, for the rev4.1 card I have Bus 0, device 12, function 0: Ethernet controller: PCI device 1317:0985 (Bridgecom, Inc) (rev 17). IRQ 10. Master Capable. Latency=64. Min Gnt=255.Max Lat=255. I/O at 0xde00 [0xdeff]. Non-prefetchable 32 bit memory at 0xeffffc00 [0xefffffff]. The interesting thing is that both tulip chips have the same manuf. and rev. number. Interesting, though, that your card's PCI device ID is one less than mine. | from dmesg: | ... | PCI: BIOS32 entry (0xc00f7850) in high memory, cannot use. | PCI: Using configuration type 1 | PCI: Probing PCI hardware | got res[1000:10ff] for resource 0 of PCI device 1317:0984 (Bridgecom, Inc) | got res[10000000:100003ff] for resource 1 of PCI device 1317:0984 (Bridgecom, Inc) | ... | Linux Tulip driver version 0.9.15-pre6 (July 2, 2001) (I have kernel 2.4.8 so my output looks a little different) Linux Tulip driver version 0.9.15-pre6 (July 2, 2001) ... AMD756: dev 1317:0985, router pirq : 1 get irq : 10 PCI: Found IRQ 10 for device 00:0c.0 PCI: Sharing IRQ 10 with 00:08.0 eth1: ADMtek Comet rev 17 at 0xde00, 00:04:5A:4F:30:67, IRQ 10. Does your NIC work with other OSes or in other boxen? I'm wondering if maybe your card is toast since you don't seem to have much useful information from dmesg. -D