Hello. I'm trying to get nvram-wakeup working. My motherboard is supported with the latest CVS nvram-wakeup: Following DMI entries found: nvram-wakeup: - Mainboard vendor: "SHUTTLE INC" nvram-wakeup: - Mainboard type: "FX43" nvram-wakeup: - Mainboard revision: "" nvram-wakeup: - BIOS vendor: "Phoenix Technologies, LTD" nvram-wakeup: - BIOS version: "6.00 PG" nvram-wakeup: - BIOS release: "12/30/2003" nvram-wakeup: Using infowriter "shuttle_sk43g" (automatically detected) nvram-wakeup: Using following bios info: but the clock seems to be set to hour (0xFF) and can't be set from nvram-wakeup : [root@media nvram-wakeup]# nvram-wakeup --directisa <snip> nvram-wakeup: Opening /dev/rtc in O_RDONLY mode... nvram-wakeup: Hardware clock: 2005-06-10 14:19:05 nvram-wakeup: rtc.tm_isdst : 1 nvram-wakeup: rtc.tm_gmtoff: 3600 nvram-wakeup: diff : 3600 nvram-wakeup: RTC is running in UTC/GMT! nvram-wakeup: Test (this should be the current time of the hardware clock): Fri Jun 10 14:19:05 2005 <snip> nvram-wakeup: value of the addr_stat byte is: 0x9F. nvram-wakeup: value of the addr_day byte is: 0xFF. nvram-wakeup: value of the addr_hour byte is: 0xFF. nvram-wakeup: value of the addr_min byte is: 0xFF. nvram-wakeup: value of the addr_sec byte is: 0xFF. nvram-wakeup: value of the addr_chk_h byte is: 0x1A. nvram-wakeup: value of the addr_chk_l byte is: 0x74. nvram-wakeup: Checksum is: 0x1A74. nvram-wakeup: WakeUp Hour value (31) not correct. [root@media nvram-wakeup]# nvram-wakeup --directisa -s $((`date +%s` + 20 * 60)) nvram-wakeup: WakeUp Hour value (31) not correct. Any ideas?