Contribute
Register

[Guide] How to patch DSDT for working battery status

the patch:
#battery_ASUS-N55SL.txt

works great for ASUS-N550LF.
Thanks for your work, RehabMan!

Thanks... added a comment to that effect.
 
Hello!

I managed to get it done!

Thanks for all your work and info to make it happen!

By the way, do I still need to have AppleSmartBattery.kext?

Thanks!
 
Hello!

I managed to get it done!

Thanks for all your work and info to make it happen!

By the way, do I still need to have AppleSmartBattery.kext?

Thanks!

No such thing as AppleSmartBattery.kext.

There is ACPIBatteryManager.kext, which, of course, is needed.

There is AppleSmartBatteryManager.kext which is for Macs and can remain in place as it was put there by the OS X installer.
 
Thank you!


Sorry I was wrong, the correct name of the kext is the one you mention above, and I will leave it in there, I was thinking to remove it if any conflict.

Thanks one more time for your time and GREAT Work!
 
hello I seek patch for battery VN7 591G someone to provide me this?
 
hello I seek patch for battery VN7 591G someone to provide me this?

Did you try any of the existing Acer patches already in the repo?

Note:
Code:
Speedy-OSX:battery RehabMan$ grep 591 *.txt
battery_Acer-3820tg.txt:#  Acer Aspire V Nitro VN7-591G-744N (per ylums)
 
yes not work
I do not know why
 
yes not work
I do not know why

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder.
 
Hello, RehabMan.

I meet some problem after patching my DSDT.

After patching,I get my battery status work,but it is imperfect.The remaining time is wrong,so the battery icon always turn red.Besides,the battery charge is not equal to that shown in HWmonitor.
Screen Shot 2015-08-09 at 8.50.35 PM.png

Here is the patchmatic,ioreg,EFI/Clover folder(I have delete themes folder to reduce size).

View attachment Archive.zipView attachment CLOVER.zip

how can I get my battery work perfect?

Hoping for your reply,thanks in advance.:)
 
Back
Top