2013-03-27 17:37:26

by Udo van den Heuvel

[permalink] [raw]
Subject: 3.8.4: ohci question

Hello,

When my dmesg gives me a growing number of lines like the one below,
what is going on?

ohci_hcd 0000:00:12.0: urb ffff88023025c500 path 2 ep1in 6c160000 cc 6
--> status -71

Please let me know!

Kind regards,
Udo


2013-03-27 21:49:29

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: 3.8.4: ohci question

[+cc linux-usb]

On Wed, Mar 27, 2013 at 11:37 AM, Udo van den Heuvel <[email protected]> wrote:
> Hello,
>
> When my dmesg gives me a growing number of lines like the one below,
> what is going on?
>
> ohci_hcd 0000:00:12.0: urb ffff88023025c500 path 2 ep1in 6c160000 cc 6
> --> status -71
>
> Please let me know!
>
> Kind regards,
> Udo
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2013-03-28 14:35:37

by Alan Stern

[permalink] [raw]
Subject: Re: 3.8.4: ohci question

On Wed, 27 Mar 2013, Bjorn Helgaas wrote:

> [+cc linux-usb]
>
> On Wed, Mar 27, 2013 at 11:37 AM, Udo van den Heuvel <[email protected]> wrote:
> > Hello,
> >
> > When my dmesg gives me a growing number of lines like the one below,
> > what is going on?
> >
> > ohci_hcd 0000:00:12.0: urb ffff88023025c500 path 2 ep1in 6c160000 cc 6
> > --> status -71
> >
> > Please let me know!

-71 errors indicate a low-level problem on the USB bus. Generally it
means that the device isn't sending any packets. Maybe the device's
firmware has crashed or maybe it has been disconnected.

Alan Stern

2013-03-28 15:56:17

by Udo van den Heuvel

[permalink] [raw]
Subject: Re: 3.8.4: ohci question

On 2013-03-28 15:35, Alan Stern wrote:
>>> When my dmesg gives me a growing number of lines like the one below,
>>> what is going on?
>>>
>>> ohci_hcd 0000:00:12.0: urb ffff88023025c500 path 2 ep1in 6c160000 cc 6
>>> --> status -71
>>>
>>> Please let me know!
>
> -71 errors indicate a low-level problem on the USB bus. Generally it
> means that the device isn't sending any packets. Maybe the device's
> firmware has crashed or maybe it has been disconnected.

Could it be due to a defect in the mainboard?
Or the device connected to that port?

Kind regards,
Udo

2013-03-28 17:46:13

by Alan Stern

[permalink] [raw]
Subject: Re: 3.8.4: ohci question

On Thu, 28 Mar 2013, Udo van den Heuvel wrote:

> On 2013-03-28 15:35, Alan Stern wrote:
> >>> When my dmesg gives me a growing number of lines like the one below,
> >>> what is going on?
> >>>
> >>> ohci_hcd 0000:00:12.0: urb ffff88023025c500 path 2 ep1in 6c160000 cc 6
> >>> --> status -71
> >>>
> >>> Please let me know!
> >
> > -71 errors indicate a low-level problem on the USB bus. Generally it
> > means that the device isn't sending any packets. Maybe the device's
> > firmware has crashed or maybe it has been disconnected.
>
> Could it be due to a defect in the mainboard?
> Or the device connected to that port?

Yes. Or it could be due to any number of other things. Do you want to
post a complete dmesg log?

Alan Stern