Ergebnis 1 bis 9 von 9
  1. #1
    Anfänger
    Registriert seit
    15.04.2013
    Ort
    Brasil - Paraguay
    Beiträge
    9
    Thanks (gegeben)
    11
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Atto Turing E2
     
     
    Box 2:
    VU+ Uno 4K
     
     
    Box 3:
    Atto Pixel Core
     
     
    Box 4:
    Dreambox 500S
     
     

    7 Segment display keep black after boot messages

    Hello again

    I'm not sure if it's possible to solve this little issue by this way.
    The 7 segment LED display work fine at boot time and while updating by USB.
    But after boot and OS load keep black, showing nothing.
    See both situation in the attached video:

    Just normal boot:
    [video=https://vimeo.com/389141398]Just normal boot[/video]

    Update by USB Memory Stick:
    [video=https://vimeo.com/389141411]Update by USB Memory Stick[/video]

    Also, I think this is related: the set button for power on, stand by. power off is not responding after boot, do nothing when pressed.

    Again, thank you.

    BR
    Geändert von valesho (04.02.2020 um 10:26 Uhr) Grund: Correct vimeo video link
    „Ich weiß, dass ich nichts weiß“

    •   Alt Advertising

       

  2. #2
    Senior Mitglied
    Registriert seit
    31.01.2017
    Beiträge
    694
    Thanks (gegeben)
    25
    Thanks (bekommen)
    297
    Total Downloaded
    44,00 MB
    Total Downloaded
    44,00 MB
    ReceiverDanke
    Box 1:
    H7S
     
     
    Box 2:
    mipsel Box
     
     
    which skin, try another one, is it the same?

  3. #3
    Anfänger
    Registriert seit
    15.04.2013
    Ort
    Brasil - Paraguay
    Beiträge
    9
    Thanks (gegeben)
    11
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Atto Turing E2
     
     
    Box 2:
    VU+ Uno 4K
     
     
    Box 3:
    Atto Pixel Core
     
     
    Box 4:
    Dreambox 500S
     
     
    It's same, change nothing.
    There are not too much to select by default.
    In Menu, Setup, Usage & GUI, STB Display, LCD Skin Setup there are only two option (pictured below).
    "< Alterna Skin >"
    7 Segment display keep black after boot messages-img_20200204_190825.jpg

    "< Default >"
    7 Segment display keep black after boot messages-img_20200204_194038.jpg

    In the plugin download & install screen, there no Display (I think not necessary, just 7 segment LED bars).
    7 Segment display keep black after boot messages-img_20200204_191109.jpg

    Changing another Enigma 2 skin change nothing in the STB Display.

    7 segment display do have data in the github enigma2/data/7segment at 6.3 * openatv/enigma2 * GitHub
    „Ich weiß, dass ich nichts weiß“

  4. #4
    Senior Mitglied
    Registriert seit
    31.01.2017
    Beiträge
    694
    Thanks (gegeben)
    25
    Thanks (bekommen)
    297
    Total Downloaded
    44,00 MB
    Total Downloaded
    44,00 MB
    ReceiverDanke
    Box 1:
    H7S
     
     
    Box 2:
    mipsel Box
     
     
    which box, which Image, usually happens wenn this is missing in skin.xml
    Code:
    <windowstyle type="skinned" id="1">
        <color name="Background" color="black" />
        <color name="LabelForeground" color="white" />
        <color name="ListboxBackground" color="black" />
        <color name="ListboxForeground" color="white" />
        <color name="ListboxSelectedBackground" color="black" />
        <color name="ListboxSelectedForeground" color="white" />
        <color name="ListboxMarkedBackground" color="black" />
        <color name="ListboxMarkedForeground" color="white" />
        <color name="ListboxMarkedAndSelectedBackground" color="black" />
        <color name="ListboxMarkedAndSelectedForeground" color="white" />
        <color name="WindowTitleForeground" color="white" />
        <color name="WindowTitleBackground" color="black" />
      </windowstyle>

  5. Thanks valesho bedankten sich
  6. #5
    Anfänger
    Registriert seit
    15.04.2013
    Ort
    Brasil - Paraguay
    Beiträge
    9
    Thanks (gegeben)
    11
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Atto Turing E2
     
     
    Box 2:
    VU+ Uno 4K
     
     
    Box 3:
    Atto Pixel Core
     
     
    Box 4:
    Dreambox 500S
     
     
    Box is Atto Turing E2
    7 Segment display keep black after boot messages-turing-e2-deco-04.jpg

    v6.4 and v6.3 images tested up today 05 Feb.

    You are right, those data was missing in the file /usr/share/enigma2/skin.xml
    Add the missing data still same. Also replace the concerning data, but nothing too.
    File /usr/share/enigma2/display/skin_display.xml is there and correspond to github code.
    So, I guess it's something else.

    Attached is zip file with original and modified and tested files.
    skin.zip
    „Ich weiß, dass ich nichts weiß“

  7. #6
    Senior Mitglied
    Registriert seit
    31.01.2017
    Beiträge
    694
    Thanks (gegeben)
    25
    Thanks (bekommen)
    297
    Total Downloaded
    44,00 MB
    Total Downloaded
    44,00 MB
    ReceiverDanke
    Box 1:
    H7S
     
     
    Box 2:
    mipsel Box
     
     
    could be missing support for the display driver, which is you display device, I have 7 segment display too, can you check this in telnet
    Code:
    root@h7:~# dir /dev/dbox/oled0
    crw-rw----    1 root     root       10,  57 Jan  1  1970 /dev/dbox/oled0
    root@h7:~#
    root@h7:~# echo 9999 > /dev/dbox/oled0
    root@h7:~# echo hallo > /dev/dbox/oled0
    root@h7:~#
    my display can show only channel numbers and clock, can´t write text, depends all on Hardware

  8. #7
    +++ ATV Chef Tester +++ Avatar von HD75hd
    Registriert seit
    29.08.2014
    Beiträge
    5.344
    Thanks (gegeben)
    2010
    Thanks (bekommen)
    2281
    Total Downloaded
    51,35 MB
    Total Downloaded
    51,35 MB
    ReceiverDanke
    Box 1:
    OSmio+4K @ 7.3
     
     
    Box 2:
    OSmio4K @ 7.3
     
     
    Box 3:
    OSmini4K @ 7.3
     
     
    Box 4:
    SF8008 @ 7.3
     
     
    Try this skin_display.xml for 7Segment ...

    Code:
    \usr\share\enigma2\display
    Angehängte Dateien Angehängte Dateien
    Gruss HD75hd

    OS mio+ 4K / OpenATV 7.3
    Unicable DurLine UK 124

    Wer kein Fullbackup hat, hat selber Schuld



  9. #8
    Anfänger
    Registriert seit
    15.04.2013
    Ort
    Brasil - Paraguay
    Beiträge
    9
    Thanks (gegeben)
    11
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Atto Turing E2
     
     
    Box 2:
    VU+ Uno 4K
     
     
    Box 3:
    Atto Pixel Core
     
     
    Box 4:
    Dreambox 500S
     
     
    Regarding "missing support for the display driver", issued the command as below
    Code:
    root@turing:~# ls -l /dev/dbox/oled0
    crw-rw----    1 root     root       10,  52 Feb  3 01:43 /dev/dbox/oled0
    root@turing:~# echo 9999 > /dev/dbox/oled0
    root@turing:~# echo hallo > /dev/dbox/oled0
    root@turing:~# ls -l /dev/dbox/
    crw-rw----    1 root     root       10,  52 Feb  5 14:40 oled0
    root@turing:~#  echo 9 > /dev/dbox/oled0
    root@turing:~#
    Do nothing in the display, show nothing, change nothing.

    Tested skin_display.xml file from @HD75hd replacing original one, changed nothing.

    Maybe a driver issued, not a missing driver, I think so. And it's related to set power button issue too.

    Thank you
    „Ich weiß, dass ich nichts weiß“

  10. #9
    Avatar von Captain
    Registriert seit
    03.04.2013
    Beiträge
    14.861
    Thanks (gegeben)
    763
    Thanks (bekommen)
    21093
    Total Downloaded
    162,47 MB
    Total Downloaded
    162,47 MB
    ReceiverDanke
    led display fixed with today image


    openATV we are open Source

    Boykott GPL violator


Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 05:12 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,26%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com