Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 2006 12:16:36 +0200
From:      "No@SPAM@mgEDV.net" <nospam@mgedv.net>
To:        <freebsd-questions@freebsd.org>
Subject:   intel server board: strange LAN problem [SOLVED]
Message-ID:  <000501c654ac$3168fcf0$0a86a8c0@avalon.lan>

next in thread | raw e-mail | index | archive | help

the original problem was:
NIC1 was "missing" at all and PXE boot from this nic also did not work.

the solution for those who are interested in:

Intel SE7320VP2/SE7320VP2D2 has 2 onboard NIC's:
NIC1 (Marvell Yukon-Chipset)
NIC2 (Intel-Chipset)

FreeBSD 6 by default recognizes the intel-nic, which is shown as em0.
the 2nd nic needs an additional module from marvel yukon (if_myk.ko),
which then will enable and show the nic to freebsd.

the following steps have been successfully tested:

- download the nic driver for freebsd from (www.marvell.com/drivers/)
- install the if_myk.ko to /boot/kernel
- load the module via /boot/loader.conf or kldload.
- configure the interface with ("ifconfig myk0")
- get a new, fine 1GBit Ethernet Connection working ,-)

cu & have fun
---> if you have this board, you definitely will ;-|




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000501c654ac$3168fcf0$0a86a8c0>