Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Dm500 Electiric interruption?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thekicker
    • Nov 2024

    Dm500 Electiric interruption?

    I am a dm 500s user. when the electric interruption then come again. i cant use it standy-by position. Is any solition for this problem?
    Best regards,
  • stewie
    Senior Member
    • Sep 2010
    • 107

    #2
    Re: Dm500 Electiric interruption?

    Didn't understand what you asking. Are you trying to put the receiver in stand by after electric interruption or something?

    Comment

    • thekicker

      #3
      Re: Dm500 Electiric interruption?

      Yes, I want to do it literally.

      Comment

      • stewie
        Senior Member
        • Sep 2010
        • 107

        #4
        Re: Dm500 Electiric interruption?

        Well, you have to do it with a bash script. So you need some skills in Linux. Something like:

        HTML Code:
        #!/bin/sh
        sleep 30
        wget -q http://root:dreambox@127.0.0.1/cgi-bin/admin?command=standby -O /dev/null
        After that you need to create script called /var/etc/init. But I haven't tested it so I can't claim that it works.

        Also on the internet I read that SifTeam image has integrated such feature.

        Comment

        • thekicker

          #5
          Re: Dm500 Electiric interruption?

          Originally posted by stewie
          Well, you have to do it with a bash script. So you need some skills in Linux. Something like:



          After that you need to create script called /var/etc/init. But I haven't tested it so I can't claim that it works.

          Also on the internet I read that SifTeam image has integrated such feature.
          Thanks for your answer stewie! I am using Gemini 4.20. I am testing now! There is no change for now. or I am doing something wrong. I will report again.
          Many thanks.

          Comment

          • gaivan
            Member
            • Feb 2010
            • 74

            #6
            Re: Dm500 Electiric interruption?

            Sorry but my DM500 clone named Soleron restart after any power intrerruption on the default channel (not one which I used last time). I use Evolution image from satkeynet.

            Comment

            • stewie
              Senior Member
              • Sep 2010
              • 107

              #7
              Re: Dm500 Electiric interruption?

              If you don't want to loose your settings you need to restart Enigma after tweaking the settings.

              Comment

              • stewie
                Senior Member
                • Sep 2010
                • 107

                #8
                Re: Dm500 Electiric interruption?

                Well, I have managed it to work on my DM500s. Download the attached file and follow the instructions:

                1. Upload init file in /var/etc
                2. Chmod the file to 755
                3. Open stand.sh with text editor and put the username and password for your box. Save and close.
                4. Upload stand.sh file in /var/bin
                5. Chmod the file to 755
                6. That's it! Next time when you have unexpected electric interruption your box will go in standby mode immediately after boot up.

                I hope you will find this script useful.
                Attached Files

                Comment

                • sonc
                  Experienced Board Member
                  • Jun 2010
                  • 1568

                  #9
                  Re: Dm500 Electiric interruption?

                  Hi Stewie,

                  So everytime you reboot the box, the script will send it into standby?

                  Not sure I would want that, as I reboot more often than I get eletrical problems.

                  Regards,
                  Sonc

                  Comment

                  • stewie
                    Senior Member
                    • Sep 2010
                    • 107

                    #10
                    Re: Dm500 Electiric interruption?

                    Hi, the script is executed on reboot so the answer is yes. I know it's silly but this is just a basic script.
                    May be I will improve it later when I have free time.

                    Cheers!

                    Comment

                    Working...