From owner-freebsd-questions@FreeBSD.ORG Thu Dec 28 14:25:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CCDB16A407 for ; Thu, 28 Dec 2006 14:25:09 +0000 (UTC) (envelope-from b@helectronics.de) Received: from server73.greatnet.de (server73.greatnet.de [83.133.96.46]) by mx1.freebsd.org (Postfix) with ESMTP id 1750313C463 for ; Thu, 28 Dec 2006 14:25:09 +0000 (UTC) (envelope-from b@helectronics.de) Received: from localhost (localhost [127.0.0.1]) by server73.greatnet.de (Postfix) with ESMTP id B8DD9900A9E for ; Thu, 28 Dec 2006 15:25:05 +0100 (CET) Received: from server73.greatnet.de ([127.0.0.1]) by localhost (server73.greatnet.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FlzwnjXGBTuh for ; Thu, 28 Dec 2006 15:25:05 +0100 (CET) Received: from elephantspace (dslb-088-076-087-115.pools.arcor-ip.net [88.76.87.115]) by server73.greatnet.de (Postfix) with ESMTP id 7837A900A9D for ; Thu, 28 Dec 2006 15:24:59 +0100 (CET) Date: Thu, 28 Dec 2006 15:25:01 +0100 From: "B. Hansmann" To: freebsd-questions@freebsd.org Message-ID: <20061228142501.GA638@elephantspace> References: <20061228052212.GA583@elephantspace> <45936C09.60407@u.washington.edu> <20061228083910.4f5ca6fe.wmoran@collaborativefusion.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061228083910.4f5ca6fe.wmoran@collaborativefusion.com> User-Agent: Mutt/1.4.2.1i Subject: Re: No driver for NIC... 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: Thu, 28 Dec 2006 14:25:09 -0000 On Thu, Dec 28, 2006 at 08:39:10AM -0500, Bill Moran wrote: > In response to Garrett Cooper : > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > B. Hansmann wrote: > > > Hi, > > > > > > I just got a new mainboard (MSI K9N Platinum) with nvidia nforce > > > 570/MCP55 > > > chipset. It has a dualLAN 1Gbit ethernet adapter which I think is > > > integrated into the southbridge chipset (nforce 570/MCP55). > > > The mainboard manual says it's controlled by Vitesse VSC8601. > > > > > > I am new to FreeBSD and I did not manage to get it > > > to work (6.2-rc2 amd64). > > > > > > I compiled a new kernel with this nve driver (for nvidia mcp onboard > > > ethernet adapters) but it did not work. I tried to load all the if_* > > > modules but none worked. > > > > > > Before I tried this I installed NetBSD3.1 and there it worked perfectly > > > after the first boot (said it was an mcp55 lan adapter). > > > > > > How do I get this ethernet thing to work or is this chipset not > > > supported? (mcp55 sound works as stated in the hardware list on freebsd). > > > > > > Help would be appreciated! Thanks... > > > > Got miibus? > > > > - From nve(4): > > > > To compile this driver into the kernel, place the following lines > > in your kernel configuration file: > > > > device miibus > > device nve > > If he'd left miibus out his kernel would never have compiled. > > -- > Bill Moran > Collaborative Fusion Inc. > _______________________________________________ > 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" Right. The kernel compiled succesfully and booted. I had the miibus and the if_nve in the kernel. Maybe it is just the wrong driver or I need some device hints that I can't figure out. Does anyone have experience with this mainboard/network interface?