From owner-freebsd-stable@FreeBSD.ORG Mon Aug 21 19:35:31 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 93F6516A4DD for ; Mon, 21 Aug 2006 19:35:31 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDD0443D49 for ; Mon, 21 Aug 2006 19:35:30 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so2526164pye for ; Mon, 21 Aug 2006 12:35:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=htRHGAFCEIQJIDC62y1Q/Uz2GNeCcX1a2L7CKogtP5+LsKlsgpxKtQZh1iQ9qOYKugfaTbhEVxFpy6tki25WwreXuqJNq9vhknMaO0hIJzFj8iJZybbpPqOs9raHzm0Rq5//9UYPdoipZxd6CHSVqaJGyKNRMaOe0d31u4s199U= Received: by 10.35.106.15 with SMTP id i15mr13893322pym; Mon, 21 Aug 2006 12:35:29 -0700 (PDT) Received: by 10.35.119.1 with HTTP; Mon, 21 Aug 2006 12:35:29 -0700 (PDT) Message-ID: <2a41acea0608211235o657397cbm777d44497fff3feb@mail.gmail.com> Date: Mon, 21 Aug 2006 12:35:29 -0700 From: "Jack Vogel" To: "Darren Pilgrim" In-Reply-To: <44E94222.5050602@bitfreak.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44E94222.5050602@bitfreak.org> Cc: freebsd-stable@freebsd.org, Johnie Wong 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 19:35:31 -0000 On 8/20/06, Darren Pilgrim wrote: > 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. OK, this part is kinda different, it has a MAC thats the same as the E1000 boards but the PHY is 10/100, so guess what..... :) You get to use the em driver, not the fxp. The 6.1 RELEASE may not yet have support, but since they merged my 6.0.5 and 6.1.4 drivers with the STABLE tip of tree if you get that latest driver it should work. If not let me know, Jack Intel LAD