I have an English manual
http://www.stefan2000.com/darkehorse/PC/DOS/Drivers/USB/readme.txt
I compare it with the original text and find it a bit similar, right? I wonder which country's English the original text is?
----------
"motto hairu" DOS Driver
----------
This driver enables the "motto hairu" USB interface on DOS.
The IEEE1394 interface cannot be used on DOS.
There are three drivers as DOS drivers.
USBASPI.SYS : USB1.1 mode ASPI Manager
RAMFD.SYS : RAM DISK driver for USB floppy, if you have only a single USB port and need to access both.
Di1000dd.SYS : ASPI HDD driver
1. If you do not have a USB floppy
Copy the USBASPI.SYS and Di1000dd.SYS files and
add the following 2 lines to the config.sys on the boot disk.
device=USBASPI.SYS
device=Di1000dd.SYS
After that, connect the "motto hairu" to the USB port, then set this disk as the FDD, and
power on the PC.
2. If you use a USB floppy
Copy the USBASPI.SYS, Di1000dd.SYS and RAMFD.SYS files and
add the following 3 lines to the config.sys on the boot disk.
device=RAMFD.SYS
device=USBASPI.SYS /W@@@@---@Use /R option if you have multiple USB ports
device=Di1000dd.SYS
And confirm
device=himem.sys
exists in config.sys.
If you don't have it, add the following 4 lines.
device=himem.sys
device=RAMFD.SYS
device=USBASPI.SYS /W
device=Di1000dd.SYS
When powering on, during booting, the contents of the FD are copied to the RAM disk, then,
when the copy is completed, the following message will appear.
===============================================
=== Connect the target device to USB port. ===
=== Press
key.
Booting will continue from the RAM disk.
NOTE:
1) After changing the DOS mode by rebooting Windows, it will not work.
You must power off once.
2) Option settings
USBASPI.SYS has the following options.
/R : Also access USB FDD.
: RAMFD.SYS may be needed in some cases.
/W : Prompt the following message for swapping floppy and device if you need to boot from
USB floppy and have only one USB port
===============================================
=== Connect the target device to USB port. ===
@@ === Press
-> -> .
2. Double click icon.
3. Click tab.
4. Double click .
************* Universal Host Controller
means UHCI is used.
************* Open Host Controller
means OHCI is used.
[
Last edited by 雨露 on 2006-11-13 at 12:05 AM ]