From owner-freebsd-stable@FreeBSD.ORG Mon Mar 24 22:03:40 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF593106564A for ; Mon, 24 Mar 2008 22:03:40 +0000 (UTC) (envelope-from jpp@cloudview.com) Received: from skipjack.no-such-agency.net (skipjack.no-such-agency.net [64.142.114.146]) by mx1.freebsd.org (Postfix) with ESMTP id 9B4158FC15 for ; Mon, 24 Mar 2008 22:03:40 +0000 (UTC) (envelope-from jpp@cloudview.com) Received: from skipjack.no-such-agency.net (localhost.sonic.net [127.0.0.1]) by skipjack.no-such-agency.net (Postfix) with ESMTP id 14AAD1AA5FA; Mon, 24 Mar 2008 15:03:38 -0700 (PDT) Received: from jpp-desktop.localnet (gatekeeper.no-such-agency.net [64.142.103.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by skipjack.no-such-agency.net (Postfix) with ESMTP id 7BC4D1AA5C4; Mon, 24 Mar 2008 15:03:33 -0700 (PDT) Message-ID: <47E82532.4030105@cloudview.com> Date: Mon, 24 Mar 2008 15:03:30 -0700 From: John Pettitt User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Gavin Atkinson References: <47E4B1BC.6020005@cloudview.com> <20080324110329.S16125@ury.york.ac.uk> In-Reply-To: <20080324110329.S16125@ury.york.ac.uk> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: 7-STABLE not seeing second em interface on supermicro mb X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 22:03:40 -0000 Gavin Atkinson wrote: > On Sat, 22 Mar 2008, John Pettitt wrote: > >> I just installed 7-STABLE on a new dual/quad machine based on a >> supermicro motherboard - it works fine except that it's not seeing >> the second network interface (em driver) - is there a magic >> incantation to make this work? >> >> FreeBSD echelon.localnet 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Mar 21 >> 23:27:31 PDT 2008 >> root@echelon.localnet:/usr/src/sys/amd64/compile/ECHELON amd64 >> >> The only word from the em driver is this >> >> em0: port >> 0x3000-0x301f mem 0xde200000-0xde21ffff irq 17 at device 0.0 on pci5 >> em0: Using MSI interrupt >> em0: Ethernet address: 00:30:48:64:d9:45 >> em0: [FILTER] >> >> ifconfig doesn't show anything other than em0 and lo0 > > Can you give us the output from "dmesg" after a verbose boot, and also > the output of "pciconf -l"? Are the network interfaces on board, or > on a separate card? > > Gavin > Doh! Turns out to be a hardware problem - when checking the jumpers I discovered a transistor on the MB next to the failed nic that is too hot to touch - new MB is on the way from Silicon Mechanics (who by the way are great to deal with) With hardware today I see so few dead components that I stopped checking the obvious first. John