Moode Forum

Full Version: moOde 8.1 MOTU AVB USB drivers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The MOTU AVB devices are wonderfull devices, but comes with a temper. 

In case you have problems with channel playback (channel hopping, glitches) or using simultaneously playback & capture, there is driver available created by Drumfix.
(https://github.com/Drumfix/motu-avb-usb).

Downside of the driver is that it currently can only be used with fixed samplerate.

The moode 8.1 repos provide the driver as prebuild package (32 and 64bit)and can be installed from command-line with apt.

The name of the driver contains the current kernel version:
Code:
pi@moode:~ $ uname -a
Linux bullseye 5.15.32-v7l+ #1538 SMP Thu Mar 31 19:39:41 BST 2022 armv7l GNU/Linux

Install the driver:
Code:
pi@moode:~ $ sudo apt install motu-avb-usb-5.15.32


The default configuration is place in /etc/modprobe.d/motu-avb.conf:
Code:
pi@moode:~ $ cat /etc/modprobe.d/motu-avb.conf
options motu samplerate=44100 midi=0 vendor=0 ins=8 outs=6


After changing the config a reboot is the easiest way to activate the changes.