From owner-freebsd-questions@FreeBSD.ORG Fri Mar 31 10:16:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 162D116A423 for ; Fri, 31 Mar 2006 10:16:38 +0000 (UTC) (envelope-from nospam@mgedv.net) Received: from mgedv.at (mail.mgedv.at [195.3.87.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78ED543D45 for ; Fri, 31 Mar 2006 10:16:36 +0000 (GMT) (envelope-from nospam@mgedv.net) Received: from metis (localhost [127.0.0.1]) by mgedv.at (SMTPServer) with ESMTP id 1E536186864 for ; Fri, 31 Mar 2006 12:16:35 +0200 (MEST) From: "No@SPAM@mgEDV.net" To: Date: Fri, 31 Mar 2006 12:16:36 +0200 Message-ID: <000501c654ac$3168fcf0$0a86a8c0@avalon.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcZUrDE7PkwL+JblRTebYXBsCOE2ZA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: intel server board: strange LAN problem [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nospam@mgedv.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 10:16:38 -0000 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 ;-|