You can always see whether this key is available by just querying:
> > $ sysctl dev.rtc.max-user-freq > dev.rtc.max-user-freq = 1024 > > -- > Dan
that gives me the same message: error: "dev.rtc.max-user-freq" is an unknown key or :P
cat /proc/driver/rtc should give you something like... rtc_time : 19:33:24 rtc_date : 2007-02-28 rtc_epoch : 1900 alarm : 11:00:00 DST_enable : no BCD : yes 24hr : yes square_wave : no alarm_IRQ : no update_IRQ : no periodic_IRQ : no periodic_freq : 1024 batt_status : okay Also, its a Character Device. Shawn -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
That gives me similar output except the periodic_freq is 0. I tried to recompile to support RTC, but no luck. Apparently I missed the right option - I cant find config_rtc in the tree (tried the search)
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
