Beiträge von neoen

    In some conditions this bug causes lost lock and image freeze.
    I start recording a channel on a high frequency (i.e. 11785H) on tuner A.
    Then (while recording) I switch to a channel on another high frequency transponder (i.e. 12360H).
    Now I have both tuner A and B busy on two high frequency transponders.
    When I switch back to previous channel (11785H), tuner B is correctly closed but (I don't know why) setTone(0) is also called and this causes lost lock of tuner A (LNB is shared) and of course image freeze until setTone(1) is called.


    In enigma2 3.1 setTone was not called after closing frontend and there was no problem.
    And more, If I do the same test using low frequency transponders, setTone(0) is not called at all.

    Code
    close frontend 1
    [prepareClose] running mainloop
    set sequence pos 3
    set sequence pos 5
    [SEC] delayed close frontend
    close frontend 1


    Hardware is dm8000 with bcm4501.
    I think the same problem is reported in this thread Tuner A mit B verbinden Ruckler


    Thanks for the future answer.