Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2001 16:48:08 +0200 (CEST)
From:      Oliver Fromme <olli@secnetix.de>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: ipconfig: SIMPLEX or DUPLEX?
Message-ID:  <200103261448.QAA49770@lurza.secnetix.de>
In-Reply-To: <3ABF2969.CC0A184D@tpgi.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
eirvine <eirvine@tpgi.com.au> wrote:
 > This means the card really is in DUPLEX mode, but
 > ifconfig doesn't show it. Is that right?

(Small nit:  The card is always in duplex mode.  The
question is whether it's half-duplex or full-duplex.)

It would be helpful if you just gave us the output of
``ifconfig fxp0'' from your box.  I guess it looks
something like this:

fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet **.**.**.** netmask 0x******** broadcast **.**.**.**
        ether **:**:**:**:**:** 
        media: autoselect (100baseTX <full-duplex>) status: active
        supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP

(There might be additional stuff if you enabled IPv6.)

The interesting things are the bottom two lines.  The last
one enumerates the media modes that your card supports, and
it should look exactly like the one above.

The preceding line describes the currently active media.
If you didn't change any of the defaults, _and_ if the
media and duplex mode were detected correctly, then it
should look like the one above, too.  Notice the word
``<full-duplex>'' there.  If it isn't there, then the card
is in half-duplex mode.  See the ifconfig(8) and fxp(4)
manpages for information about how to change that.

The word "SIMPLEX" in the first line has got nothing to do
with the media or media options of the interface.  You can
safely ignore it.

Regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

"All that we see or seem is just a dream within a dream" (E. A. Poe)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103261448.QAA49770>