From owner-freebsd-net Tue Apr 23 13:39:50 2002 Delivered-To: freebsd-net@freebsd.org Received: from dirty.research.bell-labs.com (dirty.research.bell-labs.com [204.178.16.6]) by hub.freebsd.org (Postfix) with SMTP id 423BE37B417; Tue, 23 Apr 2002 13:39:37 -0700 (PDT) Received: from scummy.research.bell-labs.com ([135.104.2.10]) by dirty; Tue Apr 23 16:39:37 EDT 2002 Received: from aura.research.bell-labs.com (aura.research.bell-labs.com [135.104.46.10]) by scummy.research.bell-labs.com (8.11.6/8.11.6) with ESMTP id g3NKd7k18795; Tue, 23 Apr 2002 16:39:08 -0400 (EDT) Received: from fgupcmh (fgu-pcmh.research.bell-labs.com [135.104.47.121]) by aura.research.bell-labs.com (8.12.2/8.12.2) with SMTP id g3NKd5EJ012521; Tue, 23 Apr 2002 16:39:07 -0400 (EDT) Reply-To: From: "Fengrui Gu" To: "Mike Makonnen" Cc: , Subject: RE: Problems with nge driver and copper GbE cards Date: Tue, 23 Apr 2002 16:39:16 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <1019593725.1977.12.camel@kokeb.ambesa.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It works. Thanks a lot. So setting half-duplex is to disabe full-duplex.:) I didn't do this before so I was confused in the first place. But the following statement in the man page of nge driver probably may need some changes. =========================================================== The nge driver supports the following media options: full-duplex Force full duplex operation. half-duplex Force half duplex operation. =========================================================== thanks, --Fengrui -----Original Message----- From: Mike Makonnen [mailto:makonnen@pacbell.net] Sent: Tuesday, April 23, 2002 4:29 PM To: gfr@lucent.com Cc: freebsd-hackers@FreeBSD.ORG; freebsd-net@FreeBSD.ORG Subject: Re: Problems with nge driver and copper GbE cards On Tue, 2002-04-23 at 13:32, Fengrui Gu wrote: > > Third, I had trouble to set half-duplex mode on nge0. > If I issued command "ifconfig nge0 media 1000baseTX mediaopt half-duplex", I > got the > following error message > "ifconfig: SIOCSIFMEDIA: Device not configured" > I don't have trouble to issue command "ifconfig nge0 media 1000baseTX > mediaopt full-duplex". > This I can help you with. the correct way of doing it is disabling full-duplex: # iconfig nge0 media 1000baseTX -mediaopt full-duplex cheers, Mike Makonnen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message