Jump to content


fastrene

Member Since 28 Nov 2014
Offline Last Active 05 Dec 2014 14:43
-----

Posts I've Made

In Topic: openpli 4 time sync ! NTP

28 November 2014 - 23:10

I had the same problem, and I've resolved  :

 

First, install busybox :

With telnet : opkg install busybox-cron

 

With an editor, type :

#!/bin/sh
rdate -s time.mit.edu

Then Save as TimeUpdate.sh, in /etc/cron/scripts

 

With an editor, type :

*/1 * * * * /etc/cron/scripts/TimeUpdate.sh

Then Save as root (without extension), in etc/cron/crontabs

 

In etc/enigma2, edit the file settings and add this line :

config.misc.useTransponderTime=false

 

Save it, then unplug the power (not a proper shutdown)

 

That's all