From owner-freebsd-questions@FreeBSD.ORG Thu Apr 1 13:13:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3060A16A4CE for ; Thu, 1 Apr 2004 13:13:14 -0800 (PST) Received: from lilzmailso02.liwest.at (lilzmailso02.liwest.at [212.33.55.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD78D43D39 for ; Thu, 1 Apr 2004 13:13:13 -0800 (PST) (envelope-from dgw@liwest.at) Received: from cm58-27.liwest.at ([212.33.58.27]) by lilzmailso02.liwest.at with esmtp (Exim 4.24) id 1B99Ut-0005y5-Ur; Thu, 01 Apr 2004 23:13:12 +0200 From: Daniela To: Matthew Seaman Date: Thu, 1 Apr 2004 22:09:55 +0000 User-Agent: KMail/1.5.3 References: <200403312054.28711.dgw@liwest.at> <20040331201040.GC58169@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040331201040.GC58169@happy-idiot-talk.infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200404012209.55886.dgw@liwest.at> cc: questions@freebsd.org Subject: Re: 4.9-RELEASE doesn't recognize NIC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 21:13:14 -0000 On Wednesday 31 March 2004 20:10, Matthew Seaman wrote: > On Wed, Mar 31, 2004 at 08:54:28PM +0000, Daniela wrote: > > I'm installing FreeBSD 4.9 on a brand-new machine. The problem is that it > > doesn't recognize my network card, no matter what I do. > > The vendor ID is 10DE and the device ID is 0066 (the BIOS tells me these > > numbers). > > That's an nVidia nForce2 Ethernet controller. > > http://pciids.sourceforge.net/iii/?i=10de > > Should be supported to some extent (if you have the onboard MCP MAC > enabled) via the binary-only Linux driver: see the net/nvnet port. > You'll probably have to borrow another NIC in order to get the system > installed and then build yourself a kernel and install the net/nvnet > port after that. I installed the port and followed the instructions in the README file. I chose the method using rc.conf and ifstart_nv0. The module loads well, but on boot it says: ifconfig: interface nv0 does not exist. When I configure it manually in sysinstall, it is still down, but the interface does exist after boot. Daniela