[mythtv-users] IRQ = no
Bill Meek
keemllib at gmail.com
Mon Sep 2 20:37:31 UTC 2013
On 09/02/2013 02:43 PM, Daryl McDonald wrote:
> Greetings Mythizens, I'm still having trouble test setting the alarm
> wakeup. I enter the test script into the terminal as per the wiki:
>
> daryl at daryl-A780L3C:~$ cat /sys/class/rtc/rtc0/wakealarm
> daryl at daryl-A780L3C:~$ SECS=`date -u --date "2013-09-02 15:45:00" +%s`
> daryl at daryl-A780L3C:~$ sudo sh -c 'echo 0 > /sys/class/rtc/rtc0/wakealarm'
>
> And when I ask for a report of the alarm state, IRQ is always "= no" :
Hopefully it's just a typo in your email, but there's a step missing:
sudo sh -c 'echo $SECS > /sys/class/rtc/rtc0/wakealarm'
--
Bill
More information about the mythtv-users
mailing list