From owner-freebsd-stable Tue Dec 11 7: 0:54 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by hub.freebsd.org (Postfix) with ESMTP id A6E9B37B417 for ; Tue, 11 Dec 2001 07:00:49 -0800 (PST) Received: from simoeon.sentex.net (pyroxene.sentex.ca [199.212.134.18]) by smtp1.sentex.ca (8.11.6/8.11.6) with ESMTP id fBBF0kE83827; Tue, 11 Dec 2001 10:00:46 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <5.1.0.14.0.20011211094951.03f1d490@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 11 Dec 2001 09:54:15 -0500 To: "Sergey Matveychuk" From: Mike Tancsa Subject: Re: ??: fxp half-duplex problemm Cc: In-Reply-To: <000c01c18253$c43700c0$0a2da8c0@sem> References: <5.1.0.14.0.20011210162739.01c08a50@marble.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 05:54 PM 12/11/01 +0300, Sergey Matveychuk wrote: >Turning off full-duplex: ># ifconfig fxp0 media 100baseTX ># ifconfig fxp0 >fxp0: flags=8843 mtu 1500 > inet 192.168.45.10 netmask 0xffffff00 broadcast 192.168.45.255 > ether 00:d0:b7:16:10:f9 > media: Ethernet 100baseTX > status: active > >Looks like half-duplex? Nope! Switch indecated full-duplex. Soon as you start setting the duplex manually on your card, you will need to do the same with your switch. If you want to *try* and get the card to negotiate duplex settings with the switch, you can *try* setting the card to autoselect ifconfig fxp0 media autoselect I emphasize the word try because NWAY is NOT reliable in my experience. Better to explicitly tell all the devices the speed and duplex settings. >Conclusion: ifconfig always show right media but really it doesn't. Or Conclusion2: The fxp driver does show the right settings and it is in the right mode. Whether your switch will follow is another matter and it might have worked in the past due to a bug you were relying on. IMHO, if autoneg is turned off in the card, it should be turned off. ---Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message