Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECEnabler.kext + SMCBatteryManager.kext + VirtualSMC.kext, Battery status and info power in system info gone #22

Open
oldman20 opened this issue Jul 21, 2022 · 5 comments

Comments

@oldman20
Copy link

Screen Shot 2022-07-22 at 00 17 13

Hi, my ACPI EC registers 8 bit
Battery status and info power in system report fine with ACPIBatteryManager.kext 1.90.1 (latest)

But when I tried replace ACPIBatteryManager.kext with ECEnabler.kext + SMCBatteryManager.kext + VirtualSMC.kext, Battery status and info power in system info gone

I checked kexts loaded and missing SMCBattery, don’t know why?

% kextstat| grep -i -e Lilu -e ECEnabler -e SMCBattery

Executing: /usr/bin/kmutil showloaded

No variant specified, falling back to release

   48    7 0                  0x2f000    0x2f000    as.vit9696.Lilu (1.6.1) 7FE96C72-5555-3D86-BA9C-36D9177168FB <8 6 5 3 2 1>

   53    0 0                  0x8000     0x8000     com.1Revenger1.ECEnabler (1.0.3) 8C5BDAE0-6618-3F41-B0DC-B9A07648A117 <48 8 6 5 3 2 1>
@1Revenger1
Copy link
Owner

If your using OpenCore, the order of kexts matter in your Config.plist. SMCBattery needs to be after VirtualSMC, and VirtualSMC + ECEnabler need to be after Lilu.

@oldman20
Copy link
Author

If your using OpenCore, the order of kexts matter in your Config.plist. SMCBattery needs to be after VirtualSMC, and VirtualSMC + ECEnabler need to be after Lilu.

Thank, so propertree not correctly oder kext automatic? but still so detail like ACPIBatteryManager show detail in IORegistryExplorer
ACPIBatteryManger

While SMCBattery:
SMCBattery

@dreamwhite
Copy link

Any update on this?

@oldman20
Copy link
Author

oldman20 commented Dec 4, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants