Contribute
Register

[Guide] Native Power Management for Laptops

using ACPIbatterymanager.kext it shows everything should i used anything else or its done .
 
using ACPIbatterymanager.kext it shows everything should i used anything else or its done .

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.
 
thanks for everything but i did all but instant wake not solve.
 
instate wake due to ECH1 and ECH2 when i Disassemble DSDT using command u mention on patching DSDT/SSDT guide after that i tried to patch USB using your patch repo after i applied patch values has been changed but after saving in .aml format the old values has back everytime .
 
instate wake due to ECH1 and ECH2 when i Disassemble DSDT using command u mention on patching DSDT/SSDT guide after that i tried to patch USB using your patch repo after i applied patch values has been changed but after saving in .aml format the old values has back everytime .

Off-topic. Open a separate thread. This guide is for native CPU power management only.
 
after native PM when i run my laptop on battery after 20 % system going to reboot like 8 times continuously i don't know what is happing ?? and its charge battery form 20 % to 55% in just 15 mints .:crazy:
 
Back
Top