Hi,
I have a rasp pi running a DS1307 breakout board as the RTC and followed the instructions in the "adding a real time clock to raspberry pi" tutorial. Every thing works fine except that the correct time is not being set on reboot. I have to use "sudo hwclock -s" to set the correct time from that stored in teh DS1307 and this works fine.
I have added the correct entries to /etc/modules and etc/rc.local as indicated in the tutorial (rtc-1307 added to the end of /etc/modules and echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-0/new_device added before exit in rc.local) but should hwclock -s be there as well to actually set the time?
Any help is much appreciated.
Cheers.

