|
From: Kevin F. <kev...@sc...> - 2005-12-14 17:22:26
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>>>> "Shaohua" == Shaohua Li <sha...@in...> writes: Shaohua> Hi, >> >>> when I try setting the alarm to wake up my pc I get the following >>> result: [root@mithrandir acpi]# pwd /proc/acpi [root@mithrandir >>> acpi]# cat alarm 2005-12-00 00:00:00 [root@mithrandir acpi]# echo >>> 2005-12-15 17:18:19 > alarm [root@mithrandir acpi]# cat alarm >>> 2005-12-00 17:18:19 [root@mithrandir acpi]# BTW, nothing happens >>> at the echo'd date/time. Could someone please give me a clue where >>> to start looking? I'm running fedora core 4, Shaohua> my >>> mobo is an ASUS P5S800-VM, the documentation on the motherboard Shaohua> states >>> that ACPI is supported. There is an option to turn acpi 2.0 on, Shaohua> but no >>> difference... >> alarm never worked properly, IIRC. Shaohua> It works well on different systems here :). It works fine for me too here. One thing that I see, from the orig post: >[root@mithrandir acpi]# echo 2005-12-15 17:18:19 > alarm >[root@mithrandir acpi]# cat alarm 2005-12-00 17:18:19 Don't you need to ' that string since there is a space? ie: echo '2005-12-15 17:18:19' > alarm in order to get the year/month/date in correctly? Shaohua> Thanks, Shaohua kevin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/> iD8DBQFDoFTA3imCezTjY0ERAkNMAJ0QmeR1aA99CuJA+F7c8vAdqnxkhQCfUwEH uTgnG87/Qb8/VkDaC9IXPIU= =gxQt -----END PGP SIGNATURE----- |