<div dir="ltr"><div><div><div><div><div>Hi,<br></div>I'm trying to use Jack with an 
Odroid-U3. I re-installed a Debian Wheezy image which had Jack installed
 and was working fine with a Focusrite Scarlett 2i4 sound card.<br></div>I
 did an "apt-get update && apt-get upgrade" and then I installed
 libasound2-dev and libjack-dev because I wanted to compile Pure Data 
from source, and these packages are necessary.<br></div>After compiling 
Pure Data I realized that Jack had been uninstalled (no idea why), so I 
installed it again, along with Qjackctl, via apt-get.<br></div>Now when I
 try to run Jack through Qjackctl, with the same sound card, Jack starts
 but after half a second it stops. Here are the messages I get:<br></div><div><br>

<p style="margin:0px;text-indent:0px"><span style="color:rgb(153,153,153)">20:34:15.291 Patchbay deactivated.</span></p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(153,153,153)">20:34:15.293 Statistics reset.</span></p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(204,204,153)">20:34:15.424 ALSA connection change.</span></p>
<p style="margin:0px;text-indent:0px">connect(2) call to /tmp/jack-1000/default/jack_0 failed (err=Connection refused)</p>
<p style="margin:0px;text-indent:0px">attempt to connect to server failed</p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(102,204,153)">20:34:15.443 ALSA connection graph change.</span></p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(153,153,153)">20:34:37.680 JACK is starting...</span></p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(153,0,153)">20:34:37.681 /usr/bin/jackd -dalsa -r48000 -p1024 -n2 -Xraw -D -Chw:USB -Phw:USB -i2 -o4</span></p>
<p style="margin:0px;text-indent:0px">connect(2) call to /tmp/jack-1000/default/jack_0 failed (err=Connection refused)</p>
<p style="margin:0px;text-indent:0px">attempt to connect to server failed</p>
<p style="margin:0px;text-indent:0px">jackd 0.124.1</p>
<p style="margin:0px;text-indent:0px">Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others.</p>
<p style="margin:0px;text-indent:0px">jackd comes with ABSOLUTELY NO WARRANTY</p>
<p style="margin:0px;text-indent:0px">This is free software, and you are welcome to redistribute it</p>
<p style="margin:0px;text-indent:0px">under certain conditions; see the file COPYING for details</p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(153,153,153)">20:34:37.696 JACK was started with PID=21882.</span></p>
<p style="margin:0px;text-indent:0px">JACK compiled with System V SHM support.</p>
<p style="margin:0px;text-indent:0px">loading driver ..</p>
<p style="margin:0px;text-indent:0px">apparent rate = 48000</p>
<p style="margin:0px;text-indent:0px">creating alsa driver ... hw:USB|hw:USB|1024|2|48000|2|<wbr>4|nomon|swmeter|-|32bit</p>
<p style="margin:0px;text-indent:0px">configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods</p>
<p style="margin:0px;text-indent:0px">ALSA: final selected sample format for capture: 32bit integer little-endian</p>
<p style="margin:0px;text-indent:0px">ALSA: use 2 periods for capture</p>
<p style="margin:0px;text-indent:0px">ALSA: final selected sample format for playback: 32bit integer little-endian</p>
<p style="margin:0px;text-indent:0px">ALSA: use 2 periods for playback</p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(153,153,204)">20:34:39.919 JACK connection change.</span></p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(153,153,51)">20:34:39.920 Server configuration saved to "/home/odroid/.jackdrc".</span></p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(153,153,153)">20:34:39.922 Statistics reset.</span></p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(153,153,153)">20:34:39.971 Client activated.</span></p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(153,102,51)">20:34:39.977 Buffer size change (1024).</span></p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(204,102,102)">20:34:40.493 Shutdown notification.</span></p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(153,153,153)">20:34:40.495 Client deactivated.</span></p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(153,153,153)">20:34:40.497 JACK is being forced...</span></p>
<p style="margin:0px;text-indent:0px">cannot read server event (Success)</p>
<p style="margin:0px;text-indent:0px">cannot continue execution of the processing graph (Bad file descriptor)</p>
<p style="margin:0px;text-indent:0px">graph error - calling shutdown handler</p>
<p style="margin:0px;text-indent:0px">cannot send request type 7 to server</p>
<p style="margin:0px;text-indent:0px">cannot read result for request type 7 from server (Broken pipe)</p>
<p style="margin:0px;text-indent:0px">cannot send request type 7 to server</p>
<p style="margin:0px;text-indent:0px">cannot read result for request type 7 from server (Broken pipe)</p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(204,51,102)">20:34:40.594 JACK has crashed.</span></p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(153,153,153)">20:34:40.704 JACK was stopped</span></p><br>Can anyone shed some light on this one?<br><br></div>Thanks</div>