Adding a network card

Matthew Seaman m.seaman at infracaninophile.co.uk
Thu Dec 4 08:15:26 PST 2003


On Thu, Dec 04, 2003 at 10:49:19AM -0500, Payne wrote:

> I have a bit of a problem with a network card and to change out with a 
> need one. I have install Intel Pro 10/100 how can I get freebsd to see 
> it. I looked under sysintall and did see again.

Intel EtherExpress Pro cards use the fxp(4) driver.  That's standard
in the GENERIC kernel, or if you're using a customized kernel config,
just edit it to include the miibus and fxp devices.  Having obtained a
kernel with appropriate support, power the machine down, put the card
in and reboot.  Check the dmesg output (/var/run/dmesg.boot) to see if
your card has been detected.  Then adjust the network settings by
editing /etc/rc.conf and either reboot or run ifconfig(8) manually to
configure the new network interface.  sysinstall(8) isn't the tool for
thins job.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- 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/20031204/94556e07/attachment.bin


More information about the freebsd-questions mailing list