Re: [linux-audio-dev] Tascam US428 Hangup

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] Tascam US428 Hangup
From: Karsten Wiese (annabellesgarden_AT_yahoo.de)
Date: Sat Nov 13 2004 - 02:31:55 EET


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


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sat Nov 13 2004 - 02:35:55 EET