I’m trying to set an ACPI wakeup alarm but there seems to be no RTC device available anywhere.
localhost:/ # rtcwake --seconds 1
rtcwake: /dev/rtc0: unable to find device: No such file or directory
localhost:/ # ls /dev | grep rtc
localhost:/ # ls /sys/class/rtc
localhost:/ # hwclock --debug
hwclock from util-linux 2.30.1
Trying to open: /dev/rtc0
Trying to open: /dev/rtc
Trying to open: /dev/misc/rtc
No usable clock interface found.
hwclock: Cannot access the Hardware Clock via any known method.
I’ve tried modprobbing rtc-cmos/rtc_cmos/genrtc, enabling hpet in GRUB and just about every answer I could find on Google. None of that worked.
localhost:/ # lsmod | grep rtc
localhost:/ # hwinfo | grep rtc
<6> 2.928656] rtc_cmos 00:01: RTC can wake from S4
<4> 2.928687] rtc_cmos: probe of 00:01 failed with error -16
<6> 2.986194] hctosys: unable to open rtc device (rtc0)
I’m using Tumbleweed.
localhost:/ # uname -a
Linux localhost.localdomain 4.13.9-1-default #1 SMP PREEMPT Mon Oct 23 09:44:25 UTC 2017 (e7d7106) x86_64 x86_64 x86_64 GNU/Linux
Some kernel guru out there please help me!