Superb quality and spec AB-Com PULSe 4K SE only £99! FREE UK DELIVERY! 4K UHD, Enigma 2, Multiboot 4 images & more!...
Superb quality and spec AB-Com PULSe 4K Rev II Twin Satellite tuner only £149! FREE UK DELIVERY! 4K UHD, Enigma 2, SATA HDD facility, Multiboot 4 images & more!...

unicable.xml, Inverto Unicable II IDLU-32UL42-UNBOO-OPP Item: 5679

jorgeavlobo

New member
Joined
May 30, 2015
Messages
12
Reaction score
0
Points
0
I want to add an LNB to the unicable.xml file located in /usr/share/enigma2/.

The LNB I want to add is Inverto Unicable II IDLU-32UL42-UNBOO-OPP Item: 5679 and it's specifications are available here:
https://www.inverto.tv/lnb/373/programmable-40mm-lnb-with-32-ub

The image I am currently using is Openvix 6.2.001 on a Vu+ Uno4k SE.

Looking at the existing LNBs listed in unicable.xml, I can see the following code for other Inverto LNBs:
Code:
<manufacturer name="Inverto">
<product name="IDLP-40UNIQD+S" scrs="1680,1420,2040,1210"/>
<product name="IDLB-QUDL43-UNE1L-OPP" scrs="1210,1420,1680,2040"/>
<product name="IDLB-QUDL-UNI2L-OPP" scrs="1210,1420,1680,2040"/>
<product name="IDLB-QUDL42-UNI2L-1PP" scrs="1210,1420,1680,2040"/>
<product name="IDLU-24UL40-UNMOO-OPP" positions="4" bootuptime="800" format="jess" scrs="1210,1420,1680,2040,1005,1050,1095,1140,1260,1305,1350,1475,1520,1565,1610,1725,1770,1815,1860,1905,1950,1995,2085,2130"/>
<product name="IDLU-24UL40-PLSTM-BPP" bootuptime="2500" format="jess" scrs="1210,1420,1680,2040,0984,1020,1056,1092,1128,1164,1256,1292,1328,1364,1458,1494,1530,1566,1602,1638,1716,1752,1788,1824"/>
<!--  Item 5404  -->
<product name="IDLU-32UL40-UNBOO-OPP" positions="4" bootuptime="800" format="jess" scrs="1210,1420,1680,2040,984,1020,1056,1092,1128,1164,1256,1292,1328,1364,1458,1494,1530,1566,1602,1638,1716,1752,1788,1824,1860,1896,1932,1968,2004,2076,2112,2148"/>
</manufacturer>

I wanted to add the following line:
Code:
<manufacturer name="Inverto">
<product name="IDLP-40UNIQD+S" scrs="1680,1420,2040,1210"/>
<product name="IDLB-QUDL43-UNE1L-OPP" scrs="1210,1420,1680,2040"/>
<product name="IDLB-QUDL-UNI2L-OPP" scrs="1210,1420,1680,2040"/>
<product name="IDLB-QUDL42-UNI2L-1PP" scrs="1210,1420,1680,2040"/>
<product name="IDLU-24UL40-UNMOO-OPP" positions="4" bootuptime="800" format="jess" scrs="1210,1420,1680,2040,1005,1050,1095,1140,1260,1305,1350,1475,1520,1565,1610,1725,1770,1815,1860,1905,1950,1995,2085,2130"/>
<product name="IDLU-24UL40-PLSTM-BPP" bootuptime="2500" format="jess" scrs="1210,1420,1680,2040,0984,1020,1056,1092,1128,1164,1256,1292,1328,1364,1458,1494,1530,1566,1602,1638,1716,1752,1788,1824"/>
<!--  Item 5404  -->
<product name="IDLU-32UL40-UNBOO-OPP" positions="4" bootuptime="800" format="jess" scrs="1210,1420,1680,2040,984,1020,1056,1092,1128,1164,1256,1292,1328,1364,1458,1494,1530,1566,1602,1638,1716,1752,1788,1824,1860,1896,1932,1968,2004,2076,2112,2148"/>
[COLOR="#008000"]<!--  Item 5679  -->
<product name="IDLU-32UL42-UNBOO-OPP" [COLOR="#FF0000"]positions="4" bootuptime="800"[/COLOR] format="jess" scrs="1210,1420,1680,2040,984,1020,1056,1092,1128,1164,1256,1292,1328,1364,1458,1494,1530,1566,1602,1638,1716,1752,1788,1824,1860,1896,1932,1968,2004,2076,2112,2148"/>[/COLOR]
</manufacturer>

The questions I have are:
  1. How do I know the bootuptime? Is it 2500? 800?
  2. Should I write the tag: positions="4", what does this mean? What is the correct value?
  3. in the unicable.xml file, there are two sections with the manufacturer Inverto, Couldn't it be merge into one single section?
Code:
<manufacturer name="Inverto">
(...)
</manufacturer>
 
Last edited:
For boot up time you will need to test. My Inverto works at 800. But you can only test that if the LNB is not powered 24/7. If the delay is too short a tune failed message will appear on reboot.
 
The xml file contains details for switches as well as LNBs, this is why there are two sections.
 
Any updates regarding question number 2 regarding the “positions=“4””?
 
Best to contact Inverto, they will confirm number of positions. That being said, as you are not programming it, it does not matter, just make sure you select position 1 when configuring it.

You don't really need to add the device, you can use use the existing 32UL40, the channels/frequencies are the same.

Nice to see inverto have narrow unicable LNBs.
 
I'll email inverto for you and add details to the xml file we use for image. Just to repeat what I said earlier, use the 32ul40 entry for now
 
Any updates regarding question number 2 regarding the “positions=“4””?

Yes, it is going to be positions="4" but anyway this has no relevance unless you set up the lnb with a programmer. Default setup of that lnb out of the box is to respond to all commands irrespective of the positions command.
 
Thank you very much, I really appreciate that you add that LNB for future images.
 
could i ask also for support on IDLU-32L412-UNBRR-OPN?
 
For now, select either of these two, the frequencies are the same and it will work.
"IDLU-32UL40-UNBOO-OPP"
"IDLU-32UL42-UNBOO-OPP"
 
Thank you, i havent bought it yet, but im planning to, cause its way smaller than what i got now, i was just worried i might have issues with making it work, but if other settings work, then its cool!
 

OpenViX Feeds Status

Back
Top