Score:0

Why doesn't rtcwake wake up the PC after suspend?

lv flag

I'm putting an an Ubuntu device to sleep at 02:00 in the morning. I want to wake the device with rtcwake at 06:59 in the morning, but it does not wake up.

Command:

sudo /usr/sbin/rtcwake -m no -l -t $(date +\%s -d 'today 06:59')\n
rtcSet="$(sudo /usr/sbin/rtcwake -m show |grep -i on)"
if [[ $rtcSet != *on* ]];
then
sudo /usr/sbin/rtcwake -m no -l -t $(date +\%s -d 'today 06:59')
fi
Score:0
lv flag

I solved the wake up issue by using service instead of rtc wakeup.

https://cmcenroe.me/2014/11/24/scheduled-suspend-and-resume-with-systemd.html

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.