lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 1 Sep 2006 10:12:35 -0400 (EDT)
From:	Alan Stern <stern@...land.harvard.edu>
To:	Jan-Hendrik Zab <xaero@....de>
cc:	linux-kernel@...r.kernel.org, <greg@...ah.com>,
	<linux-usb-devel@...ts.sourceforge.net>
Subject: Re: [linux-usb-devel] Problem with USB storage devices, error -110

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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ