Jump to content


Photo

Enigma2 tuner config setting broken.


  • Please log in to reply
42 replies to this topic

#1 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 18 December 2015 - 21:16

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.



Re: Enigma2 tuner config setting broken. #2 Beeker

  • PLi® Contributor
  • 1,602 posts

+203
Excellent

Posted 18 December 2015 - 21:24

Yes indeed.

 

https://github.com/O...5532115562a97d8

 

Not good.


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: Enigma2 tuner config setting broken. #3 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

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



Re: Enigma2 tuner config setting broken. #4 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 18 December 2015 - 22:22

I now builded for dm8000 and vuduo2 enigma2 with this revert patch.

 

All works back ok .

Attached Files


Edited by christophecvr, 18 December 2015 - 22:22.


Re: Enigma2 tuner config setting broken. #5 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

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.



Re: Enigma2 tuner config setting broken. #6 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

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.

 

 

Attached Files



Re: Enigma2 tuner config setting broken. #7 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

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.



Re: Enigma2 tuner config setting broken. #8 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

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.


Re: Enigma2 tuner config setting broken. #9 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

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.



Re: Enigma2 tuner config setting broken. #10 Pedro_Newbie

  • Senior Member
  • 4,631 posts

+225
Excellent

Posted 19 December 2015 - 11:09

I updated this morning and I have (had) also this issue on a Solo2 and an ET8000. My config is simple:

A nothing connected

B 28.2

C 23.5

D 19.2

 

Until it is solved I restored my back-up from last night



Re: Enigma2 tuner config setting broken. #11 charlesduco

  • Senior Member
  • 62 posts

+6
Neutral

Posted 19 December 2015 - 11:11

Same problem on Vu+ Duo.
Many thanks to christophecvr for the patch.
 
 

At this time it's a real blocker (higher then a severe bug ) just simply unusable.

+100000000000000000000000000



Re: Enigma2 tuner config setting broken. #12 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 19 December 2015 - 11:14

Yes the list grows and now also by et which seems logic to me the

 

commit 70745dfeb997998e02a6359cf5532115562a97d8 just request nothing and then you have nothing.



Re: Enigma2 tuner config setting broken. #13 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

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.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Enigma2 tuner config setting broken. #14 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 19 December 2015 - 11:38

which modules and where in the module ?



Re: Enigma2 tuner config setting broken. #15 dog-man

  • Senior Member
  • 419 posts

+2
Neutral

Posted 19 December 2015 - 11:45

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. :(



Re: Enigma2 tuner config setting broken. #16 Beeker

  • PLi® Contributor
  • 1,602 posts

+203
Excellent

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.


Re: Enigma2 tuner config setting broken. #17 Dimitrij

  • PLi® Core member
  • 10,323 posts

+350
Excellent

Posted 19 December 2015 - 12:09

You just have to set the settings again.
This is done once and for all.


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Enigma2 tuner config setting broken. #18 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

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.



Re: Enigma2 tuner config setting broken. #19 Dimitrij

  • PLi® Core member
  • 10,323 posts

+350
Excellent

Posted 19 December 2015 - 12:14

Default value 'simple' and not satellite(s) is nonsense.


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: Enigma2 tuner config setting broken. #20 Dimitrij

  • PLi® Core member
  • 10,323 posts

+350
Excellent

Posted 19 December 2015 - 12:21

I got it.
Erik please revert this.
I'll find another way.


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users