From owner-freebsd-emulation Thu Mar 15 10:37:31 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id E1DD737B718 for ; Thu, 15 Mar 2001 10:37:27 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from fwd07.sul.t-online.com by mailout02.sul.t-online.com with smtp id 14dcco-0002YT-04; Thu, 15 Mar 2001 19:37:26 +0100 Received: from peedub.muc.de (320038014727-0001@[62.155.144.46]) by fmrl07.sul.t-online.com with esmtp id 14dccb-1q5v8qC; Thu, 15 Mar 2001 19:37:13 +0100 Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.11.3/8.11.1) with ESMTP id f2FIb0e09458; Thu, 15 Mar 2001 19:37:05 +0100 (CET) (envelope-from garyj@peedub.muc.de) Message-Id: <200103151837.f2FIb0e09458@peedub.muc.de> To: Matt of the Long Red Hair Cc: freebsd-emulation@freebsd.org Subject: Re: vmware and disk devices Reply-To: Gary Jennejohn In-reply-to: Your message of "Thu, 15 Mar 2001 04:21:16 EST." Date: Thu, 15 Mar 2001 19:37:00 +0100 From: Gary Jennejohn X-Sender: 320038014727-0001@t-dialin.net Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Matt of the Long Red Hair writes: > "CDROM: Unable to open '/dev/cd0c': Device not configured" > "Device scsi0:0 will start disconnected." > "Device floppy0 will start disconnected." > "Device RTC will start disconnected." > > If I try to connect any of the above once the virtual machine is running, I > get variations on the same errors. '/usr/local/etc/rc.d/rtc.sh start' has > been run, and if I try to run it again I get an error that the module is > already loaded. > > Here's what I've got: > > set up for win98 > SCSI 0:0 set up for device-type CD-ROM, name "/dev/cd0c" (I've also tried > cd0a) > first floppy device type "Device", path "/dev/fd0.1440" (I've also tried fd0, > fd0a, fd0c) > > The floppy problem I think may be related to my kernel -- I just upgraded to > 4.3-BETA, and with the floppy device move away from the fdc0 and fd0 devices > toward ata and atapifd I'm not sure I've got things set up properly. > > The CD I'm baffled by though. Here's my dmesg output for it: > > cd0 at sym0 bus 0 target 4 lun 0 > cd0: Removable CD-ROM SCSI-2 device > cd0: 10.000MB/s transfers (10.000MHz, offset 16) > > Anyone have any ideas? Yes, don't forget that vmware is running under the linuxulator. vmware is looking devices under /compat/linux/dev, _not_ /dev. Try making symbolic links from /dev into /compat/linux/dev. --- Gary Jennejohn / garyj@jennejohn.org gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message