Contribute
Register

HP Envy 6 Battery Status

Status
Not open for further replies.
Joined
Mar 4, 2014
Messages
2
Motherboard
HP ENVY Ultrabook 6-1090eo
CPU
1.7 GHz Intel Core i5-3317U
Graphics
Intel HD 4000
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. iOS
Hello,

Need Help, got my first ever hackintosh 10.9 working, but my battery status is not working showing 0%.

I have applied "HP Spectre XT" patch by RehabMan and commented these four lines in _BIF:

Code:
[B]if (0) {[/B]
                Store (^^EC0.GBMN (), Index (STAT, 0x09))
                Store (^^EC0.GUBS (), Index (STAT, 0x0A))
                Store (^^EC0.GUBT (), Index (STAT, 0x0B))
                Store (^^EC0.GUBI (), Index (STAT, 0x0C)) [B]}[/B]


still battery status not working, i have attached the system dsdt and ioreg file.

any help would be appreciated, thanks
:)

View attachment Arslan’s Mac Pro.ioreg
View attachment System DSDT.aml
 
Hello,

Need Help, got my first ever hackintosh 10.9 working, but my battery status is not working showing 0%.

I have applied "HP Spectre XT" patch by RehabMan and commented these four lines in _BIF:

Code:
[B]if (0) {[/B]
                Store (^^EC0.GBMN (), Index (STAT, 0x09))
                Store (^^EC0.GUBS (), Index (STAT, 0x0A))
                Store (^^EC0.GUBT (), Index (STAT, 0x0B))
                Store (^^EC0.GUBI (), Index (STAT, 0x0C)) [B]}[/B]


still battery status not working, i have attached the system dsdt and ioreg file.

any help would be appreciated, thanks
:)

View attachment 86293
View attachment 86294

According to ioreg, the DSDT you're using is not patched. Since you're using Clover, be sure to place it in EFI/CLOVER/ACPI/patched.

Also, no need to disable that code above. Applying the patch should be sufficient.

Also, make sure to use the latest ACPIBatteryManager: https://github.com/RehabMan/OS-X-ACPI-Battery-Driver
 
[Solved] HP Envy 6 Battery Status

Thanks for your reply. I have placed patched dsdt in the same directory, no idea why it isnt being loaded. i will try acpibatterymanager will let u know about that.

EDIT:

the problem was with config.plist file, it was pointing to dsdt file without extension .aml.

changed it to dsdt.aml and problem solved. :)

thanks a lot for your help :thumbup:
 
Status
Not open for further replies.
Back
Top