From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 13 10:20:53 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E21A16A4CE for ; Fri, 13 Feb 2004 10:20:53 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22DB843D1D for ; Fri, 13 Feb 2004 10:20:53 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 31960654A6; Fri, 13 Feb 2004 18:20:52 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 79584-03; Fri, 13 Feb 2004 18:20:51 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id B1DBD65480; Fri, 13 Feb 2004 18:20:47 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id E518FC3; Fri, 13 Feb 2004 18:20:42 +0000 (GMT) Date: Fri, 13 Feb 2004 18:20:42 +0000 From: Bruce M Simpson To: Ganbold Message-ID: <20040213182042.GG711@saboteur.dek.spc.org> Mail-Followup-To: Ganbold , freebsd-hackers@freebsd.org References: <6.0.3.0.2.20040213173123.02a74270@202.179.0.80> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.3.0.2.20040213173123.02a74270@202.179.0.80> cc: freebsd-hackers@freebsd.org Subject: Re: FreeBSD 5.2-current problem in Dell Poweredge 1600SC X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 18:20:53 -0000 On Fri, Feb 13, 2004 at 05:42:01PM +0800, Ganbold wrote: > I installed FreeBSD 5.2 on Dell Poweredge 1600SC. However FreeBSD doesn't > recognize > network card. It has onboard Intel Pro 1000 card. You probably want to try loading the if_em.ko module. I recently installed 4.9 on a newer Optiplex machine with an em(4) card and noticed that sysinstall didn't pick it up right away, so I put if_em.ko on an MSDOS floppy and loaded it from within the 'post-install options' menu before installing (somewhat confusing). BMS