|
In all honesty I would have walked you through the same steps they did. What the IO thread error means in human terms:
The PC never got an acknowledgement from the device that a transfer was completed (transfer meaning data chunk, not a full song). Consequently in an effort to recover the PC sent a cancel request - hence the IO aborted.
No really, I said human terms:
Darn near anything went wrong. The device couldn't handle what you were sending it. The USB chipset can't handle the throughput. The cable is bad. You have too many other USB devices connected at the same time. The USB stack has a problem. The driver stack above USB has a problem. The storage on the device is failing. It isn't a full moon yet...
In short, it is a very specific error and from it you can tell exactly why the transfer failed. Unfortunatly the cause of that failure is much more difficult to pinpoint.
|