Am Samstag 13 November 2004 03:03 schrieb Spencer Russell:
kernel: ALSA:
../../alsa-kernel/usb/usx2y/usbusx2yaudio.c: \
205: -11
came up. Looking at that file in the source, the error happens in
function usX2Y_urb_submit(). Here's the line:
...
if ((err = usb_submit_urb(urb, GFP_ATOMIC)) < 0) {
snd_printk("%i\n", err); <-- This is line 205
return err;
}
...
error -11 is EAGAIN.
This could be returned from ohci's function ed_schedule().
Don't know exactly, as I have only 2.6 kernels sources handy.
The system hang is most propably caused by a bug in snd-usb-usx2y.
What module version do you use? (modinfo snd-usb-usx2y)
If its not 0.8.6 you might try that one. get i from
alsa-project.org.
it will also show up in mainline 2.6.10 or .11 and should work better on ohci.
best regards,
Karsten