Hi,
in NimManager.py
please change following line otherwise Enigma2 might get confused:
change following line from:
types = [type for type in ["DVB-T2", "DVB-T", "DVB-C", "DVB-S2", "DVB-S", "ATSC"] if check(slot.frontend_id, type)]
to:
types = [type for type in ["DVB-C", "DVB-T2", "DVB-T", "DVB-S2", "DVB-S", "ATSC"] if check(slot.frontend_id, type)]
the logic in NimManager.py is a bit weird about the tuner allocation, if DVB-T shows up before DVB-C the tuner setup will be wrong after a reboot. While the whole tuner is in DVB-C mode (and also reports that correctly) enigma2 is internally set to dvb-t.
Customers reported that switching from DVB-S to DVB-C starts to fail because of that.
Look at that crazy guy
http://support.sundt...9.html#msg16019
If we should test anything for you guys just let us know before applying some changes, we also have no problems with providing some samples for developers in order to avoid such situations.
Edited by sundtek, 27 January 2016 - 17:21.