The config setting
config.Nims.1.configMode=loopthrough
config.Nims.0.diseqcA=130
config.Nims.0.diseqcMode=diseqc_a_b_c_d
config.Nims.0.diseqcC=235
config.Nims.0.diseqcD=282
config.Nims.0.diseqcB=192
Is not reader anymore at enigma2 start.
Posted 18 December 2015 - 21:24
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Posted 18 December 2015 - 21:44
Indeed if I revert that commit al works back ok.
commit which needs to be reverted :
https://github.com/O...5532115562a97d8
Posted 19 December 2015 - 01:13
Even with a fresh flash. Full new reconfigure. Same issue in despit the fact that the tuner configs are set after reboot or restart off e2
Message service not found check sat config.
User must then set tuner config then it works till next reboot or e2 restart.
The revert is required.
Posted 19 December 2015 - 06:27
Here two enigma2 start logs on vuduo2.
With last enigma2 commit fe6804e83c238fc5db0cf99459f567216cdce793
The not ok log is like it is on the current e2 and tuner configs are NOT loaded.
Message on screen service not found , check tuner config.
The ok log is just same enigma2 commit fe6804e83c238fc5db0cf99459f567216cdce793.
But with revert commit 70745dfeb997998e02a6359cf5532115562a97d8 aplied.
Posted 19 December 2015 - 06:51
in the above log can clearly be seen what happens. By the not ok the tuner one is set disabled.
< 398.558958> [eDVBFrontend] setSlotInfo for dvb frontend 0 to slotid 0, descr Vuplus DVB-S NIM(AVL6222), need rotorworkaround No, enabled No, DVB-S2 Yes < 398.559271> [eDVBFrontend] setSlotInfo for dvb frontend 1 to slotid 1, descr Vuplus DVB-S NIM(AVL6222), need rotorworkaround No, enabled Yes, DVB-S2 Yes
By the second log with just the revert the tuner is set as enabled like it should and is.
< 1063.589814> [eDVBFrontend] setSlotInfo for dvb frontend 0 to slotid 0, descr Vuplus DVB-S NIM(AVL6222), need rotorworkaround No, enabled Yes, DVB-S2 Yes < 1063.590094> [eDVBFrontend] setSlotInfo for dvb frontend 1 to slotid 1, descr Vuplus DVB-S NIM(AVL6222), need rotorworkaround No, enabled Yes, DVB-S2 Yes
lines 94 95 in log.
same issue by dm8000.
Posted 19 December 2015 - 10:16
I think the actual problem is that enigma2 only writes entries in the log that differ to the default. Now if you change the default and you don't modify the settings accordingly, enigma2 will use wrong values for entries that are left out of the config (because they were equal to the default). So if you have tuners set to "simple" they now will be "nothing connected".
I still the support the patch from dimitrij, but it needs a workaround for this effect.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 19 December 2015 - 11:00
In the mean time already 5 persons hit dreambox and vu+
This list will grow pretty fast now depending when users upgrade there stb system.
Perhaps it's maybe happening if You use more the 1 lnb but I Do not think thats the case.
At this time it's a real blocker (higher then a severe bug ) just simply unusable.
Posted 19 December 2015 - 11:24
>>> def safeint(val): ... try: ... val = int(val) ... except: ... val = 0 ... return val ... >>> >>> >>> safeint("simple") 0 >>> safeint("123") 123 >>> safeint("") 0
if len(nimmanager.getTransponders(safeint(self.tuning_sat.value))) < 1: #Or just..
if len(nimmanager.getTransponders(self.tuning_sat.value and self.tuning_sat.value or 0) < 1: #Anyone can confirm?
Edited by athoik, 19 December 2015 - 11:28.
Posted 19 December 2015 - 11:51
I have the same issue on my vuduo after just updating.
So, is there a fix I can apply available yet?
Was hoping to watch some football this afternoon.
Just restore your setting in tunerconfiguration after a restart enigma/reboot for the time being.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Posted 19 December 2015 - 12:13
You just have to set the settings again.
This is done once and for all.
Now after each reboot or e2 restart You need to set tunerconfigs again.
unless commit :
https://github.com/O...5532115562a97d8
is reverted.
0 members, 1 guests, 0 anonymous users