Date: Wed, 4 Apr 2001 21:26:08 +0200 From: "Karsten W. Rohrbach" <karsten@rohrbach.de> To: "T. William Wells" <bill@twwells.com> Cc: Barney Wolff <barney@tp.databus.com>, stable@FreeBSD.ORG Subject: Re: possible problem with dc driver Message-ID: <20010404212608.D7631@mail.webmonster.de> In-Reply-To: <E14kqWW-0008VR-00@twwells.com>; from bill@twwells.com on Wed, Apr 04, 2001 at 12:52:48PM -0400 References: <20010404112757.A41882@tp.databus.com> <E14kqWW-0008VR-00@twwells.com>
next in thread | previous in thread | raw e-mail | index | archive | help
T. William Wells(bill@twwells.com)@2001.04.04 12:52:48 +0000: > > Have you checked for duplex mismatch? Sure smells that way to me. > > Barney Wolff > > I'm not sure how to check for this. However, if it should show up > in the ifconfig: > > dc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255 > ether 00:03:6d:19:3b:ec > media: autoselect (10baseT/UTP) status: active ^^^^^^^^^^^^^ the answer is right there on some chipsets 10baseT fdx is not supported, dunno about this card specifically. > supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP none > > it's not there. So if I need to check for it, how would I go about > it? Descend to DOS and run the setup disk that came with the > card? FWIW, the card is as it came from the box. to be sure do ifconfig dc0 inet <ip adress> netmask <netmask> media \ <mediatype> mediaopt full-duplex where mediatype is 100baseTX or 10baseT/UTP > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- > If it ain't broke, overclock it! KR433/KR11-RIPE -- http://www.webmonster.de -- ftp://ftp.webmonster.de 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?20010404212608.D7631>