Motu Ultralite mk4 error

Hey gang, I’m new here. So glad I found Zynthian, so sick of gigging with a laptop like a schmuck.

I have an rpi5, and I can’t get this Motu to work, even though it’s supposed to be class compliant. I’ve corrected the hw name in jack, but I still get the red error message. It has about a million ins and outs, do I just need to put the right number in for -n?

It works perfectly with an old Apogee Duet for what it’s worth.

I’m a bit of a programming idiot but I am persistent! Not quite sure which error log I should be looking at…

Many many thanks,
Matt

Hi @mattduncan! Welcome to the family.

Please access webconf, INTERFACE->Terminal then enter: aplay -l. This will show the detected audio devices.

You then need to select “Custom device” as the soundcard and replace “hw:0” with “hw:device_name” where “device_name” is what was shown in aplay -l.

Post the results of aplay -l and your jackd config here so we can help.