Peter Butler wrote: > usbaudio.c:771: cannot submit datapipe for urb 2, err = -28 This is a kernel bug; it thinks that there isn't enough bandwidth left. Disable CONFIG_USB_BANDWIDTH in the kernel configuration. HTH Clemens
Peter Butler wrote: > usbaudio.c:771: cannot submit datapipe for urb 2, err = -28 This is a kernel bug; it thinks that there isn't enough bandwidth left. Disable CONFIG_USB_BANDWIDTH in the kernel configuration. HTH Clemens