PDA

View Full Version : External USB Hardrive Problem


rva_ec
2006-03-06, 11:39 AM CST
Hello,

My external USB hardrive is not auto recognized any more.

Below is the part of output from dmesg

Let me know if you have any ideas

Vijay

Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
Attached scsi generic sg1 at scsi1, channel 0, id 0, lun 0, type 0
Attached scsi generic sg2 at scsi2, channel 0, id 0, lun 0, type 0
Attached scsi generic sg3 at scsi3, channel 0, id 0, lun 0, type 0
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usb 1-2: new high speed USB device using ehci_hcd and address 38
usb 1-2: device descriptor read/8, error -110
usb 1-2: device descriptor read/8, error -110
usb 1-2: new high speed USB device using ehci_hcd and address 39
usb 1-2: device descriptor read/8, error -110
usb 1-2: device descriptor read/all, error -110
usb 1-2: new high speed USB device using ehci_hcd and address 40
usb 1-2: device descriptor read/all, error -110
usb 1-2: new high speed USB device using ehci_hcd and address 41
ehci_hcd 0000:00:02.1: remove, state 1

boknoy
2006-03-07, 06:21 AM CST
do a modprobe as root to use the usb1.1 driver instead of the usb2.0 and check if it will work with the usb1.1 driver. If it does, then the usb2.0 host controller on your pc probably already faulty.

#modprobe -r ehci_hcd

rva_ec
2006-03-07, 10:19 AM CST
Doing modprobe -r ehci_hcd just hangs the terminal.

When I try utils like usbtree the terminal hangs too.

Vijay

boknoy
2006-03-08, 10:23 AM CST
Hmmmmm, maybe you have some other problems as I never have that problem.

Can you try to do a "lsmod". If it works, then you can remove the the driver by doing a "rmmod ehci_hcd"

foxmuldar
2006-03-10, 02:59 PM CST
i am using FC1, how do i mount my usb storage drive please?

THanks,