Hollo Ihr Lieben,DboxOldie hat geschrieben: ↑Sa 2. Dez 2017, 15:13 Unicable2 / JESS funktioniert nicht richtig, auf allen QPSK Sendern gibt es keinen Tuner Lock.
Da ist wohl was bei dem ' im Kreis mergen ' rausgefallen, was in mp-Tango oder auch in mp-DDT mal drinne war....![]()
Hiermit geht es wieder:Code: Alles auswählen
diff --git a/src/zapit/src/frontend.cpp b/src/zapit/src/frontend.cpp index 6fe2026..58dab82 100644 --- a/src/zapit/src/frontend.cpp +++ b/src/zapit/src/frontend.cpp @@ -1408,7 +1408,7 @@ void CFrontend::secSetTone(const fe_sec_tone_mode_t toneMode, const uint32_t ms) if (currentToneMode == toneMode) return; - if (config.diseqcType == DISEQC_UNICABLE) { + if (config.diseqcType == DISEQC_UNICABLE || config.diseqcType == DISEQC_UNICABLE2) { /* this is too ugly for words. the "currentToneMode" is the only place where the global "highband" state is saved. So we need to fake it for unicable and still set the tone on... */ @@ -1437,7 +1437,7 @@ void CFrontend::secSetVoltage(const fe_sec_voltage_t voltage, const uint32_t ms) return; if (zapit_debug) printf("[fe%d] voltage %s\n", fenumber, voltage == SEC_VOLTAGE_OFF ? "OFF" : voltage == SEC_VOLTAGE_13 ? "13" : "18"); - if (config.diseqcType == DISEQC_UNICABLE && voltage != SEC_VOLTAGE_OFF) { + if ((config.diseqcType == DISEQC_UNICABLE && voltage != SEC_VOLTAGE_OFF) || (config.diseqcType == DISEQC_UNICABLE2 && voltage != SEC_VOLTAGE_OFF)) { /* see my comment in secSetTone... */ currentVoltage = voltage; /* need to know polarization for unicable */ fop(ioctl, FE_SET_VOLTAGE, unicable_lowvolt); /* voltage must not be 18V */
ich brauche Hilfe,
bekomme kein Signal, habe ein Dur-Line 104 LNB Unicable,
habe Neutrino N3.6 geflasht und dann auf N3.65 aktuallisiert.
Kann mir jemand die richtigen Einstellung nennen, denn jegliche Einstellung von Unicable bzw. Unicable/Jess blieben erfolglos.


habe SCR 1 Frequenz 1210 eingestellt, es gibt noch SCR 2 Frequenz 1420
Komme auch mit dem Code nicht klar, wie und wo ich den nutzen soll, damit es vielleicht funktioniert
Liebe Grüße
uwet