Announcement

Collapse
No announcement yet.

E20 will not keep date and time

Collapse
This is a sticky topic.
X
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • E20 will not keep date and time

    If your E20 will not keep its date and time the following should resolve the issue:
    1. sudo apt-get install 06-make-S10hwclock – this will automatically do step 2.
    2. or manually create the /etc/rc2.d/S10hwclock file with chmod 755 permissions and the following content
      1. hwclock –s 2> /dev/null || true

Working...
X