From owner-freebsd-questions@FreeBSD.ORG Mon Mar 3 19:58:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC0031065676 for ; Mon, 3 Mar 2008 19:58:33 +0000 (UTC) (envelope-from mcc@fid4.com) Received: from mail102.csoft.net (mail102.csoft.net [205.205.219.4]) by mx1.freebsd.org (Postfix) with ESMTP id 981478FC1A for ; Mon, 3 Mar 2008 19:58:33 +0000 (UTC) (envelope-from mcc@fid4.com) Received: from [172.28.30.66] (westford-nat.juniper.net [66.129.232.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail102.csoft.net (Postfix) with ESMTP id 6B43B1CCEB; Mon, 3 Mar 2008 14:35:34 -0500 (EST) Message-ID: <47CC52A0.20904@fid4.com> Date: Mon, 03 Mar 2008 14:33:52 -0500 From: "Michael C. Cambria" User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20080217180601.M82827@firstbhph.com> <200802282154.26358.lists@jnielsen.net> <200802291005.19346.dyioulos@firstbhph.com> In-Reply-To: <200802291005.19346.dyioulos@firstbhph.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Dimitri Yioulos Subject: Re: FreeBSD 7.0 and VMware tools (was Re: FreeBSD 7RC2 and VMware tools) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2008 19:58:33 -0000 Dimitri Yioulos wrote: > I've followed a > couple of posts in other forums (or fora, if you prefer :-) ) that suggest > using the e1000 NIC driver (e.g. communities.vmware.com/message/352504), but > it fails. This is the last piece I need to make work. Suggestions? > > What's the problem you see? All I've ever needed to do was edit my .vmx file and add: ethernet0.virtualDev = "e1000" MikeC