Home Build Documentation Samples Comments

Samplerbox Command Line

Instructions for Samplerbox using Raspberry Pi 3B+ and Pimoroni Audio Pirate LineOut

Aug 19, 2021 Glenn Meader glenn@chromakinetics.com

Extensive, detailed information on the latest Samplerbox development is at: https://homspace.nl/samplerbox/ That website may be down. Here's a local copy of most of that webiste.

Debugging and Customizing Samplerbox

To access the command line in the Samplerbox, open a cmd or terminal window on your computer and type this command: ssh pi@192.168.1.25 (of course, use the correct IP address for your SamplerBox.)
user is: pi (not root)
It will ask you for a password, which is: sbox
You will then see the Linux command prompt and you can then type in Linux commands.

Some commands

Lots of details are on this page: https://homspace.nl/samplerbox/SBbuild.htm That website may be down. Here's a local copy

Additional Info

Directory structure

Getting apt to work

If you need to load additional software into the Samplerbox, you will use the apt command. It might not work, because it can't find the software you wnat to install.
Paste the following lines at the end of /etc/hosts file 93.93.128.193 mirrordirector.raspbian.org 93.93.128.191 archive.raspbian.org add dns-nameservers 8.8.8.8 to /etc/network/interfaces

Here is the command to install the software needed to make USB MIDI devices from M-Audio work:

apt-get install midisport-firmware # for M-Audio USB MIDI interfaces