<div dir="ltr"><div><div><div>Hey Everybody,<br><br></div>I'm not really sure if this is the right place to ask my question, but I figured I'd give try. If this doen't fit in here please feel free to tell me so.<br><br></div>I'm trying to route the audio output from my Windows 10 Laptop to the HDMI-out of my Raspberry Pi running Raspbian Strech. (Later on I want to run some fancy room correction filters on the Pi). For this I want to use netJack (version 1.9.11).<br><br></div>On the Pi I start the Jack server via qjackctl and then run <i>jack_load netmanger</i> in the commandline. On the Win10 slave I run <i>jackd<br></i><div><i>-R -d net</i> (with admin rights, just to be on the safe side). Judging from the console output they both find each other and connect just fine. (All the settings are left to their default values)<br></div><div>Now when I want to set up the connection via the qjackctl gui on the master (the Pi) I can select the Laptop as readable client and as output socket in the patchbay. However on the slave the pi doesn't show up in the list. The only thing that shows up is one entry "system" as input socket/writable client.<br><br></div><div>When I turn things around (just for testing) and make the laptop the master, then on the laptop I can find the pi as readable as well as as writable client (input and output socket, once each), however on the Pi (now slave) I cant find anything.<br><br></div><div>Does anybody have an idea what could be the issue here? After hours of googleing I only find basic tutorials from which I've gotten the steps I'm doing, but none covers any troubleshooting...<br><br></div><div>Best,<br></div><div>Jonas<br></div><div><br><br>The output from starting the server on the slave:<br><br>PS C:\Program Files (x86)\Jack> ./jackd -R -d net<br>jackdmp 1.9.11<br>Copyright 2001-2005 Paul Davis and others.<br>Copyright 2004-2016 Grame.<br>jackdmp comes with ABSOLUTELY NO WARRANTY<br>This is free software, and you are welcome to redistribute it<br>under certain conditions; see the file COPYING for details<br>Drivers/internals found in : C:\WINDOWS<br>Drivers/internals found in : C:\WINDOWS<br>JACK server starting in realtime mode with priority 10<br>self-connect-mode is "Don't restrict self connect requests"<br>NetDriver started in async mode without Master's transport sync.<br>Waiting for a master...<br>Initializing connection with raspberrypi...<br>**************** Network parameters ****************<br>Name : Laptop<br>Protocol revision : 8<br>MTU : 1500<br>Master name : raspberrypi<br>Slave name : Laptop<br>ID : 1<br>Transport Sync : no<br>Send channels (audio - midi) : 0 - 0<br>Return channels (audio - midi) : 2 - 0<br>Sample rate : 48000 frames per second<br>Period size : 1024 frames per period<br>Network latency : 5 cycles<br>SampleEncoder : Float<br>Slave mode : async<br>****************************************************<br></div></div>