public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 3.8.4: ohci question
@ 2013-03-27 17:37 Udo van den Heuvel
  2013-03-27 21:49 ` Bjorn Helgaas
  0 siblings, 1 reply; 5+ messages in thread
From: Udo van den Heuvel @ 2013-03-27 17:37 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 3.8.4: ohci question
  2013-03-27 17:37 3.8.4: ohci question Udo van den Heuvel
@ 2013-03-27 21:49 ` Bjorn Helgaas
  2013-03-28 14:35   ` Alan Stern
  0 siblings, 1 reply; 5+ messages in thread
From: Bjorn Helgaas @ 2013-03-27 21:49 UTC (permalink / raw)
  To: Udo van den Heuvel; +Cc: linux-kernel@vger.kernel.org, USB list

[+cc linux-usb]

On Wed, Mar 27, 2013 at 11:37 AM, Udo van den Heuvel <udovdh@xs4all.nl> 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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 3.8.4: ohci question
  2013-03-27 21:49 ` Bjorn Helgaas
@ 2013-03-28 14:35   ` Alan Stern
  2013-03-28 15:56     ` Udo van den Heuvel
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Stern @ 2013-03-28 14:35 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: Udo van den Heuvel, linux-kernel@vger.kernel.org, USB list

On Wed, 27 Mar 2013, Bjorn Helgaas wrote:

> [+cc linux-usb]
> 
> On Wed, Mar 27, 2013 at 11:37 AM, Udo van den Heuvel <udovdh@xs4all.nl> 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 3.8.4: ohci question
  2013-03-28 14:35   ` Alan Stern
@ 2013-03-28 15:56     ` Udo van den Heuvel
  2013-03-28 17:46       ` Alan Stern
  0 siblings, 1 reply; 5+ messages in thread
From: Udo van den Heuvel @ 2013-03-28 15:56 UTC (permalink / raw)
  To: Alan Stern; +Cc: Bjorn Helgaas, linux-kernel@vger.kernel.org, USB list

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 3.8.4: ohci question
  2013-03-28 15:56     ` Udo van den Heuvel
@ 2013-03-28 17:46       ` Alan Stern
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Stern @ 2013-03-28 17:46 UTC (permalink / raw)
  To: Udo van den Heuvel; +Cc: Bjorn Helgaas, linux-kernel@vger.kernel.org, USB list

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-28 17:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-27 17:37 3.8.4: ohci question Udo van den Heuvel
2013-03-27 21:49 ` Bjorn Helgaas
2013-03-28 14:35   ` Alan Stern
2013-03-28 15:56     ` Udo van den Heuvel
2013-03-28 17:46       ` Alan Stern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox