MOTU Midi Interface assistance needed

Still new to all of this? Feel free to post in any of the subforums on this site, but in this subforum newbie questions are especially encouraged!

Moderators: MattKingUSA, khz

Post Reply
User avatar
Phitar
Established Member
Posts: 9
Joined: Mon Aug 28, 2023 4:29 pm
Location: Cramped Apartment, VA, USA
Has thanked: 1 time
Been thanked: 3 times

MOTU Midi Interface assistance needed

Post by Phitar »

I’m new to Linux and trying to get my midi interfaces to work. I found vampirefrog’s drivers on GitHub but not sure how to get them installed on my pc. I have the MOTU Express 128 and the micro express. Running latest version of Ubuntu Studio LTS. Any help appreciated.

User avatar
Impostor
Established Member
Posts: 1392
Joined: Wed Aug 17, 2022 1:55 pm
Has thanked: 148 times
Been thanked: 366 times

Re: MOTU Midi Interface assistance needed

Post by Impostor »

Make a dedicated dir in your homedir for building stuff. Open that dir in terminal.
Install git:

Code: Select all

sudo apt install git

Run to copy the github stuff to your machine:

Code: Select all

git clone https://github.com/vampirefrog/motu.git

Enter dir:

Code: Select all

cd motu

And follow further instructions from the github page. You probably need to install all kinds of dependencies before you can successfully build it.

grawlinson
Posts: 2
Joined: Thu Oct 12, 2023 6:54 pm
Been thanked: 1 time

Re: MOTU Midi Interface assistance needed

Post by grawlinson »

I’ve got a package for this on the AUR.

Keep in mind that there are two variants (motu & motu-dkms); the motu package needs to be recompiled against new kernel versions, whereas the DKMS package will automatically rebuild itself when a new kernel is installed.

If you’re not using Arch Linux, then the package itself can give you a good idea of how to install for other distributions. :)

Post Reply