|
|
发表于 2009-1-2 15:56:50
|
显示全部楼层
Post by igotcha;1932885
If you need to do 'modprobe rtc-cmos' instead of 'modprobe rtc', then to make rtc-cmos autoload, edit /etc/modprobe.d/pnp-aliases and change
alias pnp:dPNP0b00 rtc
to
alias pnp:dPNP0b00 rtc-cmos
你是指这个???我试过了,无效~
我不知道你究竟是什么问题,你试一下直接执行hwclock,看是不是提示“/dev/rtc超时”之类的错误?如果是的话,可能可以通过加--directisa(加到/etc/conf.d/hwclock)解决。
我以前用Debian遇到这个问题的时候,把rtc模块加入黑名单也能解决 |
|