Hi. I have a 3 NICs in a system, 1 onboard and 2 tulip-driver cards. The tulip cards are identical. The builtin one is eth0, the two tulips are eth1 and eth2. They all go into the same switch and then on to the rest of the LAN. All 3 LEDs on the switch are green. Eth2 has green and orange lights. Eth2 is dropping all packages, not one makes it through. I get a bunch of these messages: Jul 15 10:42:59 lvd2 kernel: NETDEV WATCHDOG: eth2: transmit timed out Jul 15 10:42:59 lvd2 kernel: eth2: 21140 transmit timed out, status f8922010, SIA 000003c0 ffff0001 fffbfb7f 8ff0c008, resetting... Jul 15 10:42:59 lvd2 kernel: eth2: transmit timed out, switching to 100baseTx-FDX media. Jul 15 10:43:07 lvd2 kernel: NETDEV WATCHDOG: eth2: transmit timed out Jul 15 10:43:07 lvd2 kernel: eth2: 21140 transmit timed out, status f8922010, SIA 000003c0 ffff0001 fffbfb7f 8ff5c008, resetting... Jul 15 10:43:07 lvd2 kernel: eth2: transmit timed out, switching to 10baseT-FDX media. Ifconfig for all 3 cards returns this: eth0 Link encap:Ethernet HWaddr 00:50:8B:72:C5:E7 inet addr:192.168.101.21 Bcast:192.168.101.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:184 errors:0 dropped:0 overruns:0 frame:0 TX packets:42 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:18572 (18.1 Kb) TX bytes:11914 (11.6 Kb) Interrupt:5 Base address:0x2c00 eth1 Link encap:Ethernet HWaddr 08:00:2B:C3:03:95 inet addr:192.168.102.21 Bcast:192.168.102.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:12 errors:9 dropped:0 overruns:0 carrier:6 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:504 (504.0 b) Interrupt:5 Base address:0x3080 eth2 Link encap:Ethernet HWaddr 08:00:2B:C3:01:10 inet addr:192.168.103.21 Bcast:192.168.103.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:524280 overruns:0 frame:0 TX packets:0 errors:52 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:10 Base address:0xc000 Could the NIC be broken, or is this something else? Also, I just noticed that eth0 and eth1 both use IRQ 5. Is that ok? Trying to ping an address in eth2's network comes back with network unreachable If I switch the addresses of eth0 and eth2 I can ping the address that I could not ping before. Shutting all interfaces except for eth2 does not help either. Thanks, MARK