Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2002 16:39:16 -0400
From:      "Fengrui Gu" <gfr@lucent.com>
To:        "Mike Makonnen" <makonnen@pacbell.net>
Cc:        <freebsd-hackers@FreeBSD.ORG>, <freebsd-net@FreeBSD.ORG>
Subject:   RE: Problems with nge driver and copper GbE cards
Message-ID:  <FCENIMJAHNNHNOPKCEFEOEOPCKAA.gfr@lucent.com>
In-Reply-To: <1019593725.1977.12.camel@kokeb.ambesa.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FCENIMJAHNNHNOPKCEFEOEOPCKAA.gfr>