6) >> [info] Loading kernel module rtc. >> FATAL: Module rtc not found. >> >> Verified: >> root@voyage:/etc# modprobe rtc >> FATAL: Module rtc not found. > Original RTC seems to be depreciated and is replaced by RTC_LIB and this > cannot be compiled as module. BTW, the below rtc is loaded on ALIX: > > [ 2.366627] platform rtc_cmos: registered platform RTC device (no PNP > device) > [ 4.255481] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 > [ 4.274732] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram > [ 4.387042] rtc_cmos rtc_cmos: setting system clock to 2000-01-16 19:19:59 > U)
I don't have the rtc (Alix6): root@voyage:~# dmesg | grep -i rtc [ 1.460077] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 1.673833] Using IPI No-Shortcut mode root@voyage:~# root@voyage:~# hwclock -r hwclock: Cannot access the Hardware Clock via any known method. hwclock: Use the --debug option to see the details of our search for an access method. root@voyage:~# root@voyage:~# hwclock -r --directisa Mon Jan 3 18:51:13 2000 -0.242235 seconds root@voyage:~# I can use a setting in /etc/default/hwclock as bypass. root@voyage:~# echo "HWCLOCKPARS=--directisa" >> /etc/default/hwclock So two options: fix rtc_cmos or apply the bypass. Opinions? Teco _______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
