First of all, I have updated the BIOS to A05 to be sure that I have the most up to date BIOS. Now I want to boot with a CD that I have created that can give my GX270 USB Support in DOS, but will not give my GX240 USB support. Does anyone know if the GX240 BIOS supports DOS USB support?
DOS USB Drivers There are several ways folks are getting their USB CDroms, Hard Drives, and other drives to work in DOS. One is using what's known as DUSE driver system. The second method is using what looks somewhat like standard CDrom driver files and a USB driver. Both methods appear to require loading an usbaspiX.sys file first in config.sys in most cases. The third method is a bootdisk from a USB vendor.
METHOD 2 - The usbaspi.sys/usbcd.sys System - Example 1
As noted, this method seems just like loading IDE drivers, with the added entry of the usbaspiX file. The following are the relevant portions taken from a modified config.sys and autoexec.bat file which was designed to work with a Windows 98 OEM Bootdisk with the ramdrive.
The complete config.sys and autoexec.bat replacement files are available for download below, and you might want to start first with just copying them to your OEM bootdisk along with the relevant drivers and then experiment later with getting them to work on your Customized disk.
[config.sys - example 1] device=himem.sys /testmem:off device=usbaspiX.sys device=usbcdX.sys /D:mscd001
[config.sys example 2 - USB Floppy in only port, "sometimes" allows switching to CDrom after boot] device=himem.sys /testmem:off device=ramfd.sys device=usbaspiX.sys /W device=usbcdX.sys /D:mscd001
METHOD 2 - The usbaspi.sys/usbcd.sys System - Example 2
"I finally got my Belkin external drive enclosure with a WD 120gb drive to work in DOS, and then perform a GHOST image", wrote don b. "Here's the files and config.sys that worked."
[config.sys] device=himem.sys /testmem:off devicehigh=usbaspi1.sys devicehigh=di1000dd.sys devicehigh=usbcd2.sys /d:USBCD001 LASTDRIVE = Z
[autoexec.bat] don b. noted that either the standard Ghost or Win98X autoexec.bat worked as is.
METHOD 2 - The usbaspi.sys/usbcd.sys System - Example 3
Herbert H. writes: "I Just solved my problem by using the files from the "virtual" DOS drive ghost03 makes when you run interactive mode. It uses IOmega USB drivers and Guest.exe. It alowed me to use my Western Digital external USB HD in DOS.
Files: DUSE 4.4 DUSE 4.9 With Excellent Docs USBdrivers Includes 5 different usbaspi.sys and 2 usbcd.sys files, the ramfd.sys driver, and the modified Win98 OEM config.sys and autoexec.bat files. You will have to experiment to see which one works for you.
The key driver files I've put together for you in the [USBdriver] collection include:
datoptic.com recommends the following config.sys for it's USB/1394 products. It's been reported tho that their drivers also work for other brands as well.
speedstep
11 Legend
•
46969 Posts
859
0
Posted March 20th, 2004 21:00