On 2/28/07, Nik Davis <[EMAIL PROTECTED]> wrote: > What kind of warning? If it gives a warning, probably it is not > > > happening like it should. > > 'error: "dev.rtc.max-user-freq" is an unknown key'
Are you sure you've built RTC in the kernel? There are a lot of different RTC options, but I think CONFIG_RTC should be all that's needed. Maybe you built it as a module and it's not loaded? I don't know what the module name is off hand since I have it in the kernel. 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 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
