From owner-freebsd-questions@FreeBSD.ORG Thu Mar 18 12:28:37 2004 Return-Path: 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 9E62F16A4CE for ; Thu, 18 Mar 2004 12:28:37 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4835F43D1D for ; Thu, 18 Mar 2004 12:28:37 -0800 (PST) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i2IKSZd18399; Thu, 18 Mar 2004 15:28:35 -0500 (EST) From: Jerry McAllister Message-Id: <200403182028.i2IKSZd18399@clunix.cl.msu.edu> To: jwb@homer.att.com (J. W. Ballantine) Date: Thu, 18 Mar 2004 15:28:34 -0500 (EST) In-Reply-To: <200403181436.JAA27452@hera.homer.att.com> from "J. W. Ballantine" at Mar 18, 2004 09:36:18 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD as vmware guest OS and net X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 20:28:37 -0000 > > > I have a box with w2k as the primary OS and FreeBSD 4.9-stable installed > as a dual-boot. I also have vmware 4 installed under w2k with > bsd as the guest OS. My problem is I can't get bsd to talk to > the network card. What settings do I need and/or network driver do I > need to set??? Generally you can figure out the NIC driver by looking through the boot messages. use dmesg(8) to look at the file of messages. When you find some text looking like it is talking about a NIC, then take the two leter code it is referring to and use it as your driver - in the kernel. On the machine I am currently on it looks like: em0: port 0xdf40-0xdf7f mem 0xfeae0000-0xfeafffff irq 9 at device 12.0 on pci1 em0: Speed:N/A Duplex:N/A So the driver is 'em' in this case. ////jerry > > Jim >