hwclock: Cannot access the Hardware Clock via any known method.
hwclock from util-linux 2.20.1
hwclock: Open of /dev/rtc failed: No such file or directory
No usable clock interface found.
hwclock: Use the --debug option to see the details of our search for an access method.
Es debido a que el kernel no fué compilado con soporte RTC. Para comprobarlo:
# zgrep RTC /proc/config.gz > rtc
# cat rtc
Para establecer rtc recompilo el kernel:
# make menuconfig
La sección de configuración que interesa para tal propósito está en
- Device Drivers
- RTC
Después de activar la opción es hora de compilarlo e instalarlo.
# make && make modules_install && make install
# cp arch/x86_64/boot/bzimage /boot/kernel-3.2.12-gentoo
Reiniciar.
Todo resuelto.
Linux es genial!.
No hay comentarios:
Publicar un comentario