|
Sororal
初级用户
 
积分 35
发帖 13
注册 2006-7-10
状态 离线
|
『楼 主』:
怎样令 usbaspi.sys 支持两个 USB 设备?谢谢!
使用 LLM 解释/回答一下
IBM 机子,用 usbaspi.sys 来识别 USB 设备,
单独插上一个 USB 移动硬盘或 USB 光驱时,都能识别和正常使用,
但同时插上移动硬盘和光驱时,就只认光驱,不认硬盘,不管插在那个 USB 口,
系统装入 usbaspi.sys 时,屏幕只提示: ID:0 LUN:0 ......
没有: ID:1 LUN:1 所以 di1000dd.sys 也就无法给它分配盘符,
这是不是与 LUN 的参数设置有关?
我试过用 /L=0 或 /L=1 或 /L=2 或 /L=3 都不行。
请各位仁兄、仁姐帮帮忙,
谢谢啦!
IBM machines use usbaspi.sys to recognize USB devices.
When a single USB external hard drive or USB optical drive is plugged in separately, it can be recognized and used normally.
But when both the external hard drive and the optical drive are plugged in at the same time, only the optical drive is recognized and the hard drive is not recognized, no matter which USB port it is plugged into.
When the system loads usbaspi.sys, the screen only prompts: ID:0 LUN:0 ......
There is no: ID:1 LUN:1, so di1000dd.sys cannot assign a drive letter to it.
Is this related to the parameter setting of LUN?
I have tried using /L=0 or /L=1 or /L=2 or /L=3, but it doesn't work.
Please help, dear brothers and sisters,
Thank you!
|
|
2006-9-21 10:34 |
|
|
hhwwll
中级用户
  
积分 293
发帖 30
注册 2003-9-1
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
autoexec.bat:
PATH=%RAMD%:\;a:\;%CDROM%:\;%CDUSB%:\
LH %ramd%:\Shsucdx.exe /D:?IDE-CD %CDROM% /D:?USB-CD %CDUSB%
Config.sys:
devicehigh=Vide-cdd.sys /D:IDE-CD
device=USBASPI.SYS /R /v
devicehigh=USBCD.SYS /D:USB-CD
device=DI1000DD.SYS
autoexec.bat:
PATH=%RAMD%:\;a:\;%CDROM%:\;%CDUSB%:\
LH %ramd%:\Shsucdx.exe /D:?IDE-CD %CDROM% /D:?USB-CD %CDUSB%
Config.sys:
devicehigh=Vide-cdd.sys /D:IDE-CD
device=USBASPI.SYS /R /v
devicehigh=USBCD.SYS /D:USB-CD
device=DI1000DD.SYS
|
|
2006-9-21 11:48 |
|
|
Sororal
初级用户
 
积分 35
发帖 13
注册 2006-7-10
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
Originally posted by hhwwll at 2006-9-21 11:48:
autoexec.bat:
PATH=%RAMD%:\;a:\;%CDROM%:\;%CDUSB%:\
LH %ramd%:\Shsucdx.exe /D:?IDE-CD %CDROM% /D:?USB-CD %CDUSB%
Config.sys:
devicehigh=Vide-cdd.sys /D:IDE-CD
device=USBASPI.SYS /R /v
devic ...
谢谢 hhwwll 兄!
device=USBASPI.SYS /R /v 中的 /R 是什么意思?
它还是没能检测到 USB 移动硬盘。
请帮忙再想想办法,谢谢啦!
Originally posted by hhwwll at 2006-9-21 11:48:
autoexec.bat:
PATH=%RAMD%:\;a:\;%CDROM%:\;%CDUSB%:\
LH %ramd%:\Shsucdx.exe /D:?IDE-CD %CDROM% /D:?USB-CD %CDUSB%
Config.sys:
devicehigh=Vide-cdd.sys /D:IDE-CD
device=USBASPI.SYS /R /v
devic ...
Thank you, Brother hhwwll!
What does "/R" mean in "device=USBASPI.SYS /R /v"?
It still couldn't detect the USB mobile hard drive.
Please help think of other ways, thank you!
|
|
2006-9-21 13:48 |
|
|
hhwwll
中级用户
  
积分 293
发帖 30
注册 2003-9-1
状态 离线
|
|
2006-9-22 00:46 |
|
|
Sororal
初级用户
 
积分 35
发帖 13
注册 2006-7-10
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
Originally posted by hhwwll at 2006-9-22 00:46:
去这里下载超级中文MS-DOS7.10启动盘试一下: http://www.cn-dos.net/forum/viewthread.php?tid=17237&fpage=1
谢谢 hhwwll 兄!
我试过了,是胡大师制作的,
不过还是不行。
很多地方看见在 USBASPI.SYS 后面带了 /R 参数,不知是什么作用。
在网上看了一些有关 USBASPI.SYS 的参数解析,
就是没有见到关于“支持多个USB设备”的说明。
真的很感谢你!
Originally posted by hhwwll at 2006-9-22 00:46:
Go here to download the Super Chinese MS-DOS 7.10 bootable disk to try: http://www.cn-dos.net/forum/viewthread.php?tid=17237&fpage=1
Thank you, Brother hhwwll!
I tried it, it was made by Master Hu,
but it still doesn't work.
I saw many places where /R parameter was added after USBASPI.SYS, I don't know what the function is.
I looked up some parameter explanations about USBASPI.SYS on the Internet,
but there is no description about "supporting multiple USB devices".
Really thank you!
|
|
2006-9-22 06:24 |
|
|
hhwwll
中级用户
  
积分 293
发帖 30
注册 2003-9-1
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
我用超级中文MS-DOS7.10启动盘,启动过我用过的好多台台式品牌机和兼容机,还有笔记本,大多数情况下,能同时识别和正常使用USB 移动硬盘、U盘或 USB 光驱等三种USB设备,兼容性极好。你的情况,如移动硬盘是2.5寸的,请检查外接电源是否接上。
I used the Super Chinese MS-DOS 7.10 boot disk to boot many desktop brand machines, compatible machines I have used, and also laptops. In most cases, it can simultaneously recognize and normally use three types of USB devices such as USB external hard drives, USB flash drives, or USB optical drives, with excellent compatibility. For your situation, if the external hard drive is a 2.5-inch one, please check if the external power supply is connected.
|
|
2006-9-22 11:34 |
|
|
Sororal
初级用户
 
积分 35
发帖 13
注册 2006-7-10
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
Originally posted by hhwwll at 2006-9-22 11:34:
我用超级中文MS-DOS7.10启动盘,启动过我用过的好多台台式品牌机和兼容机,还有笔记本,大多数情况下,能同时识别和正常使用USB 移动硬盘、U盘或 U ...
谢谢 hhwwll 兄!
这块移动硬盘是三星 80G 的,没有配外接电源,
不过我试过双 USB 供电,还是不行。
Originally posted by hhwwll at 2006-9-22 11:34:
I used the Super Chinese MS-DOS 7.10 boot disk to boot many desktop branded computers, compatible computers I have used, and laptops. In most cases, I can simultaneously recognize and normally use USB mobile hard drives, USB flash drives or U...
Thanks, brother hhwwll!
This mobile hard drive is a Samsung 80G one, and it doesn't come with an external power supply.
However, I tried double USB power supply, but it still didn't work.
|
|
2006-9-23 10:25 |
|
|
hhwwll
中级用户
  
积分 293
发帖 30
注册 2003-9-1
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
移动硬盘是3.5寸的话,一般电压在12V,没有外接电源是无法使用的,这块移动硬盘估计是2.5寸的,一般2.5寸移动硬盘工作电压有12V的,也有7.5V的,而USB接口电压在5V左右,在DOS下12V工作电压的移动硬盘采用双 USB 供电是无法工作的。排除上述因素外,有可能是电脑的兼容性问题,当二个不同的USB设备同时使用时,兼容性的问题就会暴露出来,一般来说国外的品牌机兼容性都比较差,换台电脑试一下,有可能会找到答案。
If the external hard drive is 3.5 inches, the general voltage is 12V, and it cannot be used without an external power supply. This external hard drive is estimated to be 2.5 inches. The operating voltage of a general 2.5-inch external hard drive is either 12V or 7.5V, while the USB interface voltage is around 5V. The 12V operating voltage external hard drive under DOS cannot work with dual USB power supply. In addition to the above factors, it may be a compatibility issue of the computer. When two different USB devices are used at the same time, the compatibility issue will be exposed. Generally speaking, the compatibility of foreign brand computers is relatively poor. Try changing a computer, and it may find the answer.
|
|
2006-9-23 11:47 |
|