The program is retrying because usbecd.sys reports an i/o error. Please report which USB driver set you are using. Try and use the Lars Erdmann USB driver set.
I am currently using the latest Lars Erdmann driver set (10.234) however seeing this error is still occurring makes me doubt that I have installed it correctly. My procedure was to uninstall all Arca Noae USB drivers using the Warpin installer, then to copy in the files from the Erdmann driver set.
With hindsight, I'm pretty sure this was quite incorrect and I would greatly appreciate having the method of installing these drivers explained to me.
The easiest to install my drivers is this:
unlock \os2\dll (this is to release USBCALLS.DLL so that it can be overwritten)
unlock \mmos2\dll (this is to release USBWAV.DLL, DEVDEV.DLL, USBAUDIF.DLL so that they can be overwritten)
unzip the ZIP file to the root directory (with paths maintained):
unzip usbdrv234.zip -d \
For audio driver install, there is an additional step:
change to directory \mmos2
unzip usbaudio.zip -d \var\temp\usbaudio
unzip usbwav.zip -d \var\temp\usbwav
change to dir \var\temp\usbwav
minstall /*
change to dir \var\temp\usbaudio
minstall /*
You can reinstall the AN drivers at any time. Just rerun the AN WPI installer.
Note: the config sys ordering mentioned by Pete is completely irrelevant to my drivers, I have changed the drivers to remove these dependencies. They will work either way, the "old" and the "new" AN way.
Lars