Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2002 15:38:41 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Harald Hanche-Olsen <hanche@math.ntnu.no>
Cc:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: 100 Mbit/s is (a lot) slower than 10 Mbit/s
Message-ID:  <Pine.BSF.4.21.0210191533200.72873-100000@wonkity.com>
In-Reply-To: <20021019210804P.hanche@math.ntnu.no>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0210191533200.72873-100000>