I’m struggling to get my Manta to work with Norns. I have built MantaOSC according to the instructions on the GitHub page and added an udev file for it but it seems i can’t start it. I get:
-bash: MantaOSC: command not found
Running lsusb shows that it’s at least detected by the system:
Bus 001 Device 005: ID 2424:2424
Bus 001 Device 003: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
Bus 001 Device 002: ID 04b4:6570 Cypress Semiconductor Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I don’t have a Manta, but I have some general suggestions on where to start until someone with more specific knowledge can chime in.
For anyone looking, the Manta github page is here:
And I’m assuming you mean the instructions here:
Did the build finish successfully?
Are you in the MantaOSC build directory?
Does the executable MantaOSC exist?
Maybe you’re missing the “./” in front of ./MantaOSC to tell bash to run the binary executable?
Is your user in the group uucp? You can check by running groups.
If not–try to run sudo usermod -aG uucp MYUSER with the norns user (I forget what it is).
If that doesn’t work, you’ll have to fiddle with the udev rules to get permissions sorted out, I’d help with that but I don’t have a linux machine with systemd/udev handy.
The “add” action works fine and the “remove” seems to kill MantaOSC, but it strangely restarts again after a 2 seconds or so, forcing me to run the script again. Maybe this is a bug in MantaOSC? Or should i improve something in my rules or scripts?
Yes, it works! The main thing i didn’t have time to investigate yet is how to run the remove/add scripts when putting the norns to sleep and waking it up. As it is now, if put i to sleep with the Manta still attached it doesn’t get to the startup screen when waking it up again unless i unplug the Manta. The solution for now is to unplug before sleep and not plugging it in until boot is finished.
Another thing yet to be solved is that norns seems to kill MantaOSC after some time of inactivity. This might be a more general USB problem than just with the Manta though. I think i need help from someone more knowledgeable here…
On a side note, I noticed some erratic behaviour with randomly triggered pads/flashing leds on the Manta, which might be due to its high power consumption. I have seen similar behaviour with my laptop sometimes and it seems a lot more stable if i use a Monome Ext 5V to power it. I guess a powered hub should work too.