On Thu, 31 Aug 2006, Jan-Hendrik Zab wrote:

> Hello,
> any USB storage devices (like an external USB HDD) that I connect to
> the USB PCI adaptor card fail to be 'recognized' correctly by the
> kernel. The dmesg output looks like this:
> 
> usb 3-1: new full speed USB device using uhci_hcd and address 2
> usb usb2: suspend_rh (auto-stop)
> usb 3-1: ep0 maxpacket = 8
> usb 3-1: khubd timed out on ep0in len=-8/18
> usb 3-1: device descriptor read/all, error -110
> usb 3-1: new full speed USB device using uhci_hcd and address 3
> usb 3-1: khubd timed out on ep0in len=-8/64
> usb 3-1: khubd timed out on ep0in len=-8/64
> usb 3-1: khubd timed out on ep0in len=-8/64
> usb 3-1: device descriptor read/64, error -110
> usb 3-1: khubd timed out on ep0in len=-8/64
> usb 3-1: khubd timed out on ep0in len=-8/64
> usb 3-1: khubd timed out on ep0in len=-8/64
> usb 3-1: device descriptor read/64, error -110
> usb 3-1: new full speed USB device using uhci_hcd and address 4
> 
> I've also uploaded the complete dmesg output to:
> http://v3ng34nce.org/dmesg_output.bz2
> 
> The computer where the problem appears is running kernel 2.6.18-rc5
> now, after showing similar errors under the 'unstable' SMP Debian kernel
> 2.6.17-1-686.

It seems pretty clear that the UHCI controller hardware on your PCI card
isn't working.  The "len=-8/64" messages are a dead giveaway; you can't
get a negative length with a timeout failure if the controller is working
right.  At least, not unless you have some other USB devices already
attached to the same controller and using up all the bandwidth.

The fact that it fails in the same way with all the USB devices you attach 
is another indicator that the controller is bad.

Alan Stern


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to