Created attachment 276695 [details] dmesg and acpidump output My MacBookPro11,3 no longer reports battery information, starting with the 4.17 kernel (and including 4.18-rc1), presumably due to /sys/class/power_supply/BAT0 no longer existing. The relevant dmesg line appears to be: Jun 19 14:43:09 aharvey-mbp-linux kernel: ACPI: Battery Slot [BAT0] (battery absent) On 4.16, this line was: Jun 18 10:10:32 aharvey-mbp-linux kernel: ACPI: Battery Slot [BAT0] (battery present) This may have the same root cause as bug #199981, but since this is on different hardware and is only manifesting on the battery and no other devices, I'm going to open this separately for now. I haven't had a chance to bisect the kernel yet, given the time required to do so, but if that would be helpful please let me know and I'll start the process. I've attached the dmesg and acpidump output.
I can confirm. I have the exact same issue on MacBookPro11,2. I thought it was KDE bug, but now I see itβs a global problem.
please 1. confirm /sys/class/power_supply/BAT0 exists in 4.16, but does not exist in 4.17 2. attach the output of "grep . /sys/class/power_supply/BAT0" in 4.16
please also attach the full dmesg output after boot, for both 4.16 and 4/17 kernel
(In reply to Adam Harvey from comment #0) > I haven't had a chance to bisect the kernel yet, given the time required to > do so, but if that would be helpful please let me know and I'll start the > process. > surely, it would be helpful, it would be great if you can do git bisect to find out the offending commit, this will save a lot of time for both of us.
please confirm the patch at 200011 also fixes the issue for you. *** This bug has been marked as a duplicate of bug 200011 ***
here is the latest patch, https://patchwork.kernel.org/patch/10753143/ please apply it on top of 5.0-rc1 and check if it works or not.