[mythtv-users] Almost there but missing tuners

Bill Meek keemllib at gmail.com
Wed Jan 15 19:44:36 UTC 2020


On 1/15/20 1:18 PM, Bert Haskins wrote:
> Finally after quite a long struggle, I have a working Mythtv backend .
> 
> The problem isw that I can only get one channel ar a time, see (0), (1) and some other lines are troubling.
> 
> The one channel that I do get seems great when connected to a Lenovo T520 laptop (standalone frontend).
> 
> I know I'm missing something here but I am just stuck.
> 
> Please look at the dump from the backend startup.
> 
> 2020-01-06 23:01:49.380528 C  mythbackend version:  [v30.0] www.mythtv.org
> 2020-01-06 23:01:49.392737 I  Using a profile name of: 'M90p' (Usually the same as this host's name.)
> 2020-01-06 23:01:51.554141 A  Cannot find default UPnP backend
> 2020-01-06 23:01:51.554201 I  Start up testing connections. DB 192.168.1.9, BE , attempt 0, status dbAwake, Delay: 2000
> 2020-01-06 23:01:52.121123 I  HDHRSH[0](131F3B0B): Added 3 devices from 131F3B0B
> 2020-01-06 23:01:52.139218 I  HDHRSH[0](131F3B0B): Connected to device(131F3B0B-0)
> 2020-01-06 23:01:52.146709 E  DTVMux: ParseTuningParams -- Unknown tuner type = 0x2000
> 2020-01-06 23:01:52.146750 E  DTVChan[1](131F3B0B): SetChannelByString(2-16578): Failed to initialize multiplex options
> 
> (1)
> 
> 2020-01-06 23:01:52.171795 W  Scheduler: Listings source 'HDHR2' is defined, but is not attached to a card input.
> 
> (2)
> 
> 2020-01-06 23:01:52.172037 W  Scheduler: Listings source 'HDHR1' is defined, but is not attached to a card input.
> 2020-01-06 23:01:52.174159 I  Found 0 distinct programid authorities
> 2020-01-06 23:01:52.180493 I  Starting HouseKeeper.
> 2020-01-06 23:01:52.185306 E  Failed listening on TCP 0.0.0.0:6544 - Error 8: The bound address is already in use
> 2020-01-06 23:01:52.185345 E  MediaServer: HttpServer Create Error
> 2020-01-06 23:01:52.186401 E  Failed listening on TCP 0.0.0.0:6543 - Error 8: The bound address is already in use
> 2020-01-06 23:01:52.186418 C  Backend exiting, MainServer initialization error.

It appears you have 3 sources . One is correct, unless all 3 are different.
And that would be odd (impossible) for an HDHR.

If they're all on the same antenna/cable card only 1 is required. Make sure
all 3 inputs are connected to the source.

The v30 release notes have a link to: https://github.com/MythTV/mythtv/commit/57a0ad8
which may help.

The "Error 8: The bound address is already in use" lines above mean that
this there is another instance of the backend running.

If you run systemd, then systemctl status mythtv-backend will show if
the backend is running.

-- 
Bill


More information about the mythtv-users mailing list