Hi all -
I’ve looked for help on Stack Exchange and Reddit, speaking to Linux people and Rasberry Pi people, but no one in these places has been able to help. Maybe this subject will be special to people who use SuperCollider and someone here will have some information.
I am using a Rasberry Pi 4. I followed the directions by dyfer on Github. I am using the GUI-less build.
I am also using an Audio Injector Octo “hat” that plugs into the GPIO and allows for 8 channels of audio output.
ALSA seems to recognize the AudioInjector and allows me to make settings changes in the alsa mixer. Jackd, on the otherhand, seems to be an issue.
I try to route jackd to alsa with this line:
jackd -d alsa -r 44100 -P hw:2
But it causes a freeze.
When I attempt to boot SuperCollider, I get the following:
s.boot
-> localhost
sc3> Booting server 'localhost' on address 127.0.0.1:57110.
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jackdmp 1.9.22
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2016 Grame.
Copyright 2016-2023 Filipe Coelho.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
JACK server starting in realtime mode with priority 75
self-connect-mode is "Don't restrict self connect requests"
creating alsa driver ... hw:2,0|hw:2,0|1024|3|44100|0|0|nomon|swmeter|-|32bit
configuring for 44100Hz, period = 1024 frames (23.2 ms), buffer = 3 periods
ALSA: final selected sample format for capture: 32bit integer little-endian
ALSA: use 3 periods for capture
ALSA: final selected sample format for playback: 32bit integer little-endian
ALSA: use 3 periods for playback
driver: cannot register port for system:playback_8
Cannot attach audio driver
JackTemporaryException : now quits...
JackServer::Open failed with -1
Failed to open server
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
could not initialize audio.
Server 'localhost' exited with exit code 1.
Any suggestions or advice would be greatly appreciated. I have been stuck on this for months now.
Thank you!