I am running a headless raspberry pi system, that will eventually be a generative music player. I am now trying to get jackd to run at startup but not entirely sure how.
I can run the command
jackd -R -dalsa
And jack runs fine. However this stops me from being able to run any more commands in the console, with the last few lines being
ALSA: final selected sample format for capture: 32bit integer little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit integer little-endian
ALSA: use 2 periods for playback
I have put the jackd in an init.d script also, however the same problem appears. What I would like is a way for jackd to start up in a seperate process, or a way for it to hand "control" back to other startup scripts or the user.
M problem is different that the commented one in that I would like to start a daemon (I did not know this before, but now it seems like the sensible option)