PDA

View Full Version : Tivo has wrong Date/Time after ever Daily Call



twiststop
25-03-2008, 05:00 PM
Hi everyone!

I would appreciate some help with my Tivo. It is a Philips HDR312 with image ver 1.6.2 installed. I am with TPG and until last week was able to manoeuver the proxy problems myself for three enjoyable years. I am in NSW.

The trouble started with the Tivo not being able to update it's guide data. After playing around a bit, I re-imaged the hard drive. Eventually by setting "proxyIP=proxy2.tpgi.com.au" and proxy port 3128 in emuProxyZA.conf I could get through the guided setup. I can even sucessfully make daily calls, if I'm patient.

But the time/date seems to keep changing. I am either in 1938 or in 2000. I can manually change the time correctly with the command "/bin/ntpdate -b -v 192.43.244.18 129.6.15.29" or settime, but as soon as a daily call happens, the time changes again. I have read quite a few threads, but I could not tell if the problem was ever resolved for other Tivo users.

Currently I am in 16 June 2000. Not much data in my tv guide! 1938 sucked, too.

Anyone have any ideas for me to try? Many thanks - Penny

petestrash
30-03-2008, 09:08 PM
Thats strange as the TiVo uses ntpdate at the end of the daily call to set the time.

I'd first suggest you run the Update OzTiVo routine (update_oztivo -y) to make sure you have the latest ntpdate.

Then force a daily call again.

Peter.

ozpanda
03-04-2008, 12:02 AM
HI all,

I have V3 R1.4 and am also having the problem with daylight saving time being turned this week.

I can't find the fixtivotime command. Ideas?

Thanks

petestrash
03-04-2008, 01:00 AM
For versions earlier than 1.6, do this:

cd /
rw
rsync -rv 131.244.9.101::oztivo_timezones . <-- *** Note the trailing space and dot
ro
Then force a daily call and should be ok. If this doesn't work, post the output of the commands.

Peter.

twiststop
04-04-2008, 02:45 PM
Thanks for your reply, Peter.

I have fixed my problem and it is soo-ooo-ooo great to have my Tivo back up and running!

By trial and error I found that it was a TPG proxy issue (what else is new?)!

Life became a whole lot sweeter by using the lines:

echo "" >> /var/hack/etc/emuProxyZA.conf
echo "proxyIP=proxy2.tpgi.com.au" >> /var/hack/etc/emuProxyZA.conf
echo "proxyPort=3128" >> /var/hack/etc/emuProxyZA.conf
echo "ntpIP=132.163.4.103" >> /var/hack/etc/emuProxyZA.conf

reboot & update. Viola.

It was the new proxy that made all the difference to me. I hope this helps other people with TPG woes!

Tivo on, people

Penny :D

petestrash
05-04-2008, 07:36 PM
Cool,

TPG gives us a lot of headaches, especially when they change proxies.

Peter.

Joe_Holloway
06-03-2010, 02:38 PM
Hi,

I'm still having a problem with my clock this year. I've tried everything I can find to fix it. It's still one hour behind. I'm also connected via TPG.

This has left me feeling completely frustrated with the TiVo.

I'm running the latest emulator. I thought updating would fix it but sadly I'm making no progress.

Also, can someone Please tell me what port to open to allow the update to work. I'm fed up with having to manually turn of my firewall every time I want to update the TiVo.

Very Frustrated,

-Joe-B^)

petestrash
07-03-2010, 04:56 AM
can someone Please tell me what port to open to allow the update to work. I'm fed up with having to manually turn of my firewall every time I want to update the TiVo.

Make sure your firewalls are set to allow traffic outbound on UDP port 37. This is one of the standard internet time ports.

Peter.