On Thu, 11 Jan 2007, Andrew Morton wrote:

> Begin forwarded message:
> 
> Date: Thu, 11 Jan 2007 15:50:13 -0800
> From: "Vasudevan S" <[EMAIL PROTECTED]>
> To: linux-kernel <linux-kernel@vger.kernel.org>
> Subject: usb error messages
> 
> 
> I use 2.6.19.1 kernel on the laptop 'compaq nc6320'. While booting the
> kernel, I see  the following error:
>   usb 1-1: device not accepting address 2, error -71
> 
> Assuming that this 1-1 means bus and device id, this appears to be the
> UHCI controller. I noticed that this error has been reported by people
> in the past, but the possible reasons listed doesn't seem to be the
> root cause here.

Possibly this error is caused by your initrd.  It should load ehci-hcd 
before uhci-hcd, not after.  However if it only appears once then the 
error is harmless; you can ignore it.

There's no way to tell exactly what went wrong just from a single error 
message.  We have to see the entire boot-up system log.

> If I just restart the machine instead of shutdown, I see one more usb error:
>   usb 5-1.2: device descriptor read/64, error -32
> 
> which would appear like some reset/close operation wasn't done in the restart.

Again, if the message appears only once then you can ignore it.  Restart 
does re-initialize all USB devices.

> Is there some way to debug and isolate these problems further? The
> 'suspend-to-disk' (using 'swsusp'/'software suspend 2') are not
> working on this laptop and I am thinking these errors might be
> contributing to the problem.

I doubt that very much.  But if you want anybody to help solve the swsusp 
problem then you have to post a dmesg log showing what goes wrong when you 
try to do it.

Alan Stern


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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