SuperCollider on Raspberry Pi 3B

Discussion of all things Raspberry Pi / Raspberry Pi 2 related

Moderators: MattKingUSA, khz

Post Reply
playinmyblues
Established Member
Posts: 3
Joined: Thu Mar 22, 2018 2:52 am

SuperCollider on Raspberry Pi 3B

Post by playinmyblues »

Hi. I am trying to get SuperCollider to run on a Raspberry Pi 3B. I have been following the process for a GUI-less installation from this link:
https://github.com/supercollider/superc ... ERRY_PI.md

I am still fairly new to the Raspberry Pi as I have not used it for awhile. I am checking around but cannot find the answer yet. TIA.

It looks like Jack is not starting when I run sclang and use the s.boot command.

Here is the command and error it provides in sclang:
sc3> 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.17
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2016 Grame.
Copyright 2016-2021 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"
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
creating alsa driver ... hw:0|hw:0|1024|3|44100|0|0|nomon|swmeter|-|32bit
ALSA: Cannot open PCM device alsa_pcm for capture. Falling back to playback-only mode
configuring for 44100Hz, period = 1024 frames (23.2 ms), buffer = 3 periods
ALSA: final selected sample format for playback: 16bit little-endian
ALSA: use 3 periods for playback
JackPosixProcessSync::LockedTimedWait error usec = 5000000 err = Connection timed out
Driver is not running
Cannot read socket fd = 5 err = Success
CheckRes error
Cannot create new client
Cannot open SuperCollider client
JackShmReadWritePtr1::~JackShmReadWritePtr1 - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
could not initialize audio.
Post Reply