From owner-freebsd-questions@FreeBSD.ORG Sat Oct 27 17:26:58 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F16816A4A1 for ; Sat, 27 Oct 2007 17:26:58 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 3B41813C4AA for ; Sat, 27 Oct 2007 17:26:58 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 27 Oct 2007 13:26:57 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id JGJ24613; Sat, 27 Oct 2007 13:26:57 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 27 Oct 2007 13:31:28 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18211.29921.62146.963105@jerusalem.litteratus.org> Date: Sat, 27 Oct 2007 13:26:57 -0400 To: questions@freebsd.org In-Reply-To: <20071027163109.GA95045@owl.midgard.homeip.net> References: <18211.26045.874839.108550@jerusalem.litteratus.org> <20071027163109.GA95045@owl.midgard.homeip.net> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Subject: Re: hardware not recognized 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: Sat, 27 Oct 2007 17:26:58 -0000 Erik Trulsson writes: > > Recently, I replaced the NICs on a machine (old card was slow > > and throwing errors). Per good reviews, I went with Intel. > > However: the card is not recognized on boot, and I get: > > If I explicitly load if_em via loader.conf, everything's fine. > > Do you have 'device em' in you kernel config ? If you don't you > will of course have to load if_em as a module via loader.conf. Custom kernel, no "device em", -CURRENT. However, it was my understanding anything probed at boot whose PCI id was known would automatically have the appropriate driver loaded. Am I misinformed? Robert Huff