On 2002.01.30 00:07 martin f krafft wrote:
also sprach Aldo Maggi <sentiniate@libero.it> [2002.01.29.2148 +0100]: > Jan 29 01:27:05 debian modprobe: modprobe: Can't locate module char-major-10-135 > what should i check in order to settle the matter? that's the rtc module. uhm, what does grep char-major-10-135 /etc/modules.conf say on your system? and find /lib/modules/`uname -r` -name rtc.o
It's for the real-time clock.You can recompile your kernel with real-time clock support and the error will disappear. If you don't want to do that, remove /dev/rtc and the error message will go away.
-- Andrew