Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Octagon SF8008 standby issue

  1. #1

    jpuigs's Avatar
    Join Date
    Dec 2017
    Location
    Barcelona
    Age
    50
    Posts
    255
    Rep Power
    68921

    Octagon SF8008 standby issue

    On an Octagon SF8008, when you put box in standby HDMI video signal doesn't stop, it's still present.
    You can see this: (depending on the skin, picture may be different)

    PYDRby.jpg

    UsingGlamourAuraFHD skin f.i., gives a black screen, but video signal is still present, as TV says: HDMI input signal 1080p

    I've tried Open Eight image, and it doesn't happen. (And TV says: no HDMI signal)
    I've seen both drivers are 2019-10-12.
    Could this be solved ?
    Lower Dishes: 53/52'5/52 - 45 - 42 - 39 - 28'2 - 26/25'5 - 23'5 - 19'2 - 13 - 9 - 7 - 3 - East <------> West - 1 - 27'5 - 30
    Upper Dishes: 36 - 30'5 - 21'6 - 16 - 10 - 4'8 - East <------> West - 4/5 - 7/8 - 12'5 - 15
    Diseqc switches

    Xtrend ET 10000 -- Octagon SF8008 4K TWIN S2X -- DM7020 HD (CardServer)

  2. #2

    Απ: Octagon SF8008 standby issue

    Maybe something to do with the hdmi cec?
    Member SatDreamGr Projects

    Edision os mio4k, Edision os nino | Gibertini OP100L 22W - 75E | Inverto Black Ultra

  3. #3

    georgeflu's Avatar
    Join Date
    Jan 2011
    Location
    ptolemaida
    Age
    44
    Posts
    12,426
    Rep Power
    4091704

    Re: Octagon SF8008 standby issue

    it is a driver issue. the alliance team has a "work arround " solution
    ολα ειναι FLU

    Member SatDreamGr Projects

  4. #4

    athoik's Avatar
    Join Date
    Sep 2012
    Location
    Earth
    Posts
    10,758
    Rep Power
    5927763

    Απ: Octagon SF8008 standby issue

    Indeed they use a workaround in enigma2.

    When e2 goes in standby they are writing a value in proc.

    https://github.com/openatv/enigma2/b...tandby.py#L229

    You can do the same using standby enter script.

    https://github.com/OpenPLi/enigma2/b...Standby.py#L51
    Member SatDreamGr Projects

    Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
    Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

  5. #5

    Απ: Octagon SF8008 standby issue

    Jesus... how many problems/bug does this box have?
    Member SatDreamGr Projects

    Edision os mio4k, Edision os nino | Gibertini OP100L 22W - 75E | Inverto Black Ultra

  6. #6

    jpuigs's Avatar
    Join Date
    Dec 2017
    Location
    Barcelona
    Age
    50
    Posts
    255
    Rep Power
    68921

    Re: Απ: Octagon SF8008 standby issue

    Quote Originally Posted by athoik View Post
    You can do the same using standby enter script.

    https://github.com/OpenPLi/enigma2/b...Standby.py#L51
    Thanks. I've tried, but it doesn't work.
    I've created a /usr/script folder, "script" didn't exist. chmod 755
    Inisde script folder, I've created a "standby_enter.sh" file, chmod 755

    Code:
    #!/bin/sh
    open("/proc/stb/hdmi/output", "w").write("off")
    Hard Rebooting box, and when going standby, video is still active.

    What I'm doing wrong ??
    Lower Dishes: 53/52'5/52 - 45 - 42 - 39 - 28'2 - 26/25'5 - 23'5 - 19'2 - 13 - 9 - 7 - 3 - East <------> West - 1 - 27'5 - 30
    Upper Dishes: 36 - 30'5 - 21'6 - 16 - 10 - 4'8 - East <------> West - 4/5 - 7/8 - 12'5 - 15
    Diseqc switches

    Xtrend ET 10000 -- Octagon SF8008 4K TWIN S2X -- DM7020 HD (CardServer)

  7. #7

    Απ: Octagon SF8008 standby issue

    Python code copied into shell script is not going to work.

    Try this:

    Code:
    echo "off" >> /proc/stb/hdmi/output
    Member SatDreamGr Projects

    Edision os mio4k, Edision os nino | Gibertini OP100L 22W - 75E | Inverto Black Ultra

  8. #8

    jpuigs's Avatar
    Join Date
    Dec 2017
    Location
    Barcelona
    Age
    50
    Posts
    255
    Rep Power
    68921

    Re: Octagon SF8008 standby issue

    Oh My God !!!!!! of course, I mixed python into shell......................

    I've tried it. It works, but when going to power it on again, picture doesn't appear anymore.
    I have to do manually:
    Code:
    echo "on" >> /proc/stb/hdmi/output
    ???
    Last edited by jpuigs; 08-12-19 at 00:09.
    Lower Dishes: 53/52'5/52 - 45 - 42 - 39 - 28'2 - 26/25'5 - 23'5 - 19'2 - 13 - 9 - 7 - 3 - East <------> West - 1 - 27'5 - 30
    Upper Dishes: 36 - 30'5 - 21'6 - 16 - 10 - 4'8 - East <------> West - 4/5 - 7/8 - 12'5 - 15
    Diseqc switches

    Xtrend ET 10000 -- Octagon SF8008 4K TWIN S2X -- DM7020 HD (CardServer)

  9. #9

    Απ: Octagon SF8008 standby issue

    It seems there's a script for leaving standby (i.e. powering on) as well. https://github.com/OpenPLi/enigma2/b...tandby.py#L144

    So, I guess you know what you have to do next. :P
    Last edited by nautilus7; 08-12-19 at 01:33.
    Member SatDreamGr Projects

    Edision os mio4k, Edision os nino | Gibertini OP100L 22W - 75E | Inverto Black Ultra

  10. #10

    jpuigs's Avatar
    Join Date
    Dec 2017
    Location
    Barcelona
    Age
    50
    Posts
    255
    Rep Power
    68921

    Re: Octagon SF8008 standby issue

    Yes, of course.
    I was looking for an poweron.py, start.py,....... file.........
    I didn't see it was inside the same standby.py.... .
    Thanks.

    I see that disabling HDMI output in standby, also disables front display clock on box.
    Lower Dishes: 53/52'5/52 - 45 - 42 - 39 - 28'2 - 26/25'5 - 23'5 - 19'2 - 13 - 9 - 7 - 3 - East <------> West - 1 - 27'5 - 30
    Upper Dishes: 36 - 30'5 - 21'6 - 16 - 10 - 4'8 - East <------> West - 4/5 - 7/8 - 12'5 - 15
    Diseqc switches

    Xtrend ET 10000 -- Octagon SF8008 4K TWIN S2X -- DM7020 HD (CardServer)

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 168
    Last Post: 26-02-24, 20:39
  2. Θερμοκρασία του δέκτη (Octagon SF8008)
    By neoktistos in forum Περί Octagon
    Replies: 23
    Last Post: 17-09-19, 18:45
  3. OCTAGON SF8008 χωρίς εκκίνηση.
    By neoktistos in forum Περί Octagon
    Replies: 23
    Last Post: 07-03-19, 22:31
  4. Octagon SF8008
    By EnoSat in forum SatDreamGr Images Chat
    Replies: 9
    Last Post: 09-12-18, 19:28

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •