Richard Bollinger wrote: > GigaByte GA-7VCSV-RH motherboard w/two dual core Xeon's, 4gb RAM, > Intel 5000v Chipset, dual Broadcom 5789 Gigabit Ethernet Controllers, > connected to Dell GigE switch. > > Both interfaces work fine with vendor's drivers on Windows 2003, but > using Linux 2.6.18.1 tg3 or vendor's Linux driver, the first interface > only works for a few packets, then stops receiving, while the second > interface doesn't work at all - even to the point of recognizing the > link is up or down. Same results with 2.6.17.14 and non-smp kernel. >
Can you cat /proc/interrupts a few times to see if the interrupt counts on eth1 and eth2 are increasing? You can also run ethtool -t [eth1 | eth2] to run a basic selftest on the 2 devices. Be sure to ifconfig up first before the selftest. Thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html