Date: Thu, 19 Feb 1998 13:27:22 -0800 (PST) From: Jin Guojun (ITG staff) <jin@george.lbl.gov> To: dg@root.com Cc: freebsd-hardware@FreeBSD.ORG Subject: Re: full-duplex of vx (was Intel 100/B NIC) Message-ID: <199802192127.NAA08503@george.lbl.gov>
next in thread | raw e-mail | index | archive | help
:>ifconfig fxp0 link1 link2 :> :>That should put the card into 100Mb, full duplex under 2.2.2-RELEASE, it's a :>nice card, especially at 100Mb (I have it running back to back to a WinNT :>workstation ;-) : : You need to disabled autonegotiation as well with link0, e.g.: :ifconfig fxp0 link0 link1 link2 : : When you upgrade to 2.2.5 or newer of FreeBSD, this will change to: :ifconfig fxp0 media 100basetx mediaopt full-duplex Can vx (3c5x9 3C905) device be configured to full-duplex mode? I tried this option for vx0 and got errors: # ifconfig vx0 link2 full-duplex ifconfig: full-duplex: bad value # ifconfig vx0 link2 100basetx link2 full-duplex ifconfig: 100basetx: bad value The vx and fxp manual pages do not say anything about full-duplex configuring. It refers to ifconfig man-page and ifconfig says to look at specific man-page. Would some one please tell me if is it possible to configure vx0 in full-duplex mode ? Thanks, -Jin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802192127.NAA08503>