X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/812d186e4b283c9653682a3d4db5234e91e4f36a..17dacebf2ff4f85f23c96398287c0b1b23df6342:/lib/dvb/sec.cpp diff --git a/lib/dvb/sec.cpp b/lib/dvb/sec.cpp index b0d5a1e9..e3fbf26f 100644 --- a/lib/dvb/sec.cpp +++ b/lib/dvb/sec.cpp @@ -32,11 +32,11 @@ eDVBSatelliteEquipmentControl::eDVBSatelliteEquipmentControl() setLNBTunerMask(1); setLNBLOFL(9750000); setLNBThreshold(11750000); - setLNBLOFH(10607000); + setLNBLOFH(10600000); setDiSEqCMode(eDVBSatelliteDiseqcParameters::V1_0); setToneburst(eDVBSatelliteDiseqcParameters::NO); setRepeats(0); - setCommittedCommand(eDVBSatelliteDiseqcParameters::BB); + setCommittedCommand(eDVBSatelliteDiseqcParameters::AA); setCommandOrder(0); // committed, toneburst setFastDiSEqC(false); setSeqRepeat(false); @@ -443,7 +443,7 @@ RESULT eDVBSatelliteEquipmentControl::prepare(iDVBFrontend &frontend, FRONTENDPA } } - eDebug("not found satellite configuration for orbital position (%d)", sat.orbital_position ); + eDebug("found no satellite configuration for orbital position (%d)", sat.orbital_position ); return -1; }