From owner-freebsd-questions@FreeBSD.ORG Tue Jun 2 22:07:19 2009 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 80C321065675 for ; Tue, 2 Jun 2009 22:07:19 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 109EF8FC21 for ; Tue, 2 Jun 2009 22:07:19 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-255-48-78.bredband.comhem.se ([83.255.48.78]:60538 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.69) (envelope-from ) id 1MBc8W-0005us-3f for freebsd-questions@freebsd.org; Wed, 03 Jun 2009 00:07:15 +0200 Received: (qmail 26265 invoked from network); 3 Jun 2009 00:07:09 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 3 Jun 2009 00:07:09 +0200 Received: (qmail 24572 invoked by uid 1001); 3 Jun 2009 00:07:09 +0200 Date: Wed, 3 Jun 2009 00:07:09 +0200 From: Erik Trulsson To: Graeme Dargie Message-ID: <20090602220709.GA24465@owl.midgard.homeip.net> References: <01FB8F39BAD0BD49A6D0DA8F7897392956DF@Mercury.galaxy.lan.lcl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01FB8F39BAD0BD49A6D0DA8F7897392956DF@Mercury.galaxy.lan.lcl> User-Agent: Mutt/1.5.19 (2009-01-05) X-Originating-IP: 83.255.48.78 X-Scan-Result: No virus found in message 1MBc8W-0005us-3f. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1MBc8W-0005us-3f e9c2e81ce749dac6c1b2d19ca93601b9 Cc: freebsd-questions@freebsd.org Subject: Re: Intel NIC issues 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: Tue, 02 Jun 2009 22:07:20 -0000 On Tue, Jun 02, 2009 at 09:56:01PM +0100, Graeme Dargie wrote: > Hi all > > > > Ok lets not go to war over this I just need some advice. > > > > I have a 1u rack system that has one of these motherboards > http://www.supermicro.com/products/motherboard/Xeon/E7501/X5DPR-iG2+.cfm Are you *sure* that you actually have that particular motherboard? As you can see if you look through their product listings ( http://www.supermicro.com/products/motherboard/Xeon1333/#e7501 ) Supermicro has several other similar models, some of which are equipped with one Gigabit NIC and one 100Mbit NIC much like you seem to have.. > > > > Now according to where I got the server and that page it is supposed to > have dual gigabit nics on board. > > > > Dmesg shows the following > > > > em0: port 0x3000-0x301f mem > 0xfc220000-0xfc23ffff,0xfc200000-0xfc21ffff irq 31 at device 4.0 on pci3 > > em0: [FILTER] > > em0: Ethernet address: 00:30:48:24:84:f2 > > > > fxp0: port 0x4400-0x443f mem > 0xfc321000-0xfc321fff,0xfc300000-0xfc31ffff irq 17 at device 2.0 on pci4 > > miibus0: on fxp0 > > inphy0: PHY 1 on miibus0 > > inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > > fxp0: Ethernet address: 00:30:48:24:84:f3 > > fxp0: [ITHREAD] > > > Now for reasons I can not fathom, one nic is showing just fine and the > other is using a different driver and only speeds of upto 100mbs. The obvious reason is that there is two different ethernet controllers on that board - one Gigabit and one 100Mbit. It is worth noting that according to the above, they are found on different PCI-buses, while the dual-gigabit controller you thought you had is a single chip where obviously both ports would be connected to the same bus. > > > > I have tried both 7.1 and 7.2 So is the information on the board wrong > or is there something I am missing. Most likely you have a different motherboard than you think you have. The *complete* dmesg output as well as the output of 'pciconf -lv' might be useful in determining what you actually have. (Opening the box and checking for any useful labels on the motherboard can also of course be useful, but is not something we can help you doing.) -- Erik Trulsson ertr1013@student.uu.se