Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253780 - sys-kernel/genkernel 3.4.10 is set up to compile the RTC as module
Summary: sys-kernel/genkernel 3.4.10 is set up to compile the RTC as module
Status: RESOLVED DUPLICATE of bug 251453
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-04 20:52 UTC by Thomas Albers
Modified: 2009-01-04 21:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Albers 2009-01-04 20:52:28 UTC
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
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2009-01-04 21:01:27 UTC
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.
Comment 2 Andrew Gaffney (RETIRED) gentoo-dev 2009-01-04 21:45:08 UTC

*** This bug has been marked as a duplicate of bug 251453 ***