X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a2c42fee34123728b6baa272a933dc3e2e65b2b3..1c2b7d9cce76761373f769c0461c8c9a445b4526:/lib/python/Components/NimManager.py diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 0e983200..a1574b27 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -46,12 +46,14 @@ class SecConfigure: sec.setLNBLOFL(9750000) sec.setLNBLOFH(10600000) sec.setLNBThreshold(11750000) + sec.setLNBIncreasedVoltage(lnbParam.OFF) sec.setRepeats(0) sec.setFastDiSEqC(0) sec.setSeqRepeat(0) sec.setVoltageMode(switchParam.HV) sec.setToneMode(switchParam.HILO) sec.setCommandOrder(0) + #user values sec.setDiSEqCMode(diseqcmode) sec.setToneburst(toneburstmode) @@ -77,6 +79,7 @@ class SecConfigure: sec.addSatellite(int(x[1])) sec.setVoltageMode(0) sec.setToneMode(0) + sec.setRotorPosNum(0) # USALS self.satList.append(int(x[1])) def setSatposDepends(self, sec, nim1, nim2): @@ -615,7 +618,7 @@ def InitNimManager(nimmgr): ("equal", _("Equal to Socket A")), ("loopthrough", _("Loopthrough to Socket A")), ("nothing", _("Nothing connected")), - ("satposdepends", _("Secondary cable from Rotor-LNB")), + ("satposdepends", _("Secondary cable from motorized LNB")), ("simple", _("Simple")), ("advanced", _("Advanced"))), False) #important - check if just the 2nd one is LT only and the first one is DVB-S