First, thank very much for your work! This is helping me a lot!
However, I still have a problem.
I'm running Debian unstable with the 5.15.0-2-amd64 kernel and I'm using a MOTU AVB 1248.
I've followed your instructions and successfully installed the module. lsusb -t
shows:
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
|__ Port 1: Dev 9, If 5, Class=Vendor Specific Class, Driver=motu, 480M
|__ Port 1: Dev 9, If 3, Class=Vendor Specific Class, Driver=motu, 480M
|__ Port 1: Dev 9, If 1, Class=Audio, Driver=motu, 480M
|__ Port 1: Dev 9, If 4, Class=Vendor Specific Class, Driver=motu, 480M
|__ Port 1: Dev 9, If 2, Class=Audio, Driver=motu, 480M
|__ Port 1: Dev 9, If 0, Class=Audio, Driver=motu, 480M
|__ Port 4: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 4: Dev 2, If 2, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 4: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 5: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 5: Dev 3, If 2, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 5: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 7: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 7: Dev 4, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 12: Dev 6, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 12: Dev 6, If 0, Class=Wireless, Driver=btusb, 12M
so everything seem alright.
Still, when I try to play something to the MOTU card, using qjackctl to connect some source to it, I get the following error message in syslog:
spa.alsa: set_hw_params: Cannot allocate memory
pw.node: (alsa_output.usb-MOTU_1248_0001f2fffe000bff-00.playback.0.0-317) start node error -12: Cannot allocate memory
and I get no sound at all. I get the problem with or without the patched kernel, (so with vendor = 1
or vendor = 0
).
Without your module, so using the standard snd_usb-audio
, the card works, but I get the infamous MOTU channel hopping problem which I wanted to solve....
Any ideas?
Thank you in advance for your help!