Detect hardware changes
Svein Halvor Halvorsen
svein.h at lvor.halvorsen.cc
Thu Dec 8 10:48:18 PST 2005
On 12/8/05, Keith Bottner <keith at barkinglizards.com> 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.
More information about the freebsd-questions
mailing list