FS#46494 - [linux] 4.2.1-1 no ACPI battery
Attached to Project:
Arch Linux
Opened by Mark Weiman (markzz) - Wednesday, 30 September 2015, 13:55 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 14 October 2017, 15:01 GMT
Opened by Mark Weiman (markzz) - Wednesday, 30 September 2015, 13:55 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 14 October 2017, 15:01 GMT
|
Details
Description: ACPI battery no longer being detected at boot
in linux 4.2. Only when plugging in the AC adaptor or
closing the laptop lid will the battery indicator in
desktops will show. When downgrading to 4.1.6-1 or using
linux-lts, the problem is no longer present.
Additional info: * linux 4.2.1-1 Steps to reproduce: Upgrade to linux 4.2.1-1 and reboot. |
This task depends upon
Please attach dmesg output from working and non-working versions.
linux41-full: full dmesg output on linux 4.1.6-1
linux41-acpi: dmesg piped into grep on linux 4.1.6-1 (grep -i acpi)
linux42-full: full dmesg output on linux 4.2.1-1
linux42-acpi: dmesg piped into grep on linux 4.2.1-1 (grep -i acpi)
linux41-acpi (8 KiB)
linux42-full (52.6 KiB)
linux42-acpi (8 KiB)
I also had to add 'acpi_rev_override' as a kernel command line argument. I do not have a full understanding on how this changes how the kernel interacts with the hardware, but it seems to work so I am happy with that. This thread is originally what pointed me in the right direction http://ubuntuforums.org/archive/index.php/t-2308941.html.
I have attached my current .config to this post. Although I only made a change to the CONFIG_ACPI_REV_OVERRIDE_POSSIBLE line.
Let me know if you need any other details.
Also thanks, I assume this will work on my 7537 and this has been bugging me for some time now (especially since linux-lts has the same problem now).