<!DOCTYPE html><html><head>
<style type="text/css">body { font-family:'DejaVu Sans Mono'; font-size:12px}</style>
</head>
<body>On Thu, 25 Apr 2013 12:25:23 +1200, Steve Hodge <stevehodge@gmail.com> wrote:<br><br><blockquote style="margin: 0 0 0.80ex; border-left: #0000FF 2px solid; padding-left: 1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Apr 25, 2013 at 11:23 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div><div><div class="h5">On Thu, 25 Apr 2013 08:59:50 +1200, Steve Hodge <<a href="mailto:stevehodge@gmail.com" target="_blank">stevehodge@gmail.com</a>> wrote:<br><br><blockquote style="margin:0 0 0.80ex;border-left:#0000ff 2px solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div><a href="http://www.silicondust.com/hdhomerun/hdhomerun_tech.pdf" target="_blank">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><br></div></div></div></div>
</blockquote></div></div><div>Thanks for that.</div><div>I used hdhomerun_config discover to find the current address,<br></div><div>Then ran: hdhomerun_config 169.254.131.162 set /sys/ipaddr "10.99.0.2 255.255.255.0 10.99.0.1"</div>
<div>then I got this message: "ERROR: unknown getset variable"</div></div></blockquote><div> </div><div>You can try <br>hdhomerun_config 169.254.131.162 get help<br>to see if that sheds any light on it. I don't have one to test with sorry.<br>
<br></div><div>Otherwise set up a dhcp server.<br><br>Cheers,<br>Steve</div></div></div></div></blockquote><div><br></div><div>It looks like /sys/ipaddr is not an option?</div><blockquote style="margin: 0 0 0.80ex; border-left: #0000FF 2px solid; padding-left: 1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div> <br></div></div>myth@myth:~$ hdhomerun_config 169.254.3.71 get help<br>Supported configuration options:<br>/lineup/location <countrycode>:<postcode><br>/lineup/scan<br>/lineup/vchannel<br>/sys/copyright<br>/sys/debug<br>/sys/features<br>/sys/hwmodel<br>/sys/model<br>/sys/restart <resource><br>/sys/version<br>/tuner<n>/channel <modulation>:<freq|ch><br>/tuner<n>/channelmap <channelmap><br>/tuner<n>/debug<br>/tuner<n>/filter "0x<nnnn>-0x<nnnn> [...]"<br>/tuner<n>/lockkey<br>/tuner<n>/program <program number><br>/tuner<n>/streaminfo<br>/tuner<n>/status<br>/tuner<n>/target <ip>:<port><br>/tuner<n>/vchannel <vchannel></div></div></blockquote><div><br></div><div>Paul</div><br></body></html>