From owner-freebsd-net@FreeBSD.ORG Tue Jan 17 15:17:22 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EC7F1065673 for ; Tue, 17 Jan 2012 15:17:22 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 148E38FC12 for ; Tue, 17 Jan 2012 15:17:22 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id B272F46B23; Tue, 17 Jan 2012 10:17:21 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 1183BB993; Tue, 17 Jan 2012 10:17:21 -0500 (EST) From: John Baldwin To: pyunyh@gmail.com Date: Tue, 17 Jan 2012 10:12:23 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <1326560151.30035.YahooMailNeo@web36505.mail.mud.yahoo.com> <20120114225358.GA22889@michelle.cdnetworks.com> In-Reply-To: <20120114225358.GA22889@michelle.cdnetworks.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201201171012.23725.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 17 Jan 2012 10:17:21 -0500 (EST) Cc: "freebsd-net@freebsd.org" , Bill Norton Subject: Re: bge0 interface seen but not working X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2012 15:17:22 -0000 On Saturday, January 14, 2012 5:53:58 pm YongHyeon PYUN wrote: > On Sat, Jan 14, 2012 at 08:55:51AM -0800, Bill Norton wrote: > > Greetings, > > > > I posted this on the pc-bsd forum and was directed here.? > > > > I installed the latest 8.X and the interface worked fine.? > > > > Yesterday, I did a clean install of 9.0.? > > > > The issue is that the bge0 interface is not working.? > > It is seen by the kernel(ifconfig shows it) but just won't ping. > > I have tried dhcp and a static address.? > > I used a backtrack live cd and this worked fine.? > > > > Probably disabling MSI will workaround your issue. Add > > hw.pci.enable_msi="0" > > to /boot/loader.conf. > > > > > I did find this bug below but it seemed to only affect 8.2 > > > > The bge(4) Ethernet driver has a known issue where the interface is seen but does not respond to networking requests. A patch is available for 8.2 (see 155442) and the driver will be fixed in 8.3. > > > > Any ideas?? > > > > I thought it was already fixed by John but it seems it is not. > John, would you take a look?(NVIDIA HT MSI issue)? It is not fully resolved. 9 has some different changes, but those changes broke other systems. It seems MSI on NVIDIA HT systems requires a lot of extra quirks to actually work. -- John Baldwin