Micronet SP 2610/2612 10/100/1000 with FreeBSD 4.9 Stable :: Which driver to load?

Ruslan Ermilov ru at freebsd.org
Sat Apr 3 05:15:20 PST 2004


On Sat, Apr 03, 2004 at 04:11:33AM -0600, freebsd at vfemail.net wrote:
> Dear All
> 
Please DO NOT cross-post!

> Hellow. Neither google nor the search facility in this list returned any 
> answer. 
> 
> I am trying to install the Micronet SP 2610/2612 gigabit NIC. But it is not at 
> all loaded. During boot, it goes like 
> 
[...]
> pci0: <unknown card> (vendor=0x100b, dev=0x0022) at 8.0 irq 11

According to the PCI database, this is the National Semiconductor
DP83820/1 10/100/1000 Gigabit Ethernet Adapter.  As such, it should
be supported by the nge(4) driver.

The reason why it's not detected during the initial installation
is because the GENERIC kernel doesn't include this driver [sic].

Just type ``ifconfig nge0'' under root, and the driver will be
loaded automatically.  You can then either put the following
line in your /boot/loader.conf file,

	nge_load="YES"

or compile a custom kernel which includes the nge(4) driver.


Cheers,
-- 
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040403/1c771d07/attachment.bin


More information about the freebsd-questions mailing list