Pisound install not working with max msp RNBO prefered image
I dowloaded from cycling 74 the run ready image (uses a full [Debian 11]) that max msp RNBO has created for the rasberry pie. I have a 4b. The installer for the Pisound wont work. i updated the kernel firmware as suggested but still doesn’t work.

can anybody suggest the steps i need to take to get the pisound working with the suggested RNBO debian image.
you have to download and run the "install.sh" file.
With the command you gave you just dumped the content of the file to terminal.
So the steps are:
download the file using the command: "curl -o install.sh https://blokas.io/pisound/install.sh" (the "-o" option followed by a destination tells curl to save the file. See here for reference.)
make the file executable: "chmod +x install.sh"
run the installer: "./install.sh"
Now pisound should be installed on your Pi.
Hope this helps,
Luca
Hi Samuel,
I don't believe I had to do anything at all to get the pisound's audio/midi to work with the image we provide. It looks like pisound-config lets you configure the button details as well as some other things, but it shouldn't be important for getting the RNBO runner working with audio/MIDI.
Have you tried running Max and exporting a patcher to your PI? It might "Just work".. though you may have to explicitly select the pisound from the Max/RNBO export sidebar.
-Alex