FS#56780 - [linux] RTC device not working since kernel 4.13
Attached to Project:
Arch Linux
Opened by Arnold (awok) - Tuesday, 19 December 2017, 22:34 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 22 June 2018, 15:50 GMT
Opened by Arnold (awok) - Tuesday, 19 December 2017, 22:34 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 22 June 2018, 15:50 GMT
|
Details
Description:
RTC device is not working on a Dell Inspiron 13 7000 (7352). Running hwclock gives an error and /sys/class/rtc/rtc0/wakealarm does not exist. Additional info: Last version it worked on was linux-4.12.13-1, results are the same up to linux-4.14.6-1 (latest as of this report). sudo hwclock --debug gives: hwclock from util-linux 2.31 System Time: 1513722780.724086 Trying to open: /dev/rtc0 Trying to open: /dev/rtc Trying to open: /dev/misc/rtc No usable clock interface found. hwclock: Cannot access the Hardware Clock via any known method. dmesg | grep rtc gives: [ 0.587068] rtc_cmos 00:01: RTC can wake from S4 [ 0.587078] rtc_cmos: probe of 00:01 failed with error -16 [ 0.602894] hctosys: unable to open rtc device (rtc0) Steps to reproduce: 1. Install kernel version newer than 4.12.13-1 |
This task depends upon
Closed by Doug Newgard (Scimmia)
Friday, 22 June 2018, 15:50 GMT
Reason for closing: Fixed
Additional comments about closing: linux 4.17.1-1
Friday, 22 June 2018, 15:50 GMT
Reason for closing: Fixed
Additional comments about closing: linux 4.17.1-1
[ 0.406556] hctosys: unable to open rtc device (rtc0)
[ 14.566711] rtc_cmos 00:01: RTC can wake from S4
[ 14.566735] rtc_cmos: probe of 00:01 failed with error -16
[ 15.055796] rtc_cmos 00:01: RTC can wake from S4
[ 15.057045] rtc_cmos: probe of 00:01 failed with error -16
However, it looks like this bug was reported upstream and is being worked on: https://bugzilla.kernel.org/show_bug.cgi?id=199033
Update: I got my laptop back and will be working with upstream on the bug linked above!
You must report specific affected models - see https://bugzilla.kernel.org/show_bug.cgi?id=199033
could you add patch to 4.16.11 version in order to enable rtc: https://www.spinics.net/lists/linux-acpi/msg82529.html
It should be adopted as base version for this patch is linux-4.17-rc6.
Thanks,
Ihor
Is upstream targeting the patch for 4.17? Is upstream also going to mark it for stable so it will be backported to the 4.14 and 4.16 series?
There are another ioports-related issues but they are not so needed as rtc.
So please include patch to the next 4.16 series. Because upsteam will not include it earlier then in 4.18 series.
please add for kernel 4.17 this patch (source: https://bugzilla.kernel.org/attachment.cgi?id=276097) and you can close this bug.
This patch heading to kernel 4.18.
Thanks!!