| |
Re: UltraStor 34F subst. Drivers for new CDROM |
Posted by daniel carbunescu on February 20, 1999 at 01:43:01:
In Reply to: Re: UltraStor 34F subst. Drivers for new CDROM posted by Carbunescu Mihai on October 31, 1998 at 01:27:07:
: : : Solution for 34F controllers.
: : : Use IOMEGA driver SCSICD.SYS in config.sys set Autoexec.bat like this after the UltraStor Driver:
: : : Config.sys
: : : rem ultraStor driver first
: : : Device=c:\path\USPI14.sys rem ultraStor Driver ver. 2.1
: : : rem IOMEGA driver next
: : : Device=C:\Path\SCSICD.SYS /D:CDROM00
: : : Autoexec.bat
: : : rem ....path\MSCDEX.exe /L:[cdrom letter] /d:[cdname] note: name must match config.sys name
: : : c:\dos\mscdex.exe /L:E /d:CDROM00
: : : Be sure the lastdrive is greater than >E
: : : This worked for me. I have 2-scsi HD seagate, Maxtor and a Cyberdrive cd-rom connected to a
: : : 34F on a local bus 486x2-66 Gateway 2000. All three drives are ID'd as follows:
: : : ID=0 C: drive lun=0
: : : ID=1 D: drive lun=0
: : : ID=4 E: CD Rom 12X drive terminated (last drive)
: : : ID=7 UltraStor 34F
: : : I had the ultrastor 34F utilities & device drivers rel. 1.00c (1992)
: : : I downloaded the 2.1 version from Gateway2000/hardware/HDlibrary/SCSI yesterday.
: : : The IOMEGA driver is version is dated 8/11/94, 12166 bytes.
: : : Let me know what luck you have.
: : : -Gary