[opensuse] USB recognition
Strange but with some usb units attached to my 10.2 running computer, some of the attachments are readily seen and can be used right away. My usb memory stick does not stir any activity but if I use my cardreader with one of the slots occupied it give me the well known choices. What is the cause of this phenomena? How to get recognition every time? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
The first thing that would jump to mind is: Check kernel output: tail -f /var/log/messages are there any changes to this output when you insert the usb key? When the key is connected, run fdisk -l in a console. Find where it can be mounted from: Example: /dev/sda1 Now run: Mkdir /media/my-usb-key Mount /dev/sda1 /media/my-usb-key Or.... If it says it's already mounted, try just typing mount to see where it's mounted to. -----Original Message----- From: Constant Brouerius van Nidek [mailto:constant@indo.net.id] Sent: 21 August 2007 13:16 To: opensuse@opensuse.org Subject: [opensuse] USB recognition Strange but with some usb units attached to my 10.2 running computer, some of the attachments are readily seen and can be used right away. My usb memory stick does not stir any activity but if I use my cardreader with one of the slots occupied it give me the well known choices. What is the cause of this phenomena? How to get recognition every time? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tuesday 21 August 2007, Darragh wrote:
The first thing that would jump to mind is:
Check kernel output: tail -f /var/log/messages are there any changes to this output when you insert the usb key?
This is the output of tail after connecting the memory stick to my desktop. The same memorystick connected to my laptop, also running 10.2 is readely accepted. Aug 21 20:13:15 constant-net kernel: usb 1-1: device descriptor read/64, error -110 Aug 21 20:13:30 constant-net kernel: usb 1-1: device descriptor read/64, error -110 Aug 21 20:13:30 constant-net kernel: usb 1-1: reset full speed USB device using uhci_hcd and address 10 Aug 21 20:13:33 constant-net kernel: usb 1-1: device descriptor read/64, error -110 Aug 21 20:13:49 constant-net kernel: usb 1-1: device descriptor read/64, error -110 Aug 21 20:13:49 constant-net kernel: usb 1-1: reset full speed USB device using uhci_hcd and address 10 Aug 21 20:13:59 constant-net kernel: usb 1-1: device not accepting address 10, error -110 Aug 21 20:13:59 constant-net kernel: usb 1-1: reset full speed USB device using uhci_hcd and address 10 Aug 21 20:14:10 constant-net kernel: usb 1-1: device not accepting address 10, error -84 Aug 21 20:14:10 constant-net kernel: usb 1-1: USB disconnect, address 10 Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: scsi: Device offlined - not ready after error recovery Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 496 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 497 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 498 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 499 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 500 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 501 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 502 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 503 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 504 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 505 Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: SCSI error: return code = 0x00010000 Aug 21 20:14:10 constant-net kernel: end_request: I/O error, dev sda, sector 0 Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Seems to be a problem with mass storage. Error -110 is a time out. Error -84 .... haven't been able to find an exact translation for this but it seems to be an issue with mass storage. Try taking a look at http://www.acet.rdg.ac.uk/~mjeg/resources/index.php Perhaps that isn't relevant but take a look at the usb section. There are a few pages that seem to show that this error is related to Scsi emulation for mass storage devices. Let me know how you get on. I'd be interested in the solution you find. OH, as a matter of interest, would you consider formatting the drive? I know you said it works on another computer but a few sources I looked at mentioned integrity related issues so it's possibly worth a shot. Darragh -----Original Message----- From: Constant Brouerius van Nidek [mailto:constant@indo.net.id] Sent: 21 August 2007 14:20 To: opensuse@opensuse.org Subject: Re: [opensuse] USB recognition On Tuesday 21 August 2007, Darragh wrote:
The first thing that would jump to mind is:
Check kernel output: tail -f /var/log/messages are there any changes to this output when you insert the usb key?
This is the output of tail after connecting the memory stick to my desktop. The same memorystick connected to my laptop, also running 10.2 is readely accepted. Aug 21 20:13:15 constant-net kernel: usb 1-1: device descriptor read/64, error -110 Aug 21 20:13:30 constant-net kernel: usb 1-1: device descriptor read/64, error -110 Aug 21 20:13:30 constant-net kernel: usb 1-1: reset full speed USB device using uhci_hcd and address 10 Aug 21 20:13:33 constant-net kernel: usb 1-1: device descriptor read/64, error -110 Aug 21 20:13:49 constant-net kernel: usb 1-1: device descriptor read/64, error -110 Aug 21 20:13:49 constant-net kernel: usb 1-1: reset full speed USB device using uhci_hcd and address 10 Aug 21 20:13:59 constant-net kernel: usb 1-1: device not accepting address 10, error -110 Aug 21 20:13:59 constant-net kernel: usb 1-1: reset full speed USB device using uhci_hcd and address 10 Aug 21 20:14:10 constant-net kernel: usb 1-1: device not accepting address 10, error -84 Aug 21 20:14:10 constant-net kernel: usb 1-1: USB disconnect, address 10 Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: scsi: Device offlined - not ready after error recovery Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 496 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 497 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 498 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 499 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 500 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 501 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 502 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 503 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 504 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 505 Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: SCSI error: return code = 0x00010000 Aug 21 20:14:10 constant-net kernel: end_request: I/O error, dev sda, sector 0 Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Just as a final note, Can you check the list from lsmod for the module: ehci-hcd If it's started, try temporarily stopping it and then connect your USB key. Any difference? This module is partly responsible for usb 2. Darragh -----Original Message----- From: Constant Brouerius van Nidek [mailto:constant@indo.net.id] Sent: 21 August 2007 14:20 To: opensuse@opensuse.org Subject: Re: [opensuse] USB recognition On Tuesday 21 August 2007, Darragh wrote:
The first thing that would jump to mind is:
Check kernel output: tail -f /var/log/messages are there any changes to this output when you insert the usb key?
This is the output of tail after connecting the memory stick to my desktop. The same memorystick connected to my laptop, also running 10.2 is readely accepted. Aug 21 20:13:15 constant-net kernel: usb 1-1: device descriptor read/64, error -110 Aug 21 20:13:30 constant-net kernel: usb 1-1: device descriptor read/64, error -110 Aug 21 20:13:30 constant-net kernel: usb 1-1: reset full speed USB device using uhci_hcd and address 10 Aug 21 20:13:33 constant-net kernel: usb 1-1: device descriptor read/64, error -110 Aug 21 20:13:49 constant-net kernel: usb 1-1: device descriptor read/64, error -110 Aug 21 20:13:49 constant-net kernel: usb 1-1: reset full speed USB device using uhci_hcd and address 10 Aug 21 20:13:59 constant-net kernel: usb 1-1: device not accepting address 10, error -110 Aug 21 20:13:59 constant-net kernel: usb 1-1: reset full speed USB device using uhci_hcd and address 10 Aug 21 20:14:10 constant-net kernel: usb 1-1: device not accepting address 10, error -84 Aug 21 20:14:10 constant-net kernel: usb 1-1: USB disconnect, address 10 Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: scsi: Device offlined - not ready after error recovery Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 496 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 497 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 498 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 499 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 500 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 501 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 502 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 503 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 504 Aug 21 20:14:10 constant-net kernel: Buffer I/O error on device sda1, logical block 505 Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: SCSI error: return code = 0x00010000 Aug 21 20:14:10 constant-net kernel: end_request: I/O error, dev sda, sector 0 Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device Aug 21 20:14:10 constant-net kernel: scsi 3:0:0:0: rejecting I/O to dead device -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Constant Brouerius van Nidek
-
Darragh