From owner-freebsd-questions@FreeBSD.ORG Fri Mar 19 06:28:28 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 9531B16A4CF for ; Fri, 19 Mar 2004 06:28:28 -0800 (PST) Received: from kcmso2.proxy.att.com (kcmso2.att.com [192.128.134.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F5443D1D for ; Fri, 19 Mar 2004 06:28:27 -0800 (PST) (envelope-from jwb@hera.homer.att.com) Received: from ulysses.homer.att.com ([135.205.193.8])i2JESPT5001672; Fri, 19 Mar 2004 08:28:25 -0600 Received: from hera.homer.att.com (hera.homer.att.com [135.205.193.102]) by ulysses.homer.att.com (8.9.3/8.9.3) with ESMTP id JAA17874; Fri, 19 Mar 2004 09:27:36 -0500 (EST) Received: from hera.homer.att.com (localhost [127.0.0.1]) by hera.homer.att.com (8.9.3/8.9.3) with ESMTP id JAA06640; Fri, 19 Mar 2004 09:27:36 -0500 (EST) Message-Id: <200403191427.JAA06640@hera.homer.att.com> X-Mailer: exmh version 2.6.3 03/14/2004 with nmh-1.0.4 To: Jerry McAllister In-Reply-To: Message from Jerry McAllister <200403182028.i2IKSZd18399@clunix.cl.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 19 Mar 2004 09:27:36 -0500 From: "J. W. Ballantine" 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: Fri, 19 Mar 2004 14:28:28 -0000 Sorry if I didn't make my question clear. I know my NIC card driver, the problem is when I start up BSD as a guest OS in vmware, it responds that it can't find a route to the network and I was inquiring if there was a different driver needed under vmware bridged-to-network. Thanks for the response. Jim ---------- In Response to your message ------------- > Date: Thu, 18 Mar 2004 15:28:34 -0500 (EST) > To: jwb@homer.att.com (J. W. Ballantine) > From: Jerry McAllister > Subject: Re: FreeBSD as vmware guest OS and net > > > > > > > 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 > > >