Re: NIC Card Troubles
- From: Torfinn Ingolfsen <tingo@xxxxxxxx>
- Date: Thu, 28 Dec 2006 01:44:51 +0100
Dan K. wrote:
Hello all,
I recently purchased a USRobotics 7902A Gigabit Ethernet NIC
(http://www.usr.com/products/networking/networking-product.asp?sku=USR997902A).
USRobotics never mentions what the chipset is but on the driver CD they
have a RealTek 8169 kernel module for Linux so I figure that this must
be the chipset.
First of all try to find out which network card you really have.
The pciconf command is handy for this. 'pciconf -lv' will list all devices and
'pciconf -lv | grep -B 3 network' will list all devices in the network class.
Now, I recently installed FreeBSD 6.1 on a new computer. I have no
previous experience with FreeBSD (though I do have quite a bit with
Linux) and am looking forward to learning. The card, however, is not
detected by FreeBSD. On boot I get the following message:
pci2: <network, ethernet> at device 10.0 (no driver attached)
Try to find out if there are any other messages related to the network card.
If you use 'dmesg | less' you can scroll to the list of boot messages. Any messages which mentions device 10.0 _can_ be related.
I am using the default GENERIC kernel which, I believe, has the re
driver installed. The man page for the re driver (man 4 re) says that it
It looks like it, because the man page says that the driver has been available since FreeBSD 5.2.
supports RealTek 8169 chipsets. Manually adding if_re_load="YES" to
/boot/loader.conf and rebooting prints error messages about re already
being loaded, so I assume that it is already in the kernel. The question
is, then, why is the driver not attaching to the card? Is there
something else I need to do?
Well, you need to find pout what the problem really is, but you already know that. :-)
Perhaps there is a problem with your card's chipset, or perhaps the driver just needs to gain information about the specific card. We'll see.
Thanks in advance and please rememeber that I don't have NO experience
with FreeBSD and I have tried searching online and looking through the
Handbook.
Good.
Gather all the information I asked for, and post it here. and we'll see if we can figure out something.
HTH
--
Torfinn Ingolfsen,
Norway
.
- Follow-Ups:
- Re: NIC Card Troubles
- From: Dan K.
- Re: NIC Card Troubles
- References:
- NIC Card Troubles
- From: Dan K .
- NIC Card Troubles
- Prev by Date: Re: Sendmail on FreeBSD
- Next by Date: Re: NIC Card Troubles
- Previous by thread: NIC Card Troubles
- Next by thread: Re: NIC Card Troubles
- Index(es):
Relevant Pages
|