Beiträge von paolik65

    I have found a new annoying BUG in the newest Enigma 2 firmware on my DM 8000 HD rev 1.3 using the BlindScan function on C band channels.


    Now it seems the new firmware uses the "scanned by receiver frequency" as reference for perfonrming Blind Scan and everything is working well for Ku band LNB.


    With C band LNB the blind scan is correctly performed as the C band TP and channels are found, but the founded TP frequency is not correct.


    If you use a C band LNB and you perform Blind Scan now the displayed default initial frequency is 6100 instead of 3400 and the final frequency is 7300 instead of 4200 !!! And the found frequency of the TP is reported to be within this interval.


    In fact, accoding to my opinion, the firmware always assumes that the frequency of the TP found is given by: TP Frequency = O.L. Frequency + Scanned by receiver frequency


    Where the O.L. frequency is the frequency of the LNB local oscillator.


    If this is true in the Ku Band, this is false in the C band.


    In fact for C band the correct fromula should be: TP Frequency = O.L. Frequency - Scanned by receiver frequency


    I suggest the team to correct the used formula when the LNB used is a C band LNB.


    I am at your diposal for any help with my mixed C/Ku system.


    Awaiting your kind response.


    Paolik65

    I have found a good workaround to the problem simply modifing the two lines in the file:


    /usr/lib/engima2/python/Screens/ScanSetup.py


    in the following way:


    the following lines ...


    # blindscan sat
    self.scan_sat.bs_freq_start = ConfigInteger(default = 10700, limits = (10700, 12750))
    self.scan_sat.bs_freq_stop = ConfigInteger(default = 12750, limits = (10700, 12750))


    have to be modified in the following way ...


    # blindscan sat
    self.scan_sat.bs_freq_start = ConfigInteger(default = 10700, limits = (3400, 12750))
    self.scan_sat.bs_freq_stop = ConfigInteger(default = 12750, limits = (3400, 12750))


    When you perform blind scan in the Ku band there is substantially no difference. You have just to remember, if you want to select a different range, to select it within the 10700-12750 range.


    To scan in the C band you can now change the limits, since the firmware now allows the modification, by inserting values within the range 3400-4200.


    I still do not know what can happen if I wrongly select value outside the LNBs range.


    While I am still waiting for a new firmware this workaround is working well for mixed C/Ku band users.


    Paolik65

    I have found a good workaroud to the problem simply modifing the two lines in the file:


    /usr/lib/engima2/python/Screens/ScanSetup.py


    in the following way:


    the following lines ...


    # blindscan sat
    self.scan_sat.bs_freq_start = ConfigInteger(default = 10700, limits = (10700, 12750))
    self.scan_sat.bs_freq_stop = ConfigInteger(default = 12750, limits = (10700, 12750))


    have to be modified in the following way ...


    # blindscan sat
    self.scan_sat.bs_freq_start = ConfigInteger(default = 10700, limits = (3400, 12750))
    self.scan_sat.bs_freq_stop = ConfigInteger(default = 12750, limits = (3400, 12750))


    When you perform blind scan in the Ku band there is substantially no difference. You have just to remember, if you want to select a different range, to select it within the 10700-12750 range.


    To scan in the C band you can now change the limits, since the firmware now allows the modification, by inserting values within the range 3400-4200.


    I still do not know what can happen if I wrongly select value outside the LNBs range.


    While I am still waiting for a new firmware this workaround is working well for mixed C/Ku band users.


    Paolik65

    I did it and I put the following C Band limit in the edited /usr/lib/engima2/python/Screens/ScanSetup.py :


    # blindscan sat
    self.scan_sat.bs_freq_start = ConfigInteger(default = 3600, limits = (3600, 4200))
    self.scan_sat.bs_freq_stop = ConfigInteger(default = 4200, limits = (3600, 4200))



    restarted Enigma 2 ...and ... BINGO !!! NOW the blind scan function works PERFECTLY for the C band.


    The SAD thing is that now it does not work for the Ku band anymore until I edit the file again and I restart Enigma 2.


    I think now the team has just to add some few code lines in order to automatically change the limits preset when a C Band LNB is used for one satellite or a Ku Band LNB is used for another satellite.

    I found a silly BUG in the Blind Scan function in [Moderator] Image is in violation of the Boardrules [/Moderator] and the[Moderator] Image is in violation of the Boardrules [/Moderator] team said to me that this is a BUG in the Dream Multimedia driver, so I have to report this issue to you.


    The Blind Scan works very well on my DM 8000 HD v.1.3 with Universal Ku band LNB, but it simply does not work with a C Band LNB since it always supposes to use a KU band interval of frequencies and there is no way to manually change the interval value to a C Band frequency, even if the C Band LNB is correclty configured and working fine for the selected satellite.


    Hope somebody will correct it in the future releases ....