Re: 100 Mbit/s is (a lot) slower than 10 Mbit/s
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 19 Oct 2002, Harald Hanche-Olsen wrote: > The reason is obvious enough: Snooping on the ethernet traffic reveals > that packets are lost, with frequent timeouts and waits for > retransmissions as a result. > > So why don't I just use 10 Mbit/s then? Well, at home that is what I > do, since I can tell my stationary PC to run its interface at 10 > Mbit/s, and the Linksys will automatically follow suit. But at work > we recently upgraded our network to 100 Mbit/s, and hence the > difficulty: The ed driver has no provision (it seems) for setting the > speed. (Maybe there is no way to ask the card to pick the lower > speed.) As others have mentioned, it sounds like a duplex problem. Half duplex is 'ifconfig ed0 media 100baseTX'. Full duplex is 'ifconfig ed0 media 100baseTX mediaopt full-duplex'. If you still want to experiment with speed: 'ifconfig ed0 media 10baseT/UTP' (assuming UTP wiring rather than coax). -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-mobile" in the body of the message