FS#21470 - [kernel26] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
Attached to Project:
Arch Linux
Opened by John (graysky) - Monday, 25 October 2010, 22:59 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 31 October 2010, 06:03 GMT
Opened by John (graysky) - Monday, 25 October 2010, 22:59 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 31 October 2010, 06:03 GMT
|
Details
Description: I just brought down 2.26.36-1 from testing and
got this error upon booting.
drivers/rtc/hctosys.c: unable to open rtc device (rtc0) Harmless? Others? Additional info: * package version(s) 2.26.36-1 * config and/or log files etc. Steps to reproduce: Install kernel26 package from [testing] and reboot! |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Sunday, 31 October 2010, 06:03 GMT
Reason for closing: Fixed
Additional comments about closing: 2.6.36-2
Sunday, 31 October 2010, 06:03 GMT
Reason for closing: Fixed
Additional comments about closing: 2.6.36-2
2.26.35.7 | 2.26.36
----------------------------------------
CONFIG_RTC_CLASS=m | CONFIG_RTC_CLASS=y
CONFIG_RTC_LIB=m | CONFIG_RTC_LIB=y
FS#21137: CONFIG_RTC_DRV_CMOS is still set to 'm', butFS#21137requested that it be set to 'y', along with RTC_CLASS and RTC_LIB. Without building in RTC_DRV_CMOS, this is actually not very useful, as the kernel fails to read the hardware clock (this is what the message indicates).There is no negative impact on system operation for now, but we should fix this before moving to core to implement
FS#21137.