From owner-freebsd-questions Tue Oct 10 11:19: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-149-77.mmcable.com [24.27.149.77]) by hub.freebsd.org (Postfix) with SMTP id EEC6A37B502 for ; Tue, 10 Oct 2000 11:18:58 -0700 (PDT) Received: (qmail 52751 invoked by uid 100); 10 Oct 2000 18:18:53 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14819.23949.122938.609555@guru.mired.org> Date: Tue, 10 Oct 2000 13:18:53 -0500 (CDT) To: Alfred Perlstein Cc: questions@freebsd.org Subject: Re: ethernet config (Was: Network trickles ......) In-Reply-To: <20001010101705.X272@fw.wintelcom.net> References: <8049746@toto.iv> <14819.17289.859838.366697@guru.mired.org> <20001010093543.R272@fw.wintelcom.net> <14819.17993.590268.201193@guru.mired.org> <20001010095834.T272@fw.wintelcom.net> <14819.19754.625591.220556@guru.mired.org> <20001010101705.X272@fw.wintelcom.net> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alfred Perlstein writes: > * Mike Meyer [001010 10:09] wrote: > > Alfred Perlstein writes: > > > The most switches can auto-negotiate so that if you're set up > > > incorrectly you should be ok, however the real killer is trying to > > > use full-duplex on a hub, which never seems to work. > > What's the failure in that case? Just slow? Or something deadly? > Degraded performance, ranging from packetloss to being unable to > achieve any sort of packet transmission/recieving. Ok, now I'm realy confused. I think I'm seeing about the same performance through an LinkSys Etherfast hub/router box as I was with an X-over cable before (~1.2MBytes/sec). On the other hand, I'm willing to try anything that might improve performance. The ifconfig output for one of the interfaces is: dc0: flags=8843 mtu 1500 inet 192.168.1.130 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:d0:09:fc:5a:e6 media: autoselect (100baseTX ) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP none The "media:" line looks to me like the card is running 100baseTX in full duplex mode. The man page for the xl claims that the only media option is "full-duplex", and without it the interface runs in half duplex mode. The rc.conf line for the interface just sets the inet address & netmask; nothing else gets done. Trying to set the media options while the system running doesn't change the ifconfig output. Adding "-mediaopt full-duplex" to the rc.conf file and rebooting doesn't change it either. So either 1) I'm misreading the line, or 2) I need to be told how to set the interface to half-duplex, as the man page is wrong. Thanx,