On Sat, 11 Dec 2004 01:12:32 +0000, Frank Sweetser wrote:
> Stop *right* *there*. If you're forcing ethernet links to full duplex,
> there's a pretty good chance you're doing something wrong. If you're
> only forcing one side, it's virtually guaranteed.
>
> Before you go further, first familiarize yourself with
> <http://www.scyld.com/NWay.html>.
>
> Once you've browsed over that, check to make sure that both ends (the
> switch and the tlan nic) really are performing actual autonegotiation,
> not just autosense. If you're forcing the nic to full duplex, 99.9% of
> the time that means that you're also disabling the autonegotiation
> protocol, meaning the other end at best can do autosense. Since it's
> impossible to sense duplex, only speed, the other end will fall back to
> half duplex. You end up with a duplex mismatch; one end sees a bazillion
> collisions, the other end just sees lots of crc errors.
>
> The ideal situation is to make sure that both ends really are set for
> full autonegotation. If that doesn't work (ie, one end or the other has
> a design flaw of firmware bug), and you have no choice but to hardcode,
> make sure you do both ends the same.
Thank you Frank. I'll check out that link and the config for each NIC. I
bet have something wrong with my network because I used these boxes before
without much issue. I do have some 3c509 cards on the network which I've
read only support half-duplex (unless they're 3c509b). That's the only
thing I can think of that has changed.
-kevin
|