[mythtv-users] Docker with mythtv and hdhomerun

Bill Meek keemllib at gmail.com
Sat Aug 12 18:04:10 UTC 2017


On 08/12/2017 12:30 PM, Hika van den Hoven wrote:
> Hoi Monkey,
> 
> Saturday, August 12, 2017, 5:52:51 PM, you wrote:
> 
>> Trying to setup mythtv-backend in a docker container.  However,
>> running into issues trying to get the networking setup correctly
>> with the hdhomerun tuner card. Anyone got this to work? Basically, i
>> can't seem to get the bridge working correctly, so my hdhomerun
>> network tuner doesn't work. I don't know enough about docker's
>> internal networking scheme to figure it out...
> I don't know about the docker, but can your hdhomerun access dhcp?
> Without that it cannot connect. I have my homerun connected on a
> dedicated nic and had to setup dhcp on that nic, just for the homerun.

Another option without dhcp. If using NetworkManager:

/etc/NetworkManager/system-connections/eth1

...
[ipv4]
method=link-local
dhcp-send-hostname=false

Or, if using networkd:

$ cat /etc/systemd/network/hdhr.network
[Match]
MACAddress=...0

[Network]
Description=HD Homerun Express Tuner
DHCP=no
LinkLocalAddressing=ipv4

-- 
Bill


More information about the mythtv-users mailing list