[How to do instruction] moOde 8.1 MOTU AVB USB drivers - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: FAQ and Guides (https://moodeaudio.org/forum/forumdisplay.php?fid=9) +--- Thread: [How to do instruction] moOde 8.1 MOTU AVB USB drivers (/showthread.php?tid=4914) |
moOde 8.1 MOTU AVB USB drivers - bitlab - 06-25-2022 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 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 After changing the config a reboot is the easiest way to activate the changes. |