Yes, it’s possible to install MODEP on Raspbian:
-
Set up our apt server:
curl https://blokas.io/apt-setup.sh | sh
-
sudo apt install modep -y
.While the Jack backend is being installed, answer ‘yes’ to the realtime priority question asked (‘no’ works too, the answer you give doesn’t really matter for MODEP, as it’s started using systemd services)
-
Edit
/etc/jackdrc
to set the command line for Jack backend, if you are using a different card than Pisound. -
Ensure that all the critical services are running, if one of them failed, the UI won’t be accessible. Start fixing from the
jack
service errors, thenmodep-mod-host
and finallymodep-mod-ui
. Most likely cause of issues is Jack misconfiguration.sudo systemctl status jack sudo systemctl status modep-mod-host sudo systemctl status modep-mod-ui
Use
start
orrestart
instead ofstatus
in above commands to start the services. Usesudo journalctl -u jack
and similar to see the full output logs. -
To get MODEP to autorun on startup run:
sudo systemctl enable modep-mod-ui