Am Sonntag, 10. Januar 2010 schrieb Daniel Pielmeier: > Frank Steinmetzger schrieb am 10.01.2010 18:11: > > Hi Group > > > > one of the very last things I still need Win***s for is to wake me up in > > the morning: I set up a task schedule to launch a playlist with Winamp. > > Do you know of any way to let my laptop go on again automatically after I > > put it to sleep in its RAM? > > > > In case it helps: I'm running 32 bit i686, version 2.6.30. > > > > TIA > > You can use the real time clock to wake up from suspend to ram. > > # Set alarm to 0 > echo 0 > /sys/class/rtc/rtc0/wakealarm > # Set new alarm time > date '+%s' -d '+5 minutes' > /sys/class/rtc/rtc0/wakealarm > # Suspend to ram > echo mem >/sys/power/state > > If you don't have /sys/class/rtc/rtc0/wakealarm you need to enable rtc > support in your kernel.
Thanks for the hint, that sounds promising. However, I didn’t have /sys/classes/rtc and since I didn’t know what I need for my ICH-7 chipset, I compiled everything I could find under Device Drivers/RTC. Then I loaded all those modules, but apart from an empty directory /sys/classes/rtc, the only reaction at all that I got in my syslog was: kernel: rtc_cmos: probe of 00:07 failed with error -16 :( Well, I’ll dig into it further... -- Gruß | Greetings | Qapla' "I decided to go on a strict diet. I cut out alcohol, all fats and sugar. In two weeks I lost 14 days." - Tim Maia
signature.asc
Description: This is a digitally signed message part.