On Wed, 7 Jan 2004 [EMAIL PROTECTED] wrote: > I had the kernel messages going to a different file... That file is now > available at the URL I previously sent: http://rekl.no-ip.org/~lk/
Okay, I looked at your log. It shows everything working pretty much okay until your computer tries to read sector 7552 (1d80 in hex), at which point the device refused to send the data. It would transmit part -- a different amount each time the operation was retried -- and then cause a protocol error. That corresponds to 3776 KB; does your device really only hold 3.7 MB? Or maybe it has a bad sector or other problem at that location? Part of the problem may be related to bizarre behavior your device exhibits when it's starting up. It keeps sending Unit Attention codes indicating that new medium was loaded, over and over again. Instead it ought to send Not Ready codes indicating that it is still in the process of becoming ready. As a result of this erroneous behavior, the SCSI driver gave up while trying to read the total size of the device. Alan Stern ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
