On Wed, 7 Jan 2004 [EMAIL PROTECTED] wrote: > On Tue, 6 Jan 2004, Greg KH wrote: > > > Can you enable CONFIG_USB_STORAGE_DEBUG and send the debug log to the > > linux-usb-devel mailing list for when this happens? The people there > > should be able to help you out. > > > > Ok, I enabled that and the SCSI option. Here's what I get:
> Jan 7 09:04:10 axp kernel: scsi0 : SCSI emulation for USB Mass Storage > devices > Jan 7 09:04:10 axp kernel: Vendor: MicroAdv Model: QuickiDrive128M > Rev: 2.00 > Jan 7 09:04:10 axp kernel: Type: Direct-Access > ANSI SCSI revision: 02 > Jan 7 09:04:10 axp scsi.agent[4788]: how to add device type= at > /devices/pci0000:00/0000:00:10.3/usb1/1-3/1-3:1.0/host0/0:0:0:0 ?? > Jan 7 09:04:10 axp kernel: sda: Unit Not Ready, sense: > Jan 7 09:04:10 axp kernel: Current : sense key Unit Attention > Jan 7 09:04:10 axp kernel: Additional sense: Not ready to ready change, > medium may have changed > Jan 7 09:04:10 axp kernel: sda : READ CAPACITY failed. > Jan 7 09:04:10 axp kernel: sda : status=1, message=00, host=0, driver=08 > Jan 7 09:04:10 axp kernel: Current sd: sense key Unit Attention > Jan 7 09:04:10 axp kernel: Additional sense: Not ready to ready change, > medium may have changed > Jan 7 09:04:11 axp kernel: sda: Write Protect is off > Jan 7 09:04:11 axp kernel: sda:<7>usb-storage: queuecommand called > Jan 7 09:04:11 axp kernel: sda1 > Jan 7 09:04:11 axp kernel: Attached scsi removable disk sda at scsi0, > channel 0, id 0, lun 0 > Jan 7 09:04:11 axp kernel: Attached scsi generic sg0 at scsi0, channel 0, > id 0, lun 0, type 0 > Jan 7 09:09:05 axp kernel: SCSI error : <0 0 0 0> return code = 0x70000 > Jan 7 09:09:05 axp kernel: end_request: I/O error, dev sda, sector 7552 > > Also, the full dmesg and .config are available at > http://rekl.no-ip.org/~lk/ I looked at that. It's not dmesg; it's syslog output -- and all the debugging information is missing. Probably your syslog configuration is set up not to store debug-level messages. You'll need to add a line resembling kern.* /var/log/kernel.log to your /etc/syslog.conf file. Either that, or else send the real dmesg output. 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
