[eepro100] Newbie: eth1: card reports no resources

Ryan Hill rhill@xypoint.com
Mon Feb 4 15:31:02 2002


Folks,

Apologies if this has already been covered in depth, I searched the archives
before subscribing and couldn't find a similar problem with this same error.
I recently added a second eepro100 card to my RH 7.2 box to replace a failed
3com card and set it up with kudzu on IRQ 9.  It comes up and works OK,
except for the fact that my syslog is entirely full of the following error
message:

Feb  3 04:02:12 devastator kernel: eth1: card reports no resources.
Feb  3 04:08:48 devastator last message repeated 75 times

The card does not have an IP address associated with it, it exists as a
promiscous interface on the machine for sniffing only.

ifconfig reports:

eth0      Link encap:Ethernet  HWaddr 00:B0:D0:F3:4F:A9  
          inet addr:xxx.xxx.xxx.145  Bcast:xxx.xxx.xxx.xxx
Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:145543397 errors:0 dropped:0 overruns:5343186 frame:0
          TX packets:1848290 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:32731038 (31.2 Mb)  TX bytes:420305177 (400.8 Mb)
          Interrupt:11 Base address:0xec00 

eth1      Link encap:Ethernet  HWaddr 00:50:8B:6B:D7:1C  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1269276712 errors:816352 dropped:0 overruns:580716
frame:17
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:3898691481 (3718.0 Mb)  TX bytes:0 (0.0 b)
          Interrupt:9 

eth2      Link encap:Ethernet  HWaddr 00:50:8B:6B:D1:66  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:65077763 errors:0 dropped:0 overruns:0 frame:2355
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:2848524940 (2716.5 Mb)  TX bytes:0 (0.0 b)
          Interrupt:11 Base address:0x2000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:136169 errors:0 dropped:0 overruns:0 frame:0
          TX packets:136169 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:11730173 (11.1 Mb)  TX bytes:11730173 (11.1 Mb)

What stands out to me here is that eth1 is missing a base IO address, I
tried setting it via io_addr in ifconfig, but that didn't work and someone
else in the archives pointed out that you can't do this with PCI cards.

How can I fix this?

Thanks in advance,
Ryan