In the configuration file that comes with Genkernel 3.4.10 the RTC is compiled as a module. This means that on boot /dev/rtc0 is not generated and that /etc/conf.d/clock cannot set the time. Compiling this into the kernel fixes the problem. Reproducible: Always Steps to Reproduce: 1. genkernel all 2. reboot
rtc_cmos 17964 0 rtc_core 23452 1 rtc_cmos rtc_lib 11008 1 rtc_core is the modules i have on i686/2.8.26 and it works just fine. what is the error output you get? post emerge --info. thanks.
*** This bug has been marked as a duplicate of bug 251453 ***