From owner-freebsd-stable@FreeBSD.ORG Mon Aug 21 05:18:30 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2589316A4E6 for ; Mon, 21 Aug 2006 05:18:30 +0000 (UTC) (envelope-from darren.pilgrim@bitfreak.org) Received: from mail.twinthornes.com (mail.twinthornes.com [65.75.198.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 342EC43DFA for ; Mon, 21 Aug 2006 05:17:41 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from [10.242.169.24] (c-67-171-135-169.hsd1.or.comcast.net [67.171.135.169]) by mail.twinthornes.com (Postfix) with ESMTP id B93101424; Sun, 20 Aug 2006 22:17:40 -0700 (PDT) Received: from 127.0.0.1 (AVG SMTP 7.1.405 [268.11.3/423]); Sun, 20 Aug 2006 22:18:30 -0700 Message-ID: <44E94222.5050602@bitfreak.org> Date: Sun, 20 Aug 2006 22:18:26 -0700 From: Darren Pilgrim User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Johnie Wong References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Fail to install the driver of the on-board LAN Card 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, 21 Aug 2006 05:18:30 -0000 Johnie Wong wrote: > Dear All, > > I am the user of FreeBSD 6.1. Recently, i buy a new server for my > company which is a Intel Core 2 Duo E6300 (1.86GHz) with Intel > D946GZIS mainboard, 2GB Consair DDR2 Ram, 3Ware 9500S-4LP, and 4X > Seagate 250GB SATA II Harddrive. But when i install the on-board LAN > card driver by activating the default fxp option, it is invisible. That board is really new, so I would guess you have a new network controller with a PCI ID FreeBSD doesn't know about yet. It's a pretty common occurrence, especially with Intel NICs. Post the complete output of `pciconf -lv` (preferrably as an attached text file) and someone will see if this is the case. -- Darren Pilgrim