You are not logged in.
Hi, I'm using Archlinux with MacBookPro11. It was working fine until I have a system upgrade yesterday. After that, it cannot find the battery:
~ > dmesg | grep battery
[ 4.166078] ACPI: Battery Slot [BAT0] (battery absent)
The kernel is:
~ > uname -a
Linux bin-rmbp 4.17.2-1-ARCH #1 SMP PREEMPT Sat Jun 16 11:08:59 UTC 2018 x86_64 GNU/Linux
I have the kernel parameters:
options root=/dev/sda3 rw elevator=deadline splash nmi_watchdog=0 acpi_osi=
Does anyone has the same problem with me? How can I debug and resolve this? Thanks!
Offline
Remove the acpi_osi= line from your kernel boot options and try.
"the wind-blown way, wanna win? don't play"
Offline
There is definitely some ACPI weirdness with 4.17.
After updating an old eeepc, this is what gets reported
[skunk@archie ~]$ acpi -V
Battery 0: Discharging, 100%, 4200:00:00 remaining
Battery 0: design capacity 4300 mAh, last full capacity 4200 mAh = 97%
Adapter 0: off-line
Thermal 0: ok, 60.0 degrees C
Thermal 0: trip point 0 switches to mode critical at temperature 98.0 degrees C
Thermal 0: trip point 1 switches to mode passive at temperature 95.0 degrees C
Cooling 0: Processor 0 of 10
Cooling 1: LCD 12 of 15
Cooling 2: Processor 0 of 10
The 4200 hours of remaining battery is just a little optimistic
Offline
After remove "acpi_osi=" from kernel parameters, it works. And the remaining battery estimation looks good on my laptop: about 3 hours.
Offline
Same problem here, removing "acpi_osi=" worked for me. I can't remember why did I put it there for the first time though.
Offline
I add "acpi_osi=" for the first time is because the MacBookPro wiki page recommend this to extend battery life.
Offline
Removing the `acpi_osi` solved the problem for me.
As far as i understand, that kernel parameter was due to extend battery life (as the wiki suggested), according to the bug (which is reported in this which is a duplicate of this one) ), the problem should be fixed in the current kernel release.
As a side note, removing that kernel parameter made my bluetooth mouse to stop working, in order to fix it i follow the instructions of this thread
Offline