How to correct (workround) date and time in Enigma2

geg_ben

Vu+ Newbie
I) FTP in to your box and navigate to /etc/enigma2/
In there you will find a file named setting right click it and select edit.
Add this line to it:
config.misc.useTransponderTime=false
save and close

II) Go to etc/ini.d
Create a new sh file called: Date.sh
Insert the following command into this file:
chmod +x /etc/ownscript.sh

rdate -s time.nist.gov

: exit 0

save and close

III) With telnet tool (like putty) send the following command:
update-rc.d -v date.sh start 99 3 . stop 99 6 .
(Don't forget the last dot in the command)


IV) Update by using regional setting in BH your relevant GMT

V) Full Restart

Assumption:
***Internet connection should be available
***This manipulation was tested BH 2.1.7 and work in my system.
 
Top