From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 23:05:53 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4247F106564A for ; Sat, 7 Jun 2008 23:05:53 +0000 (UTC) (envelope-from freebsd.mtoth@queldor.net) Received: from queldor.net (queldor.com [216.164.83.38]) by mx1.freebsd.org (Postfix) with ESMTP id 385918FC0C for ; Sat, 7 Jun 2008 23:05:53 +0000 (UTC) (envelope-from freebsd.mtoth@queldor.net) Received: from c-71-192-238-70.hsd1.ma.comcast.net ([71.192.238.70] helo=[192.168.1.197]) by queldor.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1K578j-0007li-L2; Sat, 07 Jun 2008 17:44:01 -0500 Message-ID: <484B1088.6030905@queldor.net> Date: Sat, 07 Jun 2008 18:49:44 -0400 From: Michael Toth User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: "Gelsema, P \(Patrick\) - FreeBSD" References: <56297.82.95.198.17.1212870050.squirrel@webmail.superhero.nl> In-Reply-To: <56297.82.95.198.17.1212870050.squirrel@webmail.superhero.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: NFE setting manually to 1000baseT and half duplex X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 23:05:53 -0000 Hi, You should be doing # ifconfig nfe0 10.202.77.110 media 1000baseTX <--- note the 'X' Gelsema, P (Patrick) - FreeBSD wrote: > Hi List, > > I am using the nfe driver on Freebsd 7.0R and I am unable to change the > NIC driver manually to 1000baseT with half-duplex. I believe I am not > getting the max out of my network connection and want to see if changing > the duplex will help. > > hulk# ifconfig nfe0 10.202.77.110 media 100baseTX > hulk# ifconfig nfe0 > nfe0: flags=8843 metric 0 mtu 1500 > options=8 > ether 00:18:f3:9f:f1:b4 > inet6 fe80::218:f3ff:fe9f:f1b4%nfe0 prefixlen 64 scopeid 0x2 > inet 10.202.77.113 netmask 0xffffff00 broadcast 10.202.77.255 > inet 10.202.77.114 netmask 0xffffff00 broadcast 10.202.77.255 > inet 10.202.77.76 netmask 0xffffff00 broadcast 10.202.77.255 > inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255 > inet 192.168.1.10 netmask 0xffffff00 broadcast 192.168.1.255 > inet 10.202.77.110 netmask 0xff000000 broadcast 10.255.255.255 > media: Ethernet 100baseTX (1000baseTX ) > status: active > > Why between () the 1000baseTX? Is that the actual speed? The maximum speed? > > hulk# ifconfig nfe0 10.202.77.110 media 1000baseT > ifconfig: SIOCSIFMEDIA (media): Device not configured > > man nfe says this is possible. > > hulk# ifconfig nfe0 10.202.77.110 media autoselect > hulk# ifconfig nfe0 > nfe0: flags=8843 metric 0 mtu 1500 > options=8 > ether 00:18:f3:9f:f1:b4 > inet6 fe80::218:f3ff:fe9f:f1b4%nfe0 prefixlen 64 scopeid 0x2 > inet 10.202.77.114 netmask 0xffffff00 broadcast 10.202.77.255 > inet 10.202.77.76 netmask 0xffffff00 broadcast 10.202.77.255 > inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255 > inet 192.168.1.10 netmask 0xffffff00 broadcast 192.168.1.255 > inet 10.202.77.110 netmask 0xff000000 broadcast 10.255.255.255 > media: Ethernet autoselect (1000baseTX ) > status: active > > hulk# ifconfig nfe0 mediaopt half-duplex > No errors but cant see if it works. > > Question is, why cant I just do the following; > hulk# ifconfig nfe0 media 1000baseT mediaopt half-duplex > > pciconf -lv > nfe0@pci0:0:7:0: class=0x068000 card=0x82341043 chip=0x03ef10de > rev=0xa2 hdr=0x00 > vendor = 'Nvidia Corp' > device = 'MCP61 Ethernet' > class = bridge > > hulk# uname -a > FreeBSD hulk.superhero.nl 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Sun Feb 24 > 14:37:26 CET 2008 admin@hulk.superhero.nl:/usr/obj/usr/src/sys/GENERIC > amd64 > hulk# > > Thanks and regards, > > Patrick > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >