[mythtv-users] Can't tune HDHR

Stephen Worthington stephen_agent at jsw.gen.nz
Wed May 13 09:07:48 UTC 2020


On Tue, 12 May 2020 20:22:59 -0700, you wrote:

>When it rains it pours I guess.  I was just posting about HDPVR problems a
>few days ago.  Now Myth can't tune any channels on my HDHomerun Duo.
>Checked the troubleshooting section on the wiki, but it assumes the problem
>is with the HDHR. I can tune channels just fine on a Windows machine on the
>same network, so its not the HDHR.  Any advice on how to troubleshoot?

Does it work if you restart mythbackend?  Are there any error messages
in mythbackend.log?  You can get additional logging about the
recording process by adding -v record to the mythbackend command line:

root at mypvr:/etc/mythtv# cat additional.args
ADDITIONAL_ARGS=-v record

Then restart mythbackend.  Or from a command line, temporarily add the
extra "record" logging while mythbackend is running:

sudo mythbackend --setverbose record

and turn it off again with:

sudo mythbackend --setverbose norecord

I am not sure if sudo is required above - all the second copy of
mythbackend is doing is to open a connection to a port on the main
mythbackend and send it the serverbose command.  So it may not need
any extra privileges.


More information about the mythtv-users mailing list