Contribute
Register

[solved] Acpi battery manager sudden shutdown when installed.

Status
Not open for further replies.
Joined
Dec 18, 2013
Messages
84
Motherboard
HUANANZHI X99 TF-GAMING
CPU
E5-2696 v3
Graphics
RX 580
hi to all!
need some help with my laptop.

I´m trying with my ASUS k53sj high sierra, I think I have well patched DSDT , I think patch for disable the discrete card is the problem , ^(Asus named gfx0 the discrete and integrated graphic card) but changing some patch entries I think is ok.

The system is ok, it works very well, but when I install acpibatteryManager.kext and logging(user/passsword) only with battery. , the laptop suddenly get shutdown.
brighness control is ok .

when I power on with AC adapter plugged , I can login in Mac OS , and later unplug the AC adapter and work till the battery ends..
ny
if I delete the apcimanager kext don't shutdown when logging, (obviously I don´t have battery status)

++++the fan is always 100% but I see the power management is working. I´m blocked! need some help to open my eyes!
EDIT: Fan issue solved ,the fan was controlled by graphic card, when gfcard is disabled , the fan goes to 100% power.
solved with this patch
Code:
into method label _INI parent_label _SB.PCI0.PEGR.GFX0 insert
begin
_OFF ()\n
^^^LPCB.EC.TSDS ()\n
end;

into method label _REG parent_hid PNP0C09 insert
begin
If (LAnd(LEqual(Arg0,3),LEqual(Arg1,1)))\n
{\n
    ^^^PEGR.GFX0._INI ()\n
}\n
end;

into method label _PTS code_regex ([\s\S]*) replace_matched
begin
External(\\_SB.PCI0.PEGR.GFX0._ON, MethodObj)\n
If (CondRefOf(\\_SB.PCI0.PEGR.GFX0._ON)) { \\_SB.PCI0.PEGR.GFX0._ON() }\n
%1
end;

into method label _WAK code_regex (Return\s+\(.*) replace_matched
begin
External(\\_SB.PCI0.PEGR.GFX0._OFF, MethodObj)\n
If (CondRefOf(\\_SB.PCI0.PEGR.GFX0._OFF)) { \\_SB.PCI0.PEGR.GFX0._OFF() }\n
%1
end;



Hope all files to Problem reporting is ok!!

kextstat output
Code:
cesars-MacBook-Pro:RehabMan cesarmosqueraiglesias$ kextstat|grep -y acpiplat
   15    2 0xffffff7f81e3a000 0xa5000    0xa5000    com.apple.driver.AppleACPIPlatform (6.1) 642EF8D6-8F86-3F92-B450-FDC9BAE4F3DD <14 12 11 7 6 5 4 3 1>
cesars-MacBook-Pro:RehabMan cesarmosqueraiglesias$ kextstat|grep -y appleintelcpu
   32    0 0xffffff7f82362000 0x2a000    0x2a000    com.apple.driver.AppleIntelCPUPowerManagement (220.0.0) 34FC3C85-7ADA-3627-8988-076B93A55FD6 <7 6 5 4 3 1>
   45    0 0xffffff7f823e5000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (220.0.0) 931165F8-BA12-3CBF-9987-2DD9B5FF9AFA <7 6 5 4 3 1>
cesars-MacBook-Pro:RehabMan cesarmosqueraiglesias$ kextstat|grep -y applelpc
  116    0 0xffffff7f81efb000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 7C24E741-BD4A-3917-83AC-E956A03ADC20 <96 12 5 4 3>

kextcache output

Code:
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fa2f07a7770 [0x7fff8d0295b0]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fa2edde7d90 [0x7fff8d0295b0]> { URL = "VoodooHDA.kext/ -- file:///System/Library/Extensions/", ID = "org.voodoo.driver.VoodooHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fa2ede00300 [0x7fff8d0295b0]> { URL = "ACPIBatteryManager.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
KernelCache ID: 6C5F8FEB9E0EBE9DA0D2F96CA2B5D9DD

thanks in advance!!!
 

Attachments

  • jefazo MacBook Pro.ioreg
    4.2 MB · Views: 168
  • RehabMan.zip
    25.8 KB · Views: 62
  • EFI.zip
    18 MB · Views: 72
Last edited:
hi to all!
need some help with my laptop.

I´m trying with my ASUS k53sj high sierra, I think I have well patched DSDT , I think patch for disable the discrete card is the problem , ^(Asus named gfx0 the discrete and integrated graphic card) but changing some patch entries I think is ok.

The system is ok, it works very well, but when I install acpibatteryManager.kext and logging(user/passsword) only with battery. , the laptop suddenly get shutdown.
brighness control is ok .

when I power on with AC adapter plugged , I can login in Mac OS , and later unplug the AC adapter and work till the battery ends..
ny
if I delete the apcimanager kext don't shutdown when logging, (obviously I don´t have battery status)

++++the fan is always 100% but I see the power management is working. I´m blocked! need some help to open my eyes!
EDIT: Fan issue solved ,the fan was controlled by graphic card, when gfcard is disabled , the fan goes to 100% power.
solved with this patch
Code:
into method label _INI parent_label _SB.PCI0.PEGR.GFX0 insert
begin
_OFF ()\n
^^^LPCB.EC.TSDS ()\n
end;

into method label _REG parent_hid PNP0C09 insert
begin
If (LAnd(LEqual(Arg0,3),LEqual(Arg1,1)))\n
{\n
    ^^^PEGR.GFX0._INI ()\n
}\n
end;

into method label _PTS code_regex ([\s\S]*) replace_matched
begin
External(\\_SB.PCI0.PEGR.GFX0._ON, MethodObj)\n
If (CondRefOf(\\_SB.PCI0.PEGR.GFX0._ON)) { \\_SB.PCI0.PEGR.GFX0._ON() }\n
%1
end;

into method label _WAK code_regex (Return\s+\(.*) replace_matched
begin
External(\\_SB.PCI0.PEGR.GFX0._OFF, MethodObj)\n
If (CondRefOf(\\_SB.PCI0.PEGR.GFX0._OFF)) { \\_SB.PCI0.PEGR.GFX0._OFF() }\n
%1
end;



Hope all files to Problem reporting is ok!!

kextstat output
Code:
cesars-MacBook-Pro:RehabMan cesarmosqueraiglesias$ kextstat|grep -y acpiplat
   15    2 0xffffff7f81e3a000 0xa5000    0xa5000    com.apple.driver.AppleACPIPlatform (6.1) 642EF8D6-8F86-3F92-B450-FDC9BAE4F3DD <14 12 11 7 6 5 4 3 1>
cesars-MacBook-Pro:RehabMan cesarmosqueraiglesias$ kextstat|grep -y appleintelcpu
   32    0 0xffffff7f82362000 0x2a000    0x2a000    com.apple.driver.AppleIntelCPUPowerManagement (220.0.0) 34FC3C85-7ADA-3627-8988-076B93A55FD6 <7 6 5 4 3 1>
   45    0 0xffffff7f823e5000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (220.0.0) 931165F8-BA12-3CBF-9987-2DD9B5FF9AFA <7 6 5 4 3 1>
cesars-MacBook-Pro:RehabMan cesarmosqueraiglesias$ kextstat|grep -y applelpc
  116    0 0xffffff7f81efb000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 7C24E741-BD4A-3917-83AC-E956A03ADC20 <96 12 5 4 3>

kextcache output

Code:
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fa2f07a7770 [0x7fff8d0295b0]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fa2edde7d90 [0x7fff8d0295b0]> { URL = "VoodooHDA.kext/ -- file:///System/Library/Extensions/", ID = "org.voodoo.driver.VoodooHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fa2ede00300 [0x7fff8d0295b0]> { URL = "ACPIBatteryManager.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
KernelCache ID: 6C5F8FEB9E0EBE9DA0D2F96CA2B5D9DD

thanks in advance!!!

"Problem Reporting" files are incomplete/wrong (EFI not requested... too large... attach only EFI/Clover as requested).
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
THANKS REHABMAN! Reuploaded files

Solved the shutdown problem!!!I make a EC reset and works OK>!

But have a problem with the AC conector detection , have battery status working but detects always is plugged...

kext stat output:
Code:
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y acpiplat
   15    2 0xffffff7f81e3a000 0xa5000    0xa5000    com.apple.driver.AppleACPIPlatform (6.1) 642EF8D6-8F86-3F92-B450-FDC9BAE4F3DD <14 12 11 7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y appleintelcpu
   32    0 0xffffff7f82362000 0x2a000    0x2a000    com.apple.driver.AppleIntelCPUPowerManagement (220.0.0) 34FC3C85-7ADA-3627-8988-076B93A55FD6 <7 6 5 4 3 1>
   44    0 0xffffff7f823e5000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (220.0.0) 931165F8-BA12-3CBF-9987-2DD9B5FF9AFA <7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y applelpc
  108    0 0xffffff7f81efb000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 7C24E741-BD4A-3917-83AC-E956A03ADC20 <94 12 5 4 3>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y applehda
  112    0 0xffffff7f81cb1000 0x1f000    0x1f000    com.apple.driver.AppleHDAController (280.12) 55162F3D-B7E9-315C-A7E1-C5C4C02F03EC <111 101 88 12 7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
ls: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*: No such file or directory
cesars-MBP:RehabMan cesarmosqueraiglesias$ pmset -g assertions
2017-11-07 16:10:09 +0100
Assertion status system-wide:
   BackgroundTask                 1
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  0
   PreventUserIdleSystemSleep     0
   NetworkClientActive            0
Listed by owning process:
   pid 96(hidd): [0x0000000f00098058] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968479.3"
    Timeout will fire in 1680 secs Action=TimeoutActionRelease
   pid 203(mds_stores): [0x00000734000b8186] 00:00:00 BackgroundTask named: "com.apple.metadata.mds_stores.power"
Kernel Assertions: 0x4=USB
   id=502  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a140000 owner=USB2.0-CRW
   id=503  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a110000 owner=IOUSBHostDevice
   id=504  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a120000 owner=ASUS USB2.0 WebCam
Idle sleep preventers: IODisplayWrangler
cesars-MBP:RehabMan cesarmosqueraiglesias$ system_profiler SPSerialATADataType|grep TRIM


kextcache:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff47cfbaa30 [0x7fffacde65b0]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff47af223d0 [0x7fffacde65b0]> { URL = "VoodooHDA.kext/ -- file:///System/Library/Extensions/", ID = "org.voodoo.driver.VoodooHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff47ad14560 [0x7fffacde65b0]> { URL = "ACPIBatteryManager.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
KernelCache ID: 61F486FAEA90D06832D1E3B6BDD5BF3D
 

Attachments

  • cesar’s MacBook Pro.ioreg
    4.1 MB · Views: 217
  • CLOVER.zip
    3.8 MB · Views: 70
  • RehabMan.zip
    25.5 KB · Views: 39
Last edited:
THANKS REHABMAN! Reuploaded files

Solved the shutdown problem!!!I make a EC reset and works OK>!

But have a problem with the AC conector detection , have battery status working but detects always is plugged...

kext stat output:
Code:
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y acpiplat
   15    2 0xffffff7f81e3a000 0xa5000    0xa5000    com.apple.driver.AppleACPIPlatform (6.1) 642EF8D6-8F86-3F92-B450-FDC9BAE4F3DD <14 12 11 7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y appleintelcpu
   32    0 0xffffff7f82362000 0x2a000    0x2a000    com.apple.driver.AppleIntelCPUPowerManagement (220.0.0) 34FC3C85-7ADA-3627-8988-076B93A55FD6 <7 6 5 4 3 1>
   44    0 0xffffff7f823e5000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (220.0.0) 931165F8-BA12-3CBF-9987-2DD9B5FF9AFA <7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y applelpc
  108    0 0xffffff7f81efb000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 7C24E741-BD4A-3917-83AC-E956A03ADC20 <94 12 5 4 3>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y applehda
  112    0 0xffffff7f81cb1000 0x1f000    0x1f000    com.apple.driver.AppleHDAController (280.12) 55162F3D-B7E9-315C-A7E1-C5C4C02F03EC <111 101 88 12 7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
ls: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*: No such file or directory
cesars-MBP:RehabMan cesarmosqueraiglesias$ pmset -g assertions
2017-11-07 16:10:09 +0100
Assertion status system-wide:
   BackgroundTask                 1
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  0
   PreventUserIdleSystemSleep     0
   NetworkClientActive            0
Listed by owning process:
   pid 96(hidd): [0x0000000f00098058] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968479.3"
    Timeout will fire in 1680 secs Action=TimeoutActionRelease
   pid 203(mds_stores): [0x00000734000b8186] 00:00:00 BackgroundTask named: "com.apple.metadata.mds_stores.power"
Kernel Assertions: 0x4=USB
   id=502  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a140000 owner=USB2.0-CRW
   id=503  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a110000 owner=IOUSBHostDevice
   id=504  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a120000 owner=ASUS USB2.0 WebCam
Idle sleep preventers: IODisplayWrangler
cesars-MBP:RehabMan cesarmosqueraiglesias$ system_profiler SPSerialATADataType|grep TRIM


kextcache:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff47cfbaa30 [0x7fffacde65b0]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff47af223d0 [0x7fffacde65b0]> { URL = "VoodooHDA.kext/ -- file:///System/Library/Extensions/", ID = "org.voodoo.driver.VoodooHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff47ad14560 [0x7fffacde65b0]> { URL = "ACPIBatteryManager.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
KernelCache ID: 61F486FAEA90D06832D1E3B6BDD5BF3D

Problems:
- ACPI not patched correctly (guide: https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/)
- kexts not installed correctly
(see post #2: https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/)
 
Added all ssdt tables I see ,added 1 more table.
SSDT-2-CpuPm not added why i make a ssdt following the guide to implement native power management. for laptops.

kext installed with kextwizard. no kext in clover/kext .

same issues .
kextstats

Code:
 kextstat|grep -y acpiplat
   15    2 0xffffff7f81e4b000 0xa5000    0xa5000    com.apple.driver.AppleACPIPlatform (6.1) 642EF8D6-8F86-3F92-B450-FDC9BAE4F3DD <14 12 11 7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y appleintelcpu
   32    0 0xffffff7f823e2000 0x2a000    0x2a000    com.apple.driver.AppleIntelCPUPowerManagement (220.0.0) 34FC3C85-7ADA-3627-8988-076B93A55FD6 <7 6 5 4 3 1>
   44    0 0xffffff7f82465000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (220.0.0) 931165F8-BA12-3CBF-9987-2DD9B5FF9AFA <7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y applelpc
  108    0 0xffffff7f81f0c000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 7C24E741-BD4A-3917-83AC-E956A03ADC20 <93 12 5 4 3>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y applehda
  112    0 0xffffff7f81cc2000 0x1f000    0x1f000    com.apple.driver.AppleHDAController (280.12) 55162F3D-B7E9-315C-A7E1-C5C4C02F03EC <111 102 90 12 7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
ls: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*: No such file or directory
cesars-MBP:RehabMan cesarmosqueraiglesias$ pmset -g assertions
2017-11-07 17:17:12 +0100
Assertion status system-wide:
   BackgroundTask                 1
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  0
   PreventUserIdleSystemSleep     1
   NetworkClientActive            0
Listed by owning process:
   pid 76(apsd): [0x00000016000b8069] 00:00:46 ApplePushServiceTask named: "com.apple.apsd-login"
   pid 181(mds_stores): [0x00000004000b801e] 00:01:05 BackgroundTask named: "com.apple.metadata.mds_stores.power"
   pid 96(hidd): [0x0000000f0009805c] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968505.3"
    Timeout will fire in 1680 secs Action=TimeoutActionRelease
   pid 64(mds): [0x00000004000b801f] 00:01:05 BackgroundTask named: "com.apple.metadata.mds.power"
   pid 459(AddressBookSourceSync): [0x00000028000180c1] 00:00:28 PreventUserIdleSystemSleep named: "Address Book Source Sync"
    Timeout will fire in 1771 secs Action=TimeoutActionTurnOff
Kernel Assertions: 0x4=USB
   id=502  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a110000 owner=IOUSBHostDevice
   id=503  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a140000 owner=USB2.0-CRW
   id=504  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a120000 owner=ASUS USB2.0 WebCam
Idle sleep preventers: IODisplayWrangler
cesars-MBP:RehabMan cesarmosqueraiglesias$ system_profiler SPSerialATADataType|grep TRIM


kextcache output:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fc153db9df0 [0x7fffadb8d5b0]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fc153cd5d30 [0x7fffadb8d5b0]> { URL = "VoodooHDA.kext/ -- file:///System/Library/Extensions/", ID = "org.voodoo.driver.VoodooHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fc153d077b0 [0x7fffadb8d5b0]> { URL = "ACPIBatteryManager.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
KernelCache ID: 7814A6E83172E36BBE7E4258AED8CB66
 

Attachments

  • report cesar.zip
    3.5 MB · Views: 65
Last edited:
Added all ssdt tables I see ,added 1 more table.
SSDT-2-CpuPm not added why i make a ssdt following the guide to implement native power management. for laptops.

kext installed with kextwizard. no kext in clover/kext .

same issues .
kextstats

Code:
 kextstat|grep -y acpiplat
   15    2 0xffffff7f81e4b000 0xa5000    0xa5000    com.apple.driver.AppleACPIPlatform (6.1) 642EF8D6-8F86-3F92-B450-FDC9BAE4F3DD <14 12 11 7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y appleintelcpu
   32    0 0xffffff7f823e2000 0x2a000    0x2a000    com.apple.driver.AppleIntelCPUPowerManagement (220.0.0) 34FC3C85-7ADA-3627-8988-076B93A55FD6 <7 6 5 4 3 1>
   44    0 0xffffff7f82465000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (220.0.0) 931165F8-BA12-3CBF-9987-2DD9B5FF9AFA <7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y applelpc
  108    0 0xffffff7f81f0c000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 7C24E741-BD4A-3917-83AC-E956A03ADC20 <93 12 5 4 3>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y applehda
  112    0 0xffffff7f81cc2000 0x1f000    0x1f000    com.apple.driver.AppleHDAController (280.12) 55162F3D-B7E9-315C-A7E1-C5C4C02F03EC <111 102 90 12 7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
ls: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*: No such file or directory
cesars-MBP:RehabMan cesarmosqueraiglesias$ pmset -g assertions
2017-11-07 17:17:12 +0100
Assertion status system-wide:
   BackgroundTask                 1
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  0
   PreventUserIdleSystemSleep     1
   NetworkClientActive            0
Listed by owning process:
   pid 76(apsd): [0x00000016000b8069] 00:00:46 ApplePushServiceTask named: "com.apple.apsd-login"
   pid 181(mds_stores): [0x00000004000b801e] 00:01:05 BackgroundTask named: "com.apple.metadata.mds_stores.power"
   pid 96(hidd): [0x0000000f0009805c] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968505.3"
    Timeout will fire in 1680 secs Action=TimeoutActionRelease
   pid 64(mds): [0x00000004000b801f] 00:01:05 BackgroundTask named: "com.apple.metadata.mds.power"
   pid 459(AddressBookSourceSync): [0x00000028000180c1] 00:00:28 PreventUserIdleSystemSleep named: "Address Book Source Sync"
    Timeout will fire in 1771 secs Action=TimeoutActionTurnOff
Kernel Assertions: 0x4=USB
   id=502  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a110000 owner=IOUSBHostDevice
   id=503  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a140000 owner=USB2.0-CRW
   id=504  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a120000 owner=ASUS USB2.0 WebCam
Idle sleep preventers: IODisplayWrangler
cesars-MBP:RehabMan cesarmosqueraiglesias$ system_profiler SPSerialATADataType|grep TRIM


kextcache output:
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Can't open CFBundle for /System/Library/Extensions/AppleBacklightInjector.kext.
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fc153db9df0 [0x7fffadb8d5b0]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fc153cd5d30 [0x7fffadb8d5b0]> { URL = "VoodooHDA.kext/ -- file:///System/Library/Extensions/", ID = "org.voodoo.driver.VoodooHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fc153d077b0 [0x7fffadb8d5b0]> { URL = "ACPIBatteryManager.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
KernelCache ID: 7814A6E83172E36BBE7E4258AED8CB66

Your kextcache output still proves your kexts are not installed correctly.
 
Your kextcache output still proves your kexts are not installed correctly.
deleted kext and reinstall using terminal with:

sudo cp -R KextToInstall.kext /Library/Extensions

and rebuild cache with:

sudo kextcache -i /
 
deleted kext and reinstall using terminal with:

sudo cp -R KextToInstall.kext /Library/Extensions

and rebuild cache with:

sudo kextcache -i /

Any change requires new "problem reporting" files. None attached.
 
Sorry clicked post reply by error

uploaded in this post

kext
Code:
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y acpiplat
   15    2 0xffffff7f81e59000 0xa5000    0xa5000    com.apple.driver.AppleACPIPlatform (6.1) 642EF8D6-8F86-3F92-B450-FDC9BAE4F3DD <14 12 11 7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y appleintelcpu
   33    0 0xffffff7f823f0000 0x2a000    0x2a000    com.apple.driver.AppleIntelCPUPowerManagement (220.0.0) 34FC3C85-7ADA-3627-8988-076B93A55FD6 <7 6 5 4 3 1>
   45    0 0xffffff7f82473000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (220.0.0) 931165F8-BA12-3CBF-9987-2DD9B5FF9AFA <7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y applelpc
  100    0 0xffffff7f81f1a000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 7C24E741-BD4A-3917-83AC-E956A03ADC20 <95 12 5 4 3>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y applehda
  114    0 0xffffff7f81cd0000 0x1f000    0x1f000    com.apple.driver.AppleHDAController (280.12) 55162F3D-B7E9-315C-A7E1-C5C4C02F03EC <113 102 89 12 7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
ls: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*: No such file or directory
cesars-MBP:RehabMan cesarmosqueraiglesias$ pmset -g assertions
2017-11-07 18:05:38 +0100
Assertion status system-wide:
   BackgroundTask                 0
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  0
   PreventUserIdleSystemSleep     0
   NetworkClientActive            0
Listed by owning process:
   pid 96(hidd): [0x0000001100098054] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968501.3"
    Timeout will fire in 1680 secs Action=TimeoutActionRelease
Kernel Assertions: 0x4=USB
   id=502  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a110000 owner=IOUSBHostDevice
   id=503  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a140000 owner=USB2.0-CRW
   id=504  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a120000 owner=ASUS USB2.0 WebCam
Idle sleep preventers: IODisplayWrangler
cesars-MBP:RehabMan cesarmosqueraiglesias$ system_profiler SPSerialATADataType|grep TRIM
          TRIM Support: No

kextcache
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
Sorry, try again.
Password:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff9621189a0 [0x7fff8a17e5b0]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff9628e9b40 [0x7fff8a17e5b0]> { URL = "ACPIBatteryManager.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff960e7a860 [0x7fff8a17e5b0]> { URL = "VoodooHDA.kext/ -- file:///System/Library/Extensions/", ID = "org.voodoo.driver.VoodooHDA" }
KernelCache ID: 3AC38A255D852BE3F935381FD3352885
cesars-MBP:RehabMan cesarmosqueraiglesias$
 

Attachments

  • report 3.zip
    4.4 MB · Views: 37
Sorry clicked post reply by error

uploaded in this post

kext
Code:
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y acpiplat
   15    2 0xffffff7f81e59000 0xa5000    0xa5000    com.apple.driver.AppleACPIPlatform (6.1) 642EF8D6-8F86-3F92-B450-FDC9BAE4F3DD <14 12 11 7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y appleintelcpu
   33    0 0xffffff7f823f0000 0x2a000    0x2a000    com.apple.driver.AppleIntelCPUPowerManagement (220.0.0) 34FC3C85-7ADA-3627-8988-076B93A55FD6 <7 6 5 4 3 1>
   45    0 0xffffff7f82473000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (220.0.0) 931165F8-BA12-3CBF-9987-2DD9B5FF9AFA <7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y applelpc
  100    0 0xffffff7f81f1a000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 7C24E741-BD4A-3917-83AC-E956A03ADC20 <95 12 5 4 3>
cesars-MBP:RehabMan cesarmosqueraiglesias$ kextstat|grep -y applehda
  114    0 0xffffff7f81cd0000 0x1f000    0x1f000    com.apple.driver.AppleHDAController (280.12) 55162F3D-B7E9-315C-A7E1-C5C4C02F03EC <113 102 89 12 7 6 5 4 3 1>
cesars-MBP:RehabMan cesarmosqueraiglesias$ ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
ls: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*: No such file or directory
cesars-MBP:RehabMan cesarmosqueraiglesias$ pmset -g assertions
2017-11-07 18:05:38 +0100
Assertion status system-wide:
   BackgroundTask                 0
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  0
   PreventUserIdleSystemSleep     0
   NetworkClientActive            0
Listed by owning process:
   pid 96(hidd): [0x0000001100098054] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968501.3"
    Timeout will fire in 1680 secs Action=TimeoutActionRelease
Kernel Assertions: 0x4=USB
   id=502  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a110000 owner=IOUSBHostDevice
   id=503  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a140000 owner=USB2.0-CRW
   id=504  level=255 0x4=USB mod=01/01/1970, 01:00 description=com.apple.usb.externaldevice.1a120000 owner=ASUS USB2.0 WebCam
Idle sleep preventers: IODisplayWrangler
cesars-MBP:RehabMan cesarmosqueraiglesias$ system_profiler SPSerialATADataType|grep TRIM
          TRIM Support: No


"Problem Reporting" files are incomplete.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
Status
Not open for further replies.
Back
Top