From owner-freebsd-questions@FreeBSD.ORG Thu Dec 8 18:48:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B26CB16A41F for ; Thu, 8 Dec 2005 18:48:18 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 383FB43D46 for ; Thu, 8 Dec 2005 18:48:16 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so467996wxc for ; Thu, 08 Dec 2005 10:48:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PYRspMff1+hKu7zTHzK8IxusdHo6+tsjadwnMNZDM6uLPuiaroyUYyT1KXqLRHySNpaB+VgyavGEH0WVIyfZDHGU6nJRYxbPimq+22AvFrKVcTqWy1N6/v7LKYa/YhqiSs+ok4Qgz6wFEgPCbmSQvnbfG0/pu/6ic9T0wXjO55E= Received: by 10.70.100.17 with SMTP id x17mr3651759wxb; Thu, 08 Dec 2005 10:48:13 -0800 (PST) Received: by 10.70.116.12 with HTTP; Thu, 8 Dec 2005 10:48:13 -0800 (PST) Message-ID: Date: Thu, 8 Dec 2005 19:48:13 +0100 From: Svein Halvor Halvorsen Sender: sveinhal@gmail.com To: Keith Bottner In-Reply-To: <048301c5fc27$260b8360$1801a8c0@Stile> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <048301c5fc27$260b8360$1801a8c0@Stile> Cc: FreeBSD Questions Subject: Re: Detect hardware changes 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: Thu, 08 Dec 2005 18:48:18 -0000 On 12/8/05, Keith Bottner wrote: > Does anyone know of a utility that can run on FreeBSD and detect the > addition of new hardware? Specifically network cards? When I originally > installed FreeBSD I only had a single NIC and since I installed a second = but > FreeBSD does not recognize it. Any ideas on how I can get FreeBSD to be > aware of the new NIC? I think someone replied to you (or someone with a similar problem) just the other day. Use "pciconf -lv" to list all hardvare. If you see none@ lines, this means that no drivers did attach to the hardware. Then you either need to recompile you kernel og load the correct kernel module or, if the hardware is not supported, either write a new driver yourself or replace the hardware (or the os). You can use the ifconfig utility to list all recognized NICs installed.