On Tue, 17 Jan 2006, M Dolan wrote: > Thanks for the response Alan. I downloaded/compiled 2.6.15 with appropriate > Debug Info, as you suggested. I am running a minimal linux system and do > not have dmesg output setup.
dmesg doesn't require much in the way of special setup. It's just a single program, part of the util-linux package. > However, I do have the Debug info provided > below. Again, here is the situation: > > 1) cold boot with USB key connected > 2) after boot, cannot mount USB key partition sda1 (bash-prompt hangs if I > try) > 3) remove the USB key, and then reconnect > 4) now sda1 is mountable > > ------------------------------------------ > DEBUG MESSAGES AFTER BOOT, WITHOUT ME DOING ANYTHING: > > input: DualPoint Stick as /class/input/input1 > input: AlpsPS/2 ALPS DualPoint TouchPad as /class/input/input2 > Vendor: SanDissk Model: Cruzer Rev: 0.2 > Type: Direct-Access ANSI SCSI revision: 02 > SCSI device sda: 2001888 512-byte hdwr sectors (1025MB) > sda: Write Protect is off > sa: asuming drive cache: write through > sda:<7>usb-storage: queuecommand called Those are not the debug messages. Maybe you're not storing them or maybe you're not looking in the right place. Try installing dmesg. > -------------------------------------------- > AGAIN I HAVEN"T DONE ANYTHING, THIS BELOW MESSAGE IS OUTPUT APPROX. ONCE PER > MINUTE > usb 1-3: reset high speed USB device using ehci_hcd and address 2 > > > ------------------------------------------------------------------------------------ > I REMOVE THE USB KEY FROM COMPUTER > usb 1-3: USB disconnect, address 2 > sd 0:0:0:0: SCSI error: return code = 0x70000 > end_request: I/O error, dev sda, sector 0 > Buffer I/O error on device sda, logical block 0 > sd 0:0:0:0: SCSI error: return code = 0x10000 > end_request: I/O erro, dev sda, sector 0 > Buffer I/O error on device sda, logical block 0 > unable to read partition table > sd 0:0:0:0: Attached scsi removable disk sda > sd 0:0:0:0: Attached scsi generic sg0 type 0 > > > ------------------------------------------------------------- > INSERT USB KEY BACK INTO COMPUTER > usb 1-3: new high speed USB device using ehci_hcd and address 3 > usb 1-3: Product: Cruzer Mini > usb 1-3: Manufacturer: SanDisk Corporation > usb 1-3: Serial Number: 200432348293e323dc > scsi1: SCSI emulation for USB Mass Storage devices > Vendor: SanDisk Model: Cruzer Mini Rev: 0.2 > Type: Direct-Access ANSI SCSI revision: 02 > SCSI device sda: 2001888 512-byte hdwr sectors (1025MB) > sda: Write Proctect is off > sda: assuming drive cache: write through > SCSI device sda: 2001888 512-byte hdwr sectors (1025MB) > sda: Write Proctect is off > sda: assuming drive cache: write through > sda:<7>usb-storage: queuecommand called > sda1 sda2 > sd 1:0:0:0: Attached scsi removable disk sda > sd 1:0:0:0: Attached scsi generic sg0 type 0 > > I can now mount the partition. Without the debugging info I can't tell what's going wrong. Alan Stern ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
