Comment 47 for bug 1191603

Revision history for this message
Alan Stern (stern) wrote :

The error shows up clearly in the usbmon trace. It resulted from the fact that no events occurred during an 8-ms time period; normally an audio-in transfer would finish up every ms.

Why were there no events during that time? I can't tell; the two most likely explanations are a hardware bug in your OHCI USB controller, or some other driver leaving interrupts disabled for far too long.

The attached patch may help. It will attempt to print some information to the system log when one of these gaps occurs. This ought to pin down where the source of the problem lies.