From owner-freebsd-emulation Thu Jul 27 18: 5: 1 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from darius.concentric.net (darius.concentric.net [207.155.198.79]) by hub.freebsd.org (Postfix) with ESMTP id 8161D37B5CA for ; Thu, 27 Jul 2000 18:04:54 -0700 (PDT) (envelope-from martin@chasm.org) Received: from mcfeely.concentric.net (mcfeely.concentric.net [207.155.198.83]) by darius.concentric.net (8.9.1a/(98/12/15 5.12)) id VAA18768; Thu, 27 Jul 2000 21:04:53 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from aria.chasm.org (ts001d22.har-ct.concentric.net [206.83.87.34]) by mcfeely.concentric.net (8.9.1a) id VAA29041; Thu, 27 Jul 2000 21:04:48 -0400 (EDT) Message-Id: <4.3.2.7.0.20000727203240.00abad70@chasm.org> X-Sender: vimuhla@pop3.concentric.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 27 Jul 2000 21:04:21 -0400 To: freebsd-emulation@freebsd.org From: Charles Martin Subject: vmware and rtc issues Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have installed the rtc and vmware ports. I get the following on boot: link_elf: symbol linux_ioctl_register_handler undefined kldload: can't load /usr/local/modules/rtc.ko: Exec format error Looking through the messages, I find the suggestion that the rtc port needs #ifdef MODULE_DEPEND MODULE_DEPEND(rtc, linux, 1, 1, 1) #endif in rtc.c... checking the port distribution, I find that rtc.c DOES have this code; yet I still get the error. Am I supposed to manually pass -DMODULE_DEPEND to the make? Or is there something else wrong here? Despite this, vmware does run, though it warns me that RTC is not loaded so my Win 98 timing will be off. My difficulty with vmware is that I, too, seem to be unable the get a working configuration. Is there some way that I am able to specify that my vmware disk should be ad0s1? (That is where my C: drive is located.) In the configuration editor I am unable to select any other option than "Virtual Disk"; from some of these messages, I take it "Raw Disk" is what I am looking for? Or is vmware able to run an existing partition at all? Am I going to have to reinstall Windows on the virtual disk? Oh yeah, it doesn't like my /dev/sysmouse either. Any help appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message