[Jack-Devel] Jack won't start on boot

Joakim Hernberg jhernberg at alchemy.lu
Sat Jul 8 19:30:17 CEST 2017


On Sat, 8 Jul 2017 19:11:31 +0300
alex <adrcki at gmail.com> wrote:

> I'm trying to run a script in my Odroid-U3 which launches Jack and
> Pd, but Jack doesn't start.
> 
> This is my script, called 'launch_jack_pd.sh':
> #!/bin/bash
> jackd -dalsa -dhw:1 -i2 -o4 -p512 -r48000 &
> 
> pd -jack -inchannels 2 -outchannels 4 -nogui -open

Maybe you need a sleep to make sure that jack is really running before
you start pd?

-- 

   Joakim



More information about the Jackaudio mailing list