any plugin to fix the time

    • install cron and call rdate from it:

      Quellcode

      1. opkg update
      2. opkg install cron
      add into /cron/tabs/root

      Brainfuck-Quellcode

      1. # Min HH Date Month wDay command to be executed
      2. # | | | | |
      3. # | | | | |
      4. # | | | | +----- day of week (0 - 6) (Sunday=0)
      5. # | | | +------------- month (1 - 12)
      6. # | | +--------------------- day of month (1 - 31)
      7. # | +----------------------------- hour (0 - 23)
      8. # +----------------------------------- min (0 - 59)
      9. #
      10. 57 * * * * /etc/init.d/rdate start
      Alles anzeigen
      and disable update time from transponder

      Quellcode

      1. echo "config.misc.useTransponderTime=false">>/etc/enigma2/settings
      2. killall -9 enigma2
      dm7080sstt; 2x dm8000sstt; dm7020s <- Diseq1x4 <- 3x Diseq1x10 <-
      Dishes:
      1.8m 36E;28E;23E;19E;16E;13E;7E
      1.6m 42E;36E
      1.0m 10/9E;5E;1W;8W
      1.0m 15W;22W;30W
      1.1m 4/5W;12W;18W;24W
      1.1m 53E;60E
      1.0m 75E
      TVs: Philips 46pfl9707s; Philips 42pfl9703h
    • please more detail I didn't understand the way

      more detail please replay | quote | edit | report Go to the top of this page | Go to the bottom of this page

      --------------------------------------------------------------------------------
      please more detail I didn't understand the way