I’m trying to setup my Pi 5 with Patchbox OS and a Pisound micro, but the latter is not visible. I’m typing patchbox and choosing jack to chagne its configuration settings, but with the default settings, the only available options are vc4hdmi0 and vc4hdmi1.
Following this thread, I did sudo dtoverlay pisound and aplay -l outputs:
I found this thread and followed it by commenting out dtoverlay=vc4-kms-v3d in /boot/firmware/config.txt and placing dtoverlay=pisound but it didn’t work. I tried changing pisound with upisound or pisound-micro but still no dice. With these settings, sudo dtoverlay pisound outputs:
* Failed to apply overlay '0_pisound-pi5' (kernel)
I’m trying this with the Pisound micro straight on top of the Pi, stacked with long headers to give enough space.
Pisound Micro does not get recognized automatically by the OS - it must be manually installed, this is to facilitate most flexibility possible. Skip the wizard (Ctrl + C) and follow the regular setup steps, mostly involving running the install script:
(remove your manual changes from config.txt first)
curl https://blokas.io/pisound-micro/install.sh | sh
I did this on a fresh install of Patchbox and Pisound micro was now visible! On a reboot though, I started Pd and jack couldn’t start. I then run patchbox and chose jack to set the audio interface. Pisound micro was there again, but I got this:
Error: Failed to start Jack service! Try different settings!
Side note, when runnging:
curl https://blokas.io/pisound-micro/install.sh | sh
I get this:
Your Linux kernel version (6.6.20+rpt-rpi-2712) is below the recommended kernel version (6.12.25)!
Please upgrade it first by running the below command and following on screen instructions, and run Pimidi install again!
sudo rpi-update
Running sudo rpi-update though fixes it and I could then install the Pisound scripts.