Comment 16 for bug 43745

Revision history for this message
Sandino Flores (tigrux) wrote : Well, yes... what about disabling rtc?

I undertand now.

I have another idea.

I guess the kernel accesses the real time clock by writing to /dev/rtc
So, we must disable the module rtc.

$ cat /etc/modprobe.d/blacklist | grep rtc
blacklist rtc

Will it work?