HDHR3-US detected as DVB-C
Added by Joe Wohlscheid almost 10 years ago
I decided to ditch the dvb wrapper method in favor of building from source with built-in HDHomerun support. The package build and install went fine, but my ATSC HDHomerun is being detected as DVB-C. I feel like I'm probably missing something simple, but I can't seem to pin it down. Thanks in advance for the help.
Replies (4)
RE: HDHR3-US detected as DVB-C - Added by Joe Wohlscheid almost 10 years ago
Ok, new day and some coffee and I figured it out. For anyone that has this issue in the future, you need stop tvheadend and edit the file located in /home/hts/.hts/tvheadend/input/tvhdhomerun/adapters/ and change anywhere it says DVB-C to ATSC, then start tvheadend again.
RE: HDHR3-US detected as DVB-C - Added by Lauri Mylläri almost 10 years ago
Joe Wohlscheid wrote:
I decided to ditch the dvb wrapper method in favor of building from source with built-in HDHomerun support. The package build and install went fine, but my ATSC HDHomerun is being detected as DVB-C. I feel like I'm probably missing something simple, but I can't seem to pin it down. Thanks in advance for the help.
I had this same issue with HDHR4-2US and made a fix for it.
Would you please provide the output of "hdhomerun_config <id> get /sys/model" so I can see if the same fix works for HDHR3-US too?
(You can also change the tuner type by clicking on the device (not the tuners) in the web configuration.)
edit: patch here: https://github.com/laurimyllari/tvheadend/commit/13b4139c952feb9036396016b2b9e5be60b41701
RE: HDHR3-US detected as DVB-C - Added by Joe Wohlscheid almost 10 years ago
I don't know how I missed that I could change that by clicking on the device itself. Output of hdhomerun_config <id> get /sys/model is
hdhomerun3_atsc
RE: HDHR3-US detected as DVB-C - Added by Lauri Mylläri almost 10 years ago
Thanks. It should be fixed now.