On Wed, 27 Oct 2004, Andre Steinert wrote: > Hmmm... These lines look weird: > > Oct 26 23:53:09 titanic kernel: usb-storage: Bulk Command S 0x43425355 T > 0x4d1a0 L 32768 F 128 Trg 0 LUN 0 CL 10 > Oct 26 23:53:10 titanic kernel: usb-storage: Bulk Status S 0x53425355 T > 0x4d1a0 R 0 Stat 0x1 > Oct 26 23:53:10 titanic kernel: usb-storage: Bulk Command S 0x43425355 T > 0x8004d1a0 L 18 F 128 Trg 0 LUN 0 CL 6 > Oct 26 23:53:10 titanic kernel: usb-storage: Bulk Status S 0x53425355 T > 0x8004d1a0 R 0 Stat 0x0 > > Why suddenly "CL 6" ??? It's around the time of the data phase error...
The first two messages show the READ(10) command (which is 10 bytes long) being sent and the failed status afterward. The next two messages show the system sending a REQUEST SENSE command (which is only 6 bytes long) to find out what went wrong, and receiving valid status for the sense data. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
