<div dir="ltr">I have no idea if this will be helpful but I had several issues getting my HDHR tuners to work. I provide these in case they might be useful.<div><br></div><div>Myth address is 192.168.1.111 and is static. I set it as reserved on the router. I also set the HDHR addresses as reserved.<br><div><br></div><div>I start the tuners from rc.local. Old school but works.<div>Here is the code. I believe this was from the vendors website.</div><div>hdhomerun_config 10137DC1 set /ir/target "<a href="http://192.168.1.111:5000" target="_blank">192.168.1.111:5000</a> no_clear"</div><div>If you need to allow more time to go by, you can add a delay before this command.</div><div><br></div><div>I had a power supply issue as well. The module that I bought with the HDHR did not put out enough current so I got ones rated for more current.</div><div><br></div><div>I also had random failures. The computer would lose contact with the turners every few weeks. I traced it to a linux problem as the tuners were still visible from a Windows computer on the same network. That troubleshooting tip was provided by Silicon Dust.</div><div><br></div><div>Here is the solution. </div><div><br></div><div>dad@NewMyth:~$ more /etc/network/interfaces<br># interfaces(5) file used by ifup(8) and ifdown(8)<br>auto lo<br>iface lo inet loopback<br>auto enp2s0<br>iface enp2s0 inet static<br>    address 192.168.1.111<br>    netmask 255.255.255.0<br>    gateway 192.168.1.1<br>    broadcast 192.168.1.255<br>    dns-nameservers 8.8.8.8   8.8.4.4<br><br></div><div>Hope this helps.</div><div><br></div><div>Allen</div><div><br></div><div><br></div></div></div></div>