Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2003 12:34:51 -0500
From:      David Kelly <dkelly@HiWAAY.net>
To:        FreeBSD-Questions@FreeBSD.org
Subject:   Re: NIC Card not found
Message-ID:  <200305021234.51977.dkelly@HiWAAY.net>
In-Reply-To: <B1057BC8-7CC0-11D7-AF19-000393CD003E@mac.com>
References:  <B1057BC8-7CC0-11D7-AF19-000393CD003E@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 02 May 2003 12:08 pm, Richard J. Rodriguez wrote:
> The NIC card cannot be mapped during boot. How do I either manually
> map the card, or get it to work properly when I boot. The card I have
> is listed as being compatible with FreeBSD 4.3 and later, and I even
> went out to buy a brand new one, but no luck there either.
> I’m new to this, so any help would be greatly appreciated.

For starters, and considering you are new to this, "we need more 
information." But don't go posting the entire dmesg output.

If you don't tell us what NIC you have, or what MB, then nobody can do 
much to help.

Not everything "supported by FreeBSD" is compiled into the default 
kernel. At least not until the 5.0 series where everything is a 
loadable module selected at boot time.

So for starters if you installed the sources go look for your NIC in 
/usr/src/sys/i386/conf/GENERIC and also LINT in the same place. If its 
in LINT but not GENERIC then make a copy of GENERIC to, say, MYKERNEL, 
and copy the line(s) from LINT. Rename the ident tag, and build a new 
kernel. Details exhaustively covered in the online Handbook. Or:

% su
# cd /usr/src
# make KERNCONF=MYKERNEL kernel
# shutdown -r now


-- 
David Kelly N4HHE, dkelly@hiwaay.net
=====================================================================
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305021234.51977.dkelly>