From owner-freebsd-emulation@FreeBSD.ORG Fri Aug 27 22:47:27 2004 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 C336416A4CE for ; Fri, 27 Aug 2004 22:47:27 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id B569A43D2F for ; Fri, 27 Aug 2004 22:47:27 +0000 (GMT) (envelope-from phusion2k@gmail.com) Received: by mproxy.gmail.com with SMTP id u22so90271cwc for ; Fri, 27 Aug 2004 15:47:14 -0700 (PDT) Received: by 10.11.120.32 with SMTP id s32mr94865cwc; Fri, 27 Aug 2004 15:47:14 -0700 (PDT) Received: by 10.11.100.40 with HTTP; Fri, 27 Aug 2004 15:47:14 -0700 (PDT) Message-ID: Date: Fri, 27 Aug 2004 17:47:14 -0500 From: phusion To: freebsd-emulation@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: VMware3 problems? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: phusion List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2004 22:47:27 -0000 Hi, I'm having two little problems with the VMware3 port. -The first problem is with the mouse, giving this message: unsupported host mouse type "sysmouse" I have the mouse set to autodetect. -The second problem is with the cdrom drive, giving this message: VMware Workstation was unable to read from file /dev/acd1. This can be caused by a Linux kernel bug and will prevent your guest operating system from properly accessing the CD-ROM drive. The kernels which are known to exhibit this problem are 2.2.16-3 and 2.2.16-22. Please see the http://www.vmware.com/support/reference/common/cdrom_guest.html web page for more information on workarounds. I have the cdrom drive set to /dev/acd1. Acd0 is my first drive, but I'm using acd1 for vmware. I'm wondering if the second problem has to do with me using linux_base. I see that there is also a linux_base-8 port as well. I have the linux_base port installed. Let me know what you think. Thanks.