From owner-freebsd-emulation@FreeBSD.ORG Sun Dec 7 16:07:27 2003 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D98F516A4CF for ; Sun, 7 Dec 2003 16:07:27 -0800 (PST) Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 178FE43FB1 for ; Sun, 7 Dec 2003 16:07:27 -0800 (PST) (envelope-from welchsm@earthlink.net) Received: from gonzo.psp.pas.earthlink.net ([207.217.78.242]) by snipe.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1AT8vu-0007cl-00; Sun, 07 Dec 2003 16:07:26 -0800 Message-ID: <27592102.1070842046218.JavaMail.root@gonzo.psp.pas.earthlink.net> Date: Sun, 7 Dec 2003 16:07:26 -0800 (PST) From: Sean Welch To: randy@psg.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 cc: freebsd-emulation@freebsd.org Subject: Re: vmware3 host with xp raw guest - plea for help X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sean Welch List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2003 00:07:28 -0000 Randy, a few things that may help you. The license key installed at /usr/local/lib/vmware/licenses/user/license.ws.3.0 isn't sufficient to run the port correctly. Mine still has the permissions you noted and it doesn't make a difference to the port. You'll need a legitimate license with the same name under ~/.vmware for things to run properly. THAT one in my install has permissions 744. I'm running a psm mouse (/dev/psm0) on my I8K Dell laptop. I've got it configured with moused and used in X via /dev/sysmouse. I found that the mouse device in vmware should be configured as PS/2 with "Autodetect" checked. Sound works if I tell it to use /dev/dsp and ethernet is configured as "Custom" using device /dev/vmnet1 so that I can do host mode. I can access the cdrom when I configure it to access /dev/acd0a and have no issues with it. The configuration wizard will indeed crash if you start it from the menu. If you start it directly as /usr/local/lib/vmware/bin/vmware-wizard it does not crash. This should get you past a couple more of your issues with the software. ;-) Sean