"Loop out" does not work on solo2 in Pli image.
For example:
image BH, "loop out" everything works fine for solo2 .
What would the developers of Pli on this?
Edited by Dima73, 30 June 2013 - 16:26.
Posted 30 June 2013 - 16:41
BH
NimManager.py
def linkNIMs(self, sec, nim1, nim2): print "link tuner", nim1, "to tuner", nim2 # if nim2 == (nim1 - 1): # self.linkInternally(nim1) # # for internally connect tuner A to B self.linkInternally(nim1) sec.setTunerLinked(nim1, nim2)
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 30 June 2013 - 16:56
If I understood correctly OpenPLi refused to add this box specific hack.
Posted 30 June 2013 - 18:24
Yes you are correct. It's actually called "loop through"
It works, though, if you connect the source to tuner B and then loop that back to tuner A (I've been told).
We are not too keen to implement YET another VU+ driver bug workaround in enigma.
* 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 30 June 2013 - 18:46
We are not too keen to implement YET another VU+ driver bug workaround in enigma.
But it is not difficult to organize the verification model of the receiver in NimManager.py(def linkNIMs).
Members solo2 openPli believe the best image.
They then what is to blame?
It is not hard to go to meet them.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 30 June 2013 - 18:58
I already sacrificed my soul last week by implementing an ugly hack especially for the VU+ Solo2, to make the remote control work again...
VU+ Solo2 owners can loop the other way around or complain to VU+
* 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 30 June 2013 - 19:09
I already sacrificed my soul last week by implementing an ugly hack especially for the VU+ Solo2, to make the remote control work again...
This is the right decision.
Users do not have to suffer from such problems, it is necessary to think about it first.
+1
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 1 July 2013 - 09:13
Users do not suffer, they can loop from B-->A
To my knowledge, this option(B-->A) does not work.
Correct: it needs the nimmanager to be adapted.
On the VTi-forum they made a patch for the NimMager in PLi; that seems to be working fine.
Again: it's only to support the looptrough from Tuner B --> Tuner A (the other way around will never work).
Posted 1 July 2013 - 09:17
Ah that's why I never got it working, even with this patch.
Yet ANOTHER bug
Edited by Erik Slagter, 1 July 2013 - 09:17.
* 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 1 July 2013 - 09:22
Yet ANOTHER bug
Not sure you what call 'another' now, but the need to adapt the NimManager was there since the Solo2 was born.
If you refer to looptrough from A --> B doesn't work: that's not a bug but a hardware limitation.
NB: you see exactly the same on the GigaBlue Quad (which uses the same chipset as the Solo2; only there it is B --> A that doesn't work (due to the different tuner layout on the M/B)).
Edited by SatKiekerd, 1 July 2013 - 09:24.
Posted 1 July 2013 - 09:31
I can't imagine, for now I'm still convinced that's something you can solve in driver abstraction, as is the issue of the requirement to loop B to A.NB: you see exactly the same on the GigaBlue Quad (which uses the same chipset as the Solo2; only there it is B --> A that doesn't work (due to the different tuner layout on the M/B)).
* 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 1 July 2013 - 10:20
I can't imagine, for now I'm still convinced that's something you can solve in driver abstraction, as is the issue of the requirement to loop B to A.NB: you see exactly the same on the GigaBlue Quad (which uses the same chipset as the Solo2; only there it is B --> A that doesn't work (due to the different tuner layout on the M/B)).
Both GB and VU state that only one tuner can be looped through and both have consulted Broadcom about the issue. As a driver can only connect outputs that are available, I assume that one tuner simply doesn't have that output.
So, VU+ just named the tuners with the wrong sequence and then requires a "patch" in nim manager? If tuner B was A and A was B, no patch in nim manager would be needed, correct?
I'm not sure about that: I don't know if the NimManager has been patched for the Quad.
But in all honesty: I don't think that the fact that only one tuner can be looped-through is of any concern: one simply has to know it.
And I agree that cosmetic it would have been nicer if on the VU it would have been Tuner A that could establish the loopthrough.
BTW: It's not just a matter of renaming: both tuner have actually been mounted on the M/B the other way around (compared to the Quad).
Posted 1 July 2013 - 10:29
So, VU+ just named the tuners with the wrong sequence and then requires a "patch" in nim manager? If tuner B was A and A was B, no patch in nim manager would be needed, correct?
Crazy... if this is the fact then also GigaBlue made the same "mistake"....
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 1 July 2013 - 11:49
Or both blindly "copied" an existing (reference) design (or one from the other...).
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
0 members, 8 guests, 0 anonymous users