Link to home
Start Free TrialLog in
Avatar of stevestu
stevestu

asked on

Why does my USB keyboard disappear after loading my USB CD-ROM driver.

I'm upgrading windows based instruments from 98 to XP. We don't have an internal CD-ROM drive so I'm using a USB DVD (Sony DRX-710UL). We need to repartition to include a restore image and I'd like to just boot up a diskette copy over the restore image and then used a restore diskette to re-establish the C: partition. I can do this all with NET USE instead of the CD-ROM in the lab with no problem. I've created a boot diskette to load the USB CDROM device driver using,

AUTOEXEC.BAT

MSCDEX.EXE /D:USBCD001 /L:Q

CONFIG.SYS

files=10
buffers=13
stacks=9,256
device=himem.sys /testmem:off
DEVICEHIGH=USBASPI.SYS
DEVICEHIGH=USBCD.SYS /d:USBCD001
LASTDRIVE=Z

When I boot the driver is loaded the drive found and assigned Q: it then returns to the command prompt but my USB keyboard (which is enabled in the BIOS) is now dead. How can I get around this?
ASKER CERTIFIED SOLUTION
Avatar of Callandor
Callandor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
On windows XP you won't be needing all this configuration :

MSCDEX.EXE /D:USBCD001 /L:Q, and so on ...

Remove it form where it is, and reboot.

Did it wok ?

Best Regards !
Avatar of stevestu
stevestu

ASKER

This is the method for updating the instrument. The process looks something like,
Create new partitions  C: & D:
Format partitions
copy over restore image (easyrestore) to D:
restore C: partition from D: restore image

The problem is that win98 is gone when I want to make the copy and the restore image is 1.6 Gbyte. I want to use a USB DVD to copy over. I can get DOS to recognize the device but lose my keyboard.
The simple answer is resources; All USB connections are using the same USB channel and it is most likely that you may create a momentary system halt...

To overcome that problem; try to use a PS2 keyboard...
CYber