Results 1 to 10 of 11

Thread: The clock runs slow in this image!!!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Join Date
    Mar 2004
    Location
    Victoria, Melbourne
    Posts
    190

    Talking

    Quote Originally Posted by DavidSymons
    Hi.

    Frequent NTP updates on a TiVo are outside my experience I'm afraid. Anyone else???
    I'm about to fire up my computer and connect via ppp to the TiVo, so as soon as I have an answer, I'll post it.

    Edit:
    telnet into tivo and edit crontab. This can be done in this way:
    Code:
    telnet 192.168.1.51
    rw
    cd /hack/etc
    vi crontab
    G
    i
    59 23 * * * /bin/ntpdate server.ip.address.here
    ESC ESC
    :wq
    sync
    ro
    For all those above, rw makes the file system read/write, using vi, "G" (capital G) makes it go to the last line. "i" (lower case i) is insert.

    59 23 * * * /bin/ntpdate server.ip.address.here
    59 minutes, 23 hours past ie. 11:59pm, execute ntpdate with the variable server ip address. I say server IP address because tivo cannot do dns/WINS lookups by default

    ESC ESC (press escape twice), :wq (colon, lower case "w", lower case "q") it will show on screen. This means "Write and Quit".

    sync - Write changes to disk just in case it writes them later and we reboot before then.

    ro - Set the file system back to "Read Only"

    If you know how to use "joe" to make the adjustments, go ahead. just remove the commands like "G" and "i" and ":wq" and such.
    Last edited by tenty; 26-04-2004 at 07:28 PM. Reason: Update
    Ex Tivo Owner.
    Philips Tivo
    Version 1.3 Emulator Image from Minnie
    200Gig Western Digital HDD
    No Turbonet or Cachecard
    Slices: Cable Digital FTA

Similar Threads

  1. Tivo has become very slow to respond. Help needed
    By belair_boy in forum Australian TiVoHD
    Replies: 3
    Last Post: 07-06-2014, 07:04 PM
  2. Replies: 1
    Last Post: 10-01-2011, 08:55 AM
  3. My tivo's clock is suddenly an hour slow?
    By Tony in forum New Zealand General Forum
    Replies: 17
    Last Post: 28-03-2009, 07:20 AM
  4. slow remote
    By NoSignal in forum New Zealand General Forum
    Replies: 11
    Last Post: 12-08-2007, 10:59 AM
  5. Slow network speeds & lost connectivity
    By reticent in forum New Zealand TV Guide Issues
    Replies: 8
    Last Post: 22-10-2006, 01:07 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •