From owner-freebsd-mobile Wed Aug 23 17:11: 9 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 71AEB37B628 for ; Wed, 23 Aug 2000 17:11:07 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id SAA67852; Wed, 23 Aug 2000 18:11:05 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id SAA53518; Wed, 23 Aug 2000 18:10:52 -0600 (MDT) Message-Id: <200008240010.SAA53518@harmony.village.org> To: "Gary T. Corcoran" Subject: Re: How to change link speed/duplex on a 3Com 3CCFE574BT ? Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 23 Aug 2000 19:43:54 EDT." <39A461BA.B8E3E3AC@lucent.com> References: <39A461BA.B8E3E3AC@lucent.com> Date: Wed, 23 Aug 2000 18:10:52 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <39A461BA.B8E3E3AC@lucent.com> "Gary T. Corcoran" writes: : I managed to get my 3Com 3CCFE574BT 10/100 ethernet PC-Card going on : FreeBSD 4.1 when connected to a 100Mb hub, but I still have one problem. : I sometimes need to connect to a 10Mb network, and then the card doesn't : work. No green light, no connectivity. How does one change the link : speed and/or duplex settings for this card? I tried using the 'media' : argument to ifconfig, but every keyword after 'media' seems to be rejected, : as if 'media' is not supported for this card. I then tried using the older : 'link' flags, 0, 1 and 2, and all eight combinations didn't seem to make : any difference. So what's the magic incantation? ;-) ifconfig ep0 media 10baseT/UTP should do the trick. At least it does for the rl driver here at work. The cards we're using has a poor autonegitation skills (don't know if this is a driver or a device issue, since I moved on to other problems after discovering the workaround). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message