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

Robin Gareus robin at gareus.org
Sat Jul 8 20:20:08 CEST 2017


On 07/08/2017 07:30 PM, Joakim Hernberg wrote:
> 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?
> 

OT here, but there's  `jack_wait` (comes with jackd) to wait for JACK to
become available (better than "sleep").

2c,
robin



More information about the Jackaudio mailing list