[mythtvnz] HDHomeRun discover not working

Stephen Worthington stephen_agent at jsw.gen.nz
Wed Apr 11 05:44:12 BST 2018


On Wed, 11 Apr 2018 15:41:28 +1200, you wrote:

>> On Wed, 11 Apr 2018 13:24:57 +1200, you wrote:
>>
>>>> So you had it on a dedicated local LAN segment that was isolated
>>>> between
>>>> the HDH and the Mythserver.
>>>Yes, it was isolated so that only Mythserver & HDHomeRun was on it and
>>> the
>>>subnet was set so that hdhomerun auto set it's own IP address (169...
>>>something range I think, whatever SiliconDust specified)
>>
>> Any idea why your udev rule is not still working?  On my test 17.10
>> partition, my udev rules for multiple Ethernet cards are still working
>> fine, but they are PCI cards.  This is what I use:
>>
>> root at lith:/etc/udev/rules.d# cat 20-network.rules
>> # Asus P5K-E motherboard
>> SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="00:1f:c6:24:64:ce",
>> NAME="eth0"
>> SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="00:07:e9:11:c5:95",
>> NAME="eth1"
>> SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="00:1b:21:25:13:96",
>> NAME="eth2"
>>
>> Those rules based on MAC address have been working for several
>> versions of Ubuntu now.
>We have no power at home at the moment (and may not for sometime,
>hopefully not days!) so I can't check things.  From memory, for the
>internal and USB ethernet adapters the UDEV rules are pretty similar to
>mine and I don't believe were the problem.  The USB adapter recognises as
>eth1 fine.  When plugging network cable into it and switch/router it comes
>up with IP address fine (viewable and changeable in GUI and via ifconfig),
>plugging network cable into it and hdhomerun it doesn't work (I think
>IFCONFIG showed UP on eth1 status but no IP address details and it isn't
>changeable/settable in the gui)

A Network Manager problem then.  It is still flaky after years of
being around.  The command line should be able to solve that problem
though - put the settings for eth1 in /etc/network/interfaces.  These
days, Network Manager does normally see that you are manually managing
an interface and lets you do that.  But on my main MythTV box, which
is a DNS server as well, I actually uninstalled Network Manager and do
everything manually.  But I did that a long time ago when Network
Manager was really terrible.  Now it is merely bad.

If you do use eth1 again, you can then run dhcpd on the MythTV box and
let it manage IP addresses on eth1 only.  But there is a fair learning
curve to dhcpd.



More information about the mythtvnz mailing list