This file is indexed.

/usr/share/doc/hdhomerun-config/README.Debian is in hdhomerun-config 20150826-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
libhdhomerun for Debian
=======================

If you are looking for instructions on configuring the HDHomeRun with MythTV,
have a look at these:

  https://help.ubuntu.com/community/HDHomeRun
  http://www.mythtv.org/wiki/Silicondust_HDHomeRun

and if you are looking for technical details, see the developers guide:

  http://www.silicondust.com/hdhomerun/hdhomerun_development.pdf

The troubleshooting guide may also be useful for certain hardware problems:

  http://www.silicondust.com/hdhomerun/hdhomerun_troubleshooting.pdf


Firewall issues
---------------

If you are running a firewall on the machine where hdhomerun_config
is installed, it may be impossible to discover the device on your
network.

You will either need to open up all ports for the device's MAC
address:

  -A INPUT -m mac --mac-source HDHR:MAC:ADDRESS -j ACCEPT

or you will need to open up the following ports for your subnet:

  -A INPUT -s 192.168.1.0/24 -p udp --sport 5002 -j ACCEPT
  -A INPUT -s 192.168.1.0/24 -p udp --sport 5004 -j ACCEPT
  -A INPUT -s 192.168.1.0/24 -p udp --sport 65001 -j ACCEPT
  -A INPUT -s 192.168.1.0/24 -p tcp --sport 65001 -j ACCEPT


Firmware updates
----------------

hdhomerun_config can be used to upgrade the device firmware.

To download the latest firmware for your device, see:

  http://www.silicondust.com/downloads

The list of changes in each firmware version is available from:

  http://www.silicondust.com/downloads/hdhomerun_firmware_changelog

 -- Francois Marier <francois@debian.org>  Sun, 13 Jun 2010 15:45:20 +1200