dear jesper (and everyone else):
$_aspi = "sg0:CD-ROM"
then upon boot, i get a good message: "[ASPI driver installed]". when
$_aspi = "scd0:CD-ROM"
i get a bad error message: "No ASPI devices configured. Installation
aborted.".
the trouble is, my cdrom drive is /dev/scd0, not /dev/sg0. in either case,
i get the message:
C:\>lh C:\DOS\mscdex.exe /d:cdrom001
Device driver not found: 'CDROM001'.
No valid CDROM device drivers selected
any suggestions?
much thanks!
pete
> Date: Sun, 30 Apr 2000 17:13:12 -0400
> From: Jesper Anderson <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: scsi cdrom question
>
> I don't know how to set up dosemu to grok a scsi CD, but assuming that
> the dosemu part works:
>
> > in autoexec.bat:
> > c:\windows\command\mscdex.exe /d:cdrom.sys
> >
> > in config.sys:
> > DEVICE=ASPI.SYS
> > devicehigh=c:\commands\cdrom.sys
>
> This should be:
>
> In config.sys
>
> device=c:\aspi.sys
> devicehigh=c:\commands\cdrom.sys /d:cdrom001
>
> In autoexec.bat:
>
> lh c:\windows\command\mscdex.exe /d:cdrom001
>
> The /d: argument specifies the name of the cdrom drive for config.sys
> and autoexec.bat purposes only. As usual, lh and devicehigh are
> optional.