Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] Recent git kernels break rtc (real-time-clock)
Date: Tue, 11 Jun 2013 17:34:28
Message-Id: CAEH5T2NNRR950hUT_wZZqy-25ntCOw4E0CBsmqvi9dYmgLngVA@mail.gmail.com
In Reply to: [gentoo-user] [OT] Recent git kernels break rtc (real-time-clock) by walt
1 On Mon, Jun 10, 2013 at 7:31 PM, walt <w41ter@×××××.com> wrote:
2 > After the recent 3.9 --> 3.10 kernel merge window, udev no longer creates
3 > /dev/rtc (or /dev/rtc0) during bootup on my ~amd64 machines. (The only
4 > machines I have now.)
5
6 Not a git-kernel nerd, but just an ordinary kernel nerd. :)
7
8 The kernel RTC driver creates /dev/rtc0 and then I assume udev creates
9 /dev/rtc from there, so if you are missing rtc0 that's a possible
10 source of the problem. Which would coincide with your kernel upgrade.
11
12 I know 3.9 introduced a couple new RTC-related option so maybe it
13 changed around some more to 3.10 series. I would run menuconfig and
14 see what it thinks you have enabled in that section, just in case
15 something got lost in transition from one kernel to the next.
16
17 In dmesg on my non-git 3.9.4 kernel it looks like:
18
19 [ 1.237994] rtc_cmos 00:04: RTC can wake from S4
20 [ 1.238158] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
21 [ 1.238177] rtc_cmos 00:04: alarms up to one month, y3k, 114 bytes
22 nvram, hpet irqs
23 [ 1.241101] rtc_cmos 00:04: setting system clock to 2013-06-04
24 04:28:34 UTC (1370320114)
25
26 I'm using the "PC-Style CMOS" RTC driver, and I have all of the
27 RTC-related options enabled except for the debugging options.

Replies

Subject Author
Re: [gentoo-user] [OT] Recent git kernels break rtc (real-time-clock) Francisco Ares <frares@×××××.com>