Hello Pete,Here are the results of my testings :
I looked for actual drivers of USB-basic and USB-msd. (I've found version 10.162 on the ecom-site. I've downloaded them.
I directly started to install these 2 packages as descripted in the corresponding read.me files.
=> no success with this installation. I saw that the floppy led sometimes was activated, sometimes not. When I asked access to the floppy, the diskette was not recognised.
I played around with corresponding USB-settings (in config.sys) and commands found in the install dir, and all of a sudden I got access to the floppy.
I tried to reproduce what I've done. But I could not reproduce it.
I tried to desinstall and reinstall the USB-basic and USB-msd packages.
desinstall : I only removed all USB-lines in the config.sys
I tried to reinstall. But by the installation of USB-msd I got errors.
I did a new desinstall (now I removed all usb-lines in + I removed also all corresponding USB-files in \os2\boot)
And now installation was successfull.
And what do you guess ?
Yes I directly got access to the A-drive ! !
So bottomline :
Before you begin installation of USB-basic and USB-msd :
Remove all USB-statements in config.sys
Remove all corresponding files in \os2\boot (you must remove read only flags ! ! )
Reboot system
Install USB-basic
Reboot system
Install USB-msd
Reboot system
Adapt USB-parameters in config.sys (if needed)
This last line was needed in my case.
These lines were added to the end during the installation.
code:
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBEHCD.SYS
BASEDEV=USBD.SYS /REQ:USBUHCD$,USBOHCD$,USBEHCD$
BASEDEV=USBHID.SYS
BASEDEV=USBMSD.ADD
BASEDEV=USBCDROM.ADD
(3 times USBUHCD.SYS and 1 USBEHCD.SYS because HCIMONIT reported that 3 UHCI and 1 EHCI were found on the system)
Thanks for your hints Pete.
I hope this can help others also.
Regards,
PHE