Contribute
Register

Battery status problem dell m4800

Status
Not open for further replies.
Joined
Sep 20, 2018
Messages
103
Motherboard
HP Zbook 15 G3
CPU
i7-6700HQ
Graphics
HD 530 + M1000M
Mobile Phone
  1. iOS
Hello,

I'm using ACPIBatterymanager.kext (last version) and I'm trying to patch DSDT but all the fields have got 8 bits.

Problem: Battery status show always as charging with AC and without it.

Thanks!
 

Attachments

  • debug_278.zip
    1.7 MB · Views: 53
Hello,

I'm using ACPIBatterymanager.kext (last version) and I'm trying to patch DSDT but all the fields have got 8 bits.

Problem: Battery status show always as charging with AC and without it.

Thanks!

Your ioreg shows two battery objects. One active BAT0, one inactive BAT1.
You need to disable BAT1 by (forcing) return 0 from _STA.
 
Your ioreg shows two battery objects. One active BAT0, one inactive BAT1.
You need to disable BAT1 by (forcing) return 0 from _STA.
And how could I do it?? Dsdt patch? Config.plist??
 
Status
Not open for further replies.
Back
Top