<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Apr 25, 2013 at 7:40 AM, Paulgir <span dir="ltr"><<a href="mailto:paulgir@gmail.com" target="_blank">paulgir@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<u></u>


<div><div></div><div>After the killall command all I did was start mythfrontend so something must have<br></div><div><div>started mythbackend along with it.</div><div><br></div><div>sudo service mythtv-backend restart does the trick too</div>

</div></div></blockquote><div><br></div><div>I'm not sure what is restarting mythbackend after the killall but the reason everything is working after that is because the networking with the hdhomerun is already established.<br>

<br>On Thu, Apr 25, 2013 at 3:09 AM, Stephen Worthington <span dir="ltr"><<a href="mailto:stephen_agent@jsw.gen.nz" target="_blank">stephen_agent@jsw.gen.nz</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
However, using static addresses will only work if the HDHomerun can be<br>
talked to first and assigned a static address in that block.  I am not<br>
at all sure it has that capability.  If it does, use the link-local<br>
addressing to talk to it and assign it a static address, for example<br>
10.99.0.2 netmask 255.255.255.0 gateway 10.99.0.1.  Once it has been<br>
assigned a static address, it will likely stop being able to talk on<br>
the link-local addressing, but would work again once you assigned an<br>
appropriate static address to eth0.  To get the HDHomerun back to<br>
working on DHCP or link-local addressing if it would not then talk,<br>
you would need to use its reset button.<br></blockquote><div><br></div><div><a href="http://www.silicondust.com/hdhomerun/hdhomerun_tech.pdf">http://www.silicondust.com/hdhomerun/hdhomerun_tech.pdf</a><br></div><div>Note that it states that the hdhomerun takes 20 seconds from link-up until it can be  addressed using a link-local address. That's what is causing the problems for Paul.<br>
<br></div><div>I'd also recommend a static address or a DHCP server. Static addresses can be assigned using hdhomerun_config. Get the hdhomerun working using a link-local address then do:<br>hdhomerun_config <old ip> set /sys/ipaddr “<new ip> <subnet> <gateway>”<br>
</div><div>e.g. hdhomerun_config 169.254.227.211 set /sys/ipaddr “10.99.0.2 255.255.0.0 10.99.0.1”</div><div><br></div><div>To revert to DHCP/link-local addressing do:<br>hdhomerun_config 10.99.0.2 set /sys/ipaddr dhcp<br>
</div><div><br></div><div>Cheers,<br>Steve<br></div></div></div></div></div>