From owner-freebsd-stable@FreeBSD.ORG Sun Jun 22 21:26:54 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 1FC041065674 for ; Sun, 22 Jun 2008 21:26:54 +0000 (UTC) (envelope-from mike.derouen@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id D3CD68FC2C for ; Sun, 22 Jun 2008 21:26:53 +0000 (UTC) (envelope-from mike.derouen@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so551998ana.13 for ; Sun, 22 Jun 2008 14:26:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=ADi85S+bjvf8qfHlYT74FbItF1btlmXYzqvZ0PiGnvk=; b=Fs5YzOqZl4kUi3Hv5HTDM7YAJIoPNRQrdGenp7+XBMb6rVCu2oDg8De3H7+3vtsrHV imQfOlWnLGk3tiypvO1YvSne+cupRIaYNJEaxT2SDWRn6l/I3IBbz3zNY+k9D4IZku/N pBLFcYPlh1mdJlfbnqQPey7ReuHGC+TnfZpO4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=vcSVNO1erXR3BDjQp5NI9Xa8deyru/1Ma3w2fxG1XemIFStJtM9+TKsBonKdFMAvnz mzn/NFdIxWqAYtbY43lqjN0mvRPiezeTBE9vrY32GMPraeIf5lQSpXlglqqutmeQYITP Z2nB7I0qkv98YPz58goxca2FIe4NoNq+SRLow= Received: by 10.101.71.9 with SMTP id y9mr11454126ank.145.1214168365835; Sun, 22 Jun 2008 13:59:25 -0700 (PDT) Received: by 10.100.216.4 with HTTP; Sun, 22 Jun 2008 13:59:25 -0700 (PDT) Message-ID: Date: Sun, 22 Jun 2008 13:59:25 -0700 From: "Mike Derouen" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: NIC compatibility 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: Sun, 22 Jun 2008 21:26:54 -0000 Hello All, I have been trying to get FreeBSD 7.0 amd64 to run on my hardware: motherboard: ASUS P5N-EM-HDMI chipset: GeForce 7100 / nForce 630i processor: intel core2 quad Q6600 I have installed from the release ISO image, and everything seems to install fine. However, I can't seem to get the network card to be recognized. I have tried using both nfe and nve kernel modules, but neither one seems to identify with the onboard network card. dmesg reports: pci0: at device 15.0 (no driver attached) Is there another module that uses the drivers listed here?: http://www.nvidia.com/object/linux_nforce_1.25.html Or another way to get the network card working? I have also considered going the ndisgen route and trying to use the windows drivers that came w/ the motherboard, but I'm thinking that there's a better solution to this problem out there. Any Ideas? Thanks, Mike