|
It's harmless. Just means you do not have the RTC clock module compiled into your kernel, or the module has not been loaded. There should be an alias for this in
/etc/modules.conf:
alias char-major-10-135 rtc
If not, check /etc/modutils/arch/i386 (if you have an intel/amd system) and put it in there, then run update-modules.
modconf might allow you to force load the rtc module, if it exists, at boot by putting rtc in /etc/modules. That may help.
As a last resort, if your kernel doesn't have it, you may want to install a kernel with rtc support or compile your own.
引自 www.debianhelp.com
相信很多朋友都会看到这个讨厌的信息,上面的方法能解决问题。:) |
|