[HowTo] oATV6.x Bootloop nach Update 20.9.20

  • (english version below)


    Leider hat sich ein Fehler in die "About.py" im GIT eingeschlichen, der zum Bootloop der betroffenen Boxen führt.


    Auf die Konsole der Box mit Telnet/ PuTTy verbinden, und mit

    Code
    1. init 4

    den Bootloop und E2 stoppen. Nun hat man alle Zeit der Welt weiter zu machen.


    About.py file im github Server, für openATV 6.4: https://github.com/openatv/eni…ython/Components/About.py

    About.py file im github Server, für openATV 6.3: https://github.com/openatv/eni…ython/Components/About.py

    About.py file im github Server, für openATV 6.2: https://github.com/openatv/eni…ython/Components/About.py


    per FTP in das Verzeichnis in eurer Set-Top Box: /usr/lib/enigma2/python/Components kopieren, und die Rechte auf 0644 setzen.


    Nach kopieren der Datei, bitte Enigma mit

    Code
    1. shutdown -r now

    neu starten.


    Dann nochmal per FTP zur Box verbinden, und die Datei "About.py von vorher wieder löschen. Die Datei About.pyo unbedingt in der Box belassen!




    (english version)

    Unfortunately, the About.py source code crept in some inadvertence - it ends as error, an endless Enigma2 boot-loop. All you have to do is download the About.py source code file for OpenATV from the internet and place it via an FTP connection in the appropriate folder.


    Connect to the box with telnet / PuTTy, and stop the bootloop and E2 with

    Code
    1. init 4

    Now we have all the time to continue...


    About.py file on github server, for openATV 6.4: https://github.com/openatv/eni…ython/Components/About.py

    About.py file on github server, for openATV 6.3: https://github.com/openatv/eni…ython/Components/About.py

    About.py file on github server, for openATV 6.2: https://github.com/openatv/eni…ython/Components/About.py


    Copy via FTP into the directory in your set-top box: /usr/lib/enigma2/python/Components the downloaded file, and set the rights to 0644.


    After copying the file, let Enigma restart with:


    Code
    1. shutdown -r now



    Then reconnect via FTP and delete this "About.py source code file. Leave the About.pyo file in the device only !

    Grüßle
    Ralf
    ---------------------------------------------
    Gigablue Quad4K-mixed, UE4K, Trio4K, Quad_Plus-SSC, UE_Plus-SC, X2/X3-SC, UltraUE-SC, ...
    Astra 19.2E UniCable & KabelBW, oATV/teamBlue
    (u.a.: DM900uhd,Vu+Duo,AXTriplx, E4HD), PC-DVB-S/C/T, Xtreamer, BDP5200, LG 42R51, Philips 24PFS4022/12, 65OLED855/12 Samsung 933BW,UE32C5700, RPi3+
    ---- Einen Receiver kann sich jeder kaufen - Eine stabile E²-Box muß man sich verdienen! ----

    6 Mal editiert, zuletzt von Papi2000 () aus folgendem Grund: erweitert um E2-Stopp, added oATV6.2