LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   device descriptor read/all, error -71 (https://www.linuxquestions.org/questions/linux-general-1/device-descriptor-read-all-error-71-a-639825/)

shogun1234 05-04-2008 12:29 PM

device descriptor read/all, error -71
 
I encounter a problem when plugging on my usb drive. Previously this error did not exist (All my usb devices worked fine in the past, including mouse and hard disk). The error in dmesg is as follow:

Code:

usb 4-3: new high speed USB device using ehci_hcd and address 2
usb 4-3: device descriptor read/all, error -71
usb 4-3: new high speed USB device using ehci_hcd and address 3
usb 4-3: device descriptor read/64, error -71
usb 4-3: device descriptor read/64, error -71
usb 4-3: new high speed USB device using ehci_hcd and address 4
usb 4-3: device not accepting address 4, error -71
usb 4-3: new high speed USB device using ehci_hcd and address 5
usb 4-3: device descriptor read/all, error -71

If I do 'modprobe -r ehci_hcd' and 'modprobe ehci_hcd', then the usb can be found. However, more often it does not work. I can not mount or find sda* in the /dev through 'ls /dev/sda*' command.

How to solve this problem?

Thank you very much,

Env: Debian lenny testing/ kernel 2.6.24.2/ gcc (GCC) 4.2.3 20071123 (prerelease) (Debian 4.2.2-4).

toni_uk 09-04-2008 09:09 AM

shogun,had the same problem. Not sure whether youhave solved but here is the solution I found just yesterday:

http://www.linuxquestions.org/questi...2/#post3269374


All times are GMT -5. The time now is 09:32 PM.