On Wed, Jan 18, 2006 at 06:32:47PM +0100, Werner Schweer wrote:
your "cat /proc/driver/rtc" gives
...
update_IRQ : no
periodic_IRQ : no
my configuration says:
periodic_IRQ : yes
Only the real RTC driver supports this, the generic RTC driver does
not. Check in you kernel config that CONFIG_RTC is set and CONFIG_GEN_RTC
is not.
I have an old patch somewhere that adds these features to the generic rtc
driver. Let me know if you need that.
--
Martin