Contribute
Register

Dell Inspiron 15 7567 - General Installation Issues

Status
Not open for further replies.
Here you go!
Code:
Last login: Tue Oct 17 22:43:53 on ttys000
Duncans-HackBook-Pro-Retina:~ duncan$ kextstat|grep -y acpiplat
   15    2 0xffffff7f83179000 0x9c000    0x9c000    com.apple.driver.AppleACPIPlatform (6.1) 642EF8D6-8F86-3F92-B450-FDC9BAE4F3DD <14 12 11 7 6 5 4 3 1>
Duncans-HackBook-Pro-Retina:~ duncan$ kextstat|grep -y appleintelcpu
Duncans-HackBook-Pro-Retina:~ duncan$ kextstat|grep -y applelpc
Duncans-HackBook-Pro-Retina:~ duncan$ kextstat|grep -y applehda
  110    1 0xffffff7f82e1b000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (280.12) 55162F3D-B7E9-315C-A7E1-C5C4C02F03EC <109 108 95 12 7 6 5 4 3 1>
  139    0 0xffffff7f82f9b000 0xb7000    0xb7000    com.apple.driver.AppleHDA (9272.51.3) 7FC2BABA-4D4F-34FC-93E2-3E3244DEB73D <138 110 109 108 104 95 12 11 6 5 4 3 1>
Duncans-HackBook-Pro-Retina:~ duncan$ ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
ls: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*: No such file or directory
Duncans-HackBook-Pro-Retina:~ duncan$ pmset -g assertions
2017-10-17 22:49:08 -0700
Assertion status system-wide:
   BackgroundTask                 0
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  1
   PreventUserIdleSystemSleep     0
   NetworkClientActive            0
Listed by owning process:
   pid 100(hidd): [0x0000000700098027] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968084.3"
   pid 56(powerd): [0x0000000400088000] 00:07:10 ExternalMedia named: "com.apple.powermanagement.externalmediamounted"
Kernel Assertions: 0x4=USB
   id=503  level=255 0x4=USB mod=12/31/69, 4:00 PM description=com.apple.usb.externaldevice.14300000 owner=USB Optical Mouse
   id=504  level=255 0x4=USB mod=12/31/69, 4:00 PM description=com.apple.usb.externaldevice.14200000 owner=Ultra
   id=505  level=255 0x4=USB mod=12/31/69, 4:00 PM description=com.apple.usb.externaldevice.14400000 owner=BCM20702A0
Duncans-HackBook-Pro-Retina:~ duncan$ system_profiler SPSerialATADataType|grep TRIM
          TRIM Support: Yes
Duncans-HackBook-Pro-Retina:~ duncan$

Code:
Duncans-HackBook-Pro-Retina:~ duncan$ sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd903bcbf00 [0x7fff865475b0]> { URL = "Lilu.kext/ -- file:///System/Library/Extensions/", ID = "as.vit9696.Lilu" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd90041eda0 [0x7fff865475b0]> { URL = "IntelGraphicsFixup.kext/ -- file:///System/Library/Extensions/", ID = "as.lvs1974.IntelGraphicsFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd90394f8a0 [0x7fff865475b0]> { URL = "CodecCommander.kext/ -- file:///System/Library/Extensions/", ID = "org.tw.CodecCommander" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd90392df70 [0x7fff865475b0]> { URL = "BrcmPatchRAM2.kext/ -- file:///System/Library/Extensions/", ID = "com.no-one.BrcmPatchRAM2" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd90392d720 [0x7fff865475b0]> { URL = "BrcmFirmwareRepo.kext/ -- file:///System/Library/Extensions/", ID = "com.no-one.BrcmFirmwareStore" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7fd902b53220 [0x7fff865475b0]> { URL = "AppleHDA_ALC256_withsub_fixbug.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.AppleHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd9006a54e0 [0x7fff865475b0]> { URL = "AppleBacklightInjector.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd90050ece0 [0x7fff865475b0]> { URL = "ACPIBatteryManager.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
KernelCache ID: D921BC690F0E29D26F421825F9290F56
Duncans-HackBook-Pro-Retina:~ duncan$

Thank you!

-Duncan

Your SMCD device is wrong.
ACPIPoller.kext requires "FAN00000", not "MON0000".
You will also need an FCPU method that calls DUMP.
 
Your SMCD device is wrong.
ACPIPoller.kext requires "FAN00000", not "MON0000".
You will also need an FCPU method that calls DUMP.

I've made those adjustments (although I'm not too sure if I've called the "DUMP" method properly, or if the FCPU method is in the correct scope), but now ACPIPoller doesn't want to load at all...:think:
I'll re-attach problem reporting files..

Code:
Duncans-HackBook-Pro-Retina:~ duncan$ kextstat|grep -y acpiplat
   15    2 0xffffff7f831d2000 0x9c000    0x9c000    com.apple.driver.AppleACPIPlatform (6.1) 642EF8D6-8F86-3F92-B450-FDC9BAE4F3DD <14 12 11 7 6 5 4 3 1>
Duncans-HackBook-Pro-Retina:~ duncan$ kextstat|grep -y appleintelcpu
Duncans-HackBook-Pro-Retina:~ duncan$ kextstat|grep -y applelpc
Duncans-HackBook-Pro-Retina:~ duncan$ kextstat|grep -y applehda
  107    1 0xffffff7f82e74000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (280.12) 55162F3D-B7E9-315C-A7E1-C5C4C02F03EC <106 105 89 12 7 6 5 4 3 1>
  136    0 0xffffff7f82ff4000 0xb7000    0xb7000    com.apple.driver.AppleHDA (9272.51.3) 7FC2BABA-4D4F-34FC-93E2-3E3244DEB73D <135 107 106 105 101 89 12 11 6 5 4 3 1>
Duncans-HackBook-Pro-Retina:~ duncan$ ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
ls: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*: No such file or directory
Duncans-HackBook-Pro-Retina:~ duncan$ pmset -g assertions
2017-10-18 13:09:58 -0700
Assertion status system-wide:
   BackgroundTask                 0
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  0
   InternalPreventDisplaySleep    1
   PreventUserIdleSystemSleep     1
   NetworkClientActive            0
Listed by owning process:
   pid 399(nsurlsessiond): [0x0000009a00018153] 00:00:02 PreventUserIdleSystemSleep named: "NSURLSessionTask 1A57C2E1-8BF8-4B8E-9202-577D3D0AB43E"
   pid 399(nsurlsessiond): [0x0000009a00018152] 00:00:02 PreventUserIdleSystemSleep named: "NSURLSessionTask 6498EB51-84A5-4F10-93CD-476962AC7805"
   pid 399(nsurlsessiond): [0x0000009a00018151] 00:00:03 PreventUserIdleSystemSleep named: "NSURLSessionTask 2D7021E7-C93C-4B36-A787-1E8825E22FD0"
   pid 56(powerd): [0x00000021001080f5] 00:02:02 InternalPreventDisplaySleep named: "com.apple.powermanagement.delayDisplayOff"
    Timeout will fire in 177 secs Action=TimeoutActionTurnOff
   pid 100(hidd): [0x0000001500098059] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968064.3"
   pid 540(AddressBookSourceSync): [0x0000004900018124] 00:01:23 PreventUserIdleSystemSleep named: "Address Book Source Sync"
    Timeout will fire in 1716 secs Action=TimeoutActionTurnOff
Kernel Assertions: 0x4=USB
   id=500  level=255 0x4=USB mod=12/31/69, 4:00 PM description=com.apple.usb.externaldevice.14400000 owner=BCM20702A0
   id=501  level=255 0x4=USB mod=12/31/69, 4:00 PM description=com.apple.usb.externaldevice.14300000 owner=USB Optical Mouse
Idle sleep preventers: IODisplayWrangler
Duncans-HackBook-Pro-Retina:~ duncan$ system_profiler SPSerialATADataType|grep TRIM
          TRIM Support: Yes
Duncans-HackBook-Pro-Retina:~ duncan$

Code:
Duncans-HackBook-Pro-Retina:~ duncan$ sudo touch /system/library/extensions && sudo kextcache -u /
Password:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8b32adb40 [0x7fff952f55b0]> { URL = "Lilu.kext/ -- file:///System/Library/Extensions/", ID = "as.vit9696.Lilu" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8b304f2a0 [0x7fff952f55b0]> { URL = "IntelGraphicsFixup.kext/ -- file:///System/Library/Extensions/", ID = "as.lvs1974.IntelGraphicsFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8b0558cd0 [0x7fff952f55b0]> { URL = "CodecCommander.kext/ -- file:///System/Library/Extensions/", ID = "org.tw.CodecCommander" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8b303c830 [0x7fff952f55b0]> { URL = "BrcmPatchRAM2.kext/ -- file:///System/Library/Extensions/", ID = "com.no-one.BrcmPatchRAM2" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8b303bed0 [0x7fff952f55b0]> { URL = "BrcmFirmwareRepo.kext/ -- file:///System/Library/Extensions/", ID = "com.no-one.BrcmFirmwareStore" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7ff8b0407710 [0x7fff952f55b0]> { URL = "AppleHDA_ALC256_withsub_fixbug.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.AppleHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8ae58d1f0 [0x7fff952f55b0]> { URL = "AppleBacklightInjector.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8ae50b1b0 [0x7fff952f55b0]> { URL = "ACPIPoller.kext/ -- file:///System/Library/Extensions/", ID = "com.rehabman.driver.ACPIPoller" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8b0105f90 [0x7fff952f55b0]> { URL = "ACPIBatteryManager.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
KernelCache ID: 9A8AAB8ECACA66753DCDCF6C66D6DDC0
Duncans-HackBook-Pro-Retina:~ duncan$

Thank you!

-Duncan
 

Attachments

  • i7567-ProblemReporting.zip
    3.5 MB · Views: 69
I've made those adjustments (although I'm not too sure if I've called the "DUMP" method properly, or if the FCPU method is in the correct scope), but now ACPIPoller doesn't want to load at all...:think:
I'll re-attach problem reporting files..

Code:
Duncans-HackBook-Pro-Retina:~ duncan$ kextstat|grep -y acpiplat
   15    2 0xffffff7f831d2000 0x9c000    0x9c000    com.apple.driver.AppleACPIPlatform (6.1) 642EF8D6-8F86-3F92-B450-FDC9BAE4F3DD <14 12 11 7 6 5 4 3 1>
Duncans-HackBook-Pro-Retina:~ duncan$ kextstat|grep -y appleintelcpu
Duncans-HackBook-Pro-Retina:~ duncan$ kextstat|grep -y applelpc
Duncans-HackBook-Pro-Retina:~ duncan$ kextstat|grep -y applehda
  107    1 0xffffff7f82e74000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (280.12) 55162F3D-B7E9-315C-A7E1-C5C4C02F03EC <106 105 89 12 7 6 5 4 3 1>
  136    0 0xffffff7f82ff4000 0xb7000    0xb7000    com.apple.driver.AppleHDA (9272.51.3) 7FC2BABA-4D4F-34FC-93E2-3E3244DEB73D <135 107 106 105 101 89 12 11 6 5 4 3 1>
Duncans-HackBook-Pro-Retina:~ duncan$ ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
ls: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*: No such file or directory
Duncans-HackBook-Pro-Retina:~ duncan$ pmset -g assertions
2017-10-18 13:09:58 -0700
Assertion status system-wide:
   BackgroundTask                 0
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  0
   InternalPreventDisplaySleep    1
   PreventUserIdleSystemSleep     1
   NetworkClientActive            0
Listed by owning process:
   pid 399(nsurlsessiond): [0x0000009a00018153] 00:00:02 PreventUserIdleSystemSleep named: "NSURLSessionTask 1A57C2E1-8BF8-4B8E-9202-577D3D0AB43E"
   pid 399(nsurlsessiond): [0x0000009a00018152] 00:00:02 PreventUserIdleSystemSleep named: "NSURLSessionTask 6498EB51-84A5-4F10-93CD-476962AC7805"
   pid 399(nsurlsessiond): [0x0000009a00018151] 00:00:03 PreventUserIdleSystemSleep named: "NSURLSessionTask 2D7021E7-C93C-4B36-A787-1E8825E22FD0"
   pid 56(powerd): [0x00000021001080f5] 00:02:02 InternalPreventDisplaySleep named: "com.apple.powermanagement.delayDisplayOff"
    Timeout will fire in 177 secs Action=TimeoutActionTurnOff
   pid 100(hidd): [0x0000001500098059] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968064.3"
   pid 540(AddressBookSourceSync): [0x0000004900018124] 00:01:23 PreventUserIdleSystemSleep named: "Address Book Source Sync"
    Timeout will fire in 1716 secs Action=TimeoutActionTurnOff
Kernel Assertions: 0x4=USB
   id=500  level=255 0x4=USB mod=12/31/69, 4:00 PM description=com.apple.usb.externaldevice.14400000 owner=BCM20702A0
   id=501  level=255 0x4=USB mod=12/31/69, 4:00 PM description=com.apple.usb.externaldevice.14300000 owner=USB Optical Mouse
Idle sleep preventers: IODisplayWrangler
Duncans-HackBook-Pro-Retina:~ duncan$ system_profiler SPSerialATADataType|grep TRIM
          TRIM Support: Yes
Duncans-HackBook-Pro-Retina:~ duncan$

Code:
Duncans-HackBook-Pro-Retina:~ duncan$ sudo touch /system/library/extensions && sudo kextcache -u /
Password:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8b32adb40 [0x7fff952f55b0]> { URL = "Lilu.kext/ -- file:///System/Library/Extensions/", ID = "as.vit9696.Lilu" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8b304f2a0 [0x7fff952f55b0]> { URL = "IntelGraphicsFixup.kext/ -- file:///System/Library/Extensions/", ID = "as.lvs1974.IntelGraphicsFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8b0558cd0 [0x7fff952f55b0]> { URL = "CodecCommander.kext/ -- file:///System/Library/Extensions/", ID = "org.tw.CodecCommander" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8b303c830 [0x7fff952f55b0]> { URL = "BrcmPatchRAM2.kext/ -- file:///System/Library/Extensions/", ID = "com.no-one.BrcmPatchRAM2" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8b303bed0 [0x7fff952f55b0]> { URL = "BrcmFirmwareRepo.kext/ -- file:///System/Library/Extensions/", ID = "com.no-one.BrcmFirmwareStore" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7ff8b0407710 [0x7fff952f55b0]> { URL = "AppleHDA_ALC256_withsub_fixbug.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.AppleHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8ae58d1f0 [0x7fff952f55b0]> { URL = "AppleBacklightInjector.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8ae50b1b0 [0x7fff952f55b0]> { URL = "ACPIPoller.kext/ -- file:///System/Library/Extensions/", ID = "com.rehabman.driver.ACPIPoller" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7ff8b0105f90 [0x7fff952f55b0]> { URL = "ACPIBatteryManager.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
KernelCache ID: 9A8AAB8ECACA66753DCDCF6C66D6DDC0
Duncans-HackBook-Pro-Retina:~ duncan$

Thank you!

-Duncan

You're missing one zero from FAN00000.
You have four zeros; should be five.

Must pay attention to detail.
 
You're missing one zero from FAN00000.
You have four zeros; should be five.

Must pay attention to detail.

LOL I totally missed that! :lol:

Now that I've added the extra zero, I'm noticing that there is no dump for the method I called (although ACPIDebug and ACPIPoller are loaded)...:think:

When I search in the system log for "ACPIDebug" or "ACPIPoller", the only messages that come up are the initialization messages:
(yes I know the grep is unnecessarily long :lol:)

Code:
Duncans-HackBook-Pro-Retina:RHM duncan$ log show --debug --predicate "processID==0" --start 2017-10-18 | grep -v "Sandbox" | grep -v "STD ::" | grep -v "IOAudioFamily" | grep -v "AppleHDA" | grep -y ACPIDebug
2017-10-18 01:33:18.214277-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 11:43:47.198216-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 11:51:44.773189-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 11:53:46.712272-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 11:55:59.753269-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 13:07:24.235075-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 13:55:53.248051-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 14:15:49.185710-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 14:18:25.238592-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 14:23:53.220961-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
Duncans-HackBook-Pro-Retina:RHM duncan$ log show --debug --predicate "processID==0" --start 2017-10-18 | grep -v "Sandbox" | grep -v "STD ::" | grep -v "IOAudioFamily" | grep -v "AppleHDA" | grep -y ACPIPoller
2017-10-18 13:55:53.263464-0700 0xcf       Default     0x0                  0      0    kernel: (kernel) ACPIPoller: Version 0.8.1 starting on OS X Darwin 17.0.
2017-10-18 14:15:49.572460-0700 0xcf       Default     0x0                  0      0    kernel: (kernel) ACPIPoller: Version 0.8.1 starting on OS X Darwin 17.0.
2017-10-18 14:18:25.239999-0700 0xcf       Default     0x0                  0      0    kernel: (kernel) ACPIPoller: Version 0.8.1 starting on OS X Darwin 17.0.
2017-10-18 14:23:53.607782-0700 0xcf       Default     0x0                  0      0    kernel: (kernel) ACPIPoller: Version 0.8.1 starting on OS X Darwin 17.0.
Duncans-HackBook-Pro-Retina:RHM duncan$

No messages regarding the ACPIDebug ACPI methods are present...
Not even the "EC Data" is showing in the log (the string itself, since we called P2("EC Data", ALL)). Does this mean ACPIDebug / the RMDT method isn't working?
Or does this mean that nothing is being dumped from the EC? :think:

-Duncan
 
Last edited:
LOL I totally missed that! :lol:

Now that I've added the extra zero, I'm noticing that there is no dump for the method I called (although ACPIDebug and ACPIPoller are loaded)...:think:

When I search in the system log for "ACPIDebug" or "ACPIPoller", the only messages that come up are the initialization messages:
(yes I know the grep is unnecessarily long :lol:)

Code:
Duncans-HackBook-Pro-Retina:RHM duncan$ log show --debug --predicate "processID==0" --start 2017-10-18 | grep -v "Sandbox" | grep -v "STD ::" | grep -v "IOAudioFamily" | grep -v "AppleHDA" | grep -y ACPIDebug
2017-10-18 01:33:18.214277-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 11:43:47.198216-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 11:51:44.773189-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 11:53:46.712272-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 11:55:59.753269-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 13:07:24.235075-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 13:55:53.248051-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 14:15:49.185710-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 14:18:25.238592-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
2017-10-18 14:23:53.220961-0700 0xce       Default     0x0                  0      0    kernel: (kernel) ACPIDebug: Version 0.1.4 starting on OS X Darwin 17.0.
Duncans-HackBook-Pro-Retina:RHM duncan$ log show --debug --predicate "processID==0" --start 2017-10-18 | grep -v "Sandbox" | grep -v "STD ::" | grep -v "IOAudioFamily" | grep -v "AppleHDA" | grep -y ACPIPoller
2017-10-18 13:55:53.263464-0700 0xcf       Default     0x0                  0      0    kernel: (kernel) ACPIPoller: Version 0.8.1 starting on OS X Darwin 17.0.
2017-10-18 14:15:49.572460-0700 0xcf       Default     0x0                  0      0    kernel: (kernel) ACPIPoller: Version 0.8.1 starting on OS X Darwin 17.0.
2017-10-18 14:18:25.239999-0700 0xcf       Default     0x0                  0      0    kernel: (kernel) ACPIPoller: Version 0.8.1 starting on OS X Darwin 17.0.
2017-10-18 14:23:53.607782-0700 0xcf       Default     0x0                  0      0    kernel: (kernel) ACPIPoller: Version 0.8.1 starting on OS X Darwin 17.0.
Duncans-HackBook-Pro-Retina:RHM duncan$

No messages regarding the ACPIDebug ACPI methods are present...
Not even the "EC Data" is showing in the log (the string itself, since we called P2("EC Data", ALL)). Does this mean ACPIDebug / the RMDT method isn't working?
Or does this mean that nothing is being dumped from the EC? :think:

-Duncan

No "Problem Reporting" files attached.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
No "Problem Reporting" files attached.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

All Problem Reporting Files attached!

Code:
Duncans-HackBook-Pro-Retina:RHM duncan$ kextstat|grep -y acpiplat
   15    2 0xffffff7f831d2000 0x9c000    0x9c000    com.apple.driver.AppleACPIPlatform (6.1) 642EF8D6-8F86-3F92-B450-FDC9BAE4F3DD <14 12 11 7 6 5 4 3 1>
Duncans-HackBook-Pro-Retina:RHM duncan$ kextstat|grep -y appleintelcpu
Duncans-HackBook-Pro-Retina:RHM duncan$ kextstat|grep -y applelpc
Duncans-HackBook-Pro-Retina:RHM duncan$ kextstat|grep -y applehda
  111    1 0xffffff7f82e74000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (280.12) 55162F3D-B7E9-315C-A7E1-C5C4C02F03EC <110 109 94 12 7 6 5 4 3 1>
  137    0 0xffffff7f82ff4000 0xb7000    0xb7000    com.apple.driver.AppleHDA (9272.51.3) 7FC2BABA-4D4F-34FC-93E2-3E3244DEB73D <136 111 110 109 98 94 12 11 6 5 4 3 1>
Duncans-HackBook-Pro-Retina:RHM duncan$ ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
ls: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*: No such file or directory
Duncans-HackBook-Pro-Retina:RHM duncan$ pmset -g assertions
2017-10-18 14:50:02 -0700
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 100(hidd): [0x0000000900098047] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968071.3"
Kernel Assertions: 0x4=USB
   id=500  level=255 0x4=USB mod=12/31/69, 4:00 PM description=com.apple.usb.externaldevice.14400000 owner=BCM20702A0
   id=501  level=255 0x4=USB mod=12/31/69, 4:00 PM description=com.apple.usb.externaldevice.14300000 owner=USB Optical Mouse
Idle sleep preventers: IODisplayWrangler
Duncans-HackBook-Pro-Retina:RHM duncan$ system_profiler SPSerialATADataType|grep TRIM
          TRIM Support: Yes
Duncans-HackBook-Pro-Retina:RHM duncan$

Code:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef630a210 [0x7fffa2a9c5b0]> { URL = "Lilu.kext/ -- file:///System/Library/Extensions/", ID = "as.vit9696.Lilu" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef60ee460 [0x7fffa2a9c5b0]> { URL = "IntelGraphicsFixup.kext/ -- file:///System/Library/Extensions/", ID = "as.lvs1974.IntelGraphicsFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef6081cf0 [0x7fffa2a9c5b0]> { URL = "CodecCommander.kext/ -- file:///System/Library/Extensions/", ID = "org.tw.CodecCommander" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef605fe20 [0x7fffa2a9c5b0]> { URL = "BrcmPatchRAM2.kext/ -- file:///System/Library/Extensions/", ID = "com.no-one.BrcmPatchRAM2" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef605e520 [0x7fffa2a9c5b0]> { URL = "BrcmFirmwareRepo.kext/ -- file:///System/Library/Extensions/", ID = "com.no-one.BrcmFirmwareStore" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7faef2c0fb70 [0x7fffa2a9c5b0]> { URL = "AppleHDA_ALC256_withsub_fixbug.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.AppleHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef2fb4e60 [0x7fffa2a9c5b0]> { URL = "AppleBacklightInjector.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef2f0c300 [0x7fffa2a9c5b0]> { URL = "ACPIPoller.kext/ -- file:///System/Library/Extensions/", ID = "com.rehabman.driver.ACPIPoller" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef2f0cdc0 [0x7fffa2a9c5b0]> { URL = "ACPIBatteryManager.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
KernelCache ID: 7570CA00832635B865EF53754DC0B83F
Duncans-HackBook-Pro-Retina:RHM duncan$

-Duncan
 

Attachments

  • i7567-ProblemReporting.zip
    3.5 MB · Views: 76
All Problem Reporting Files attached!

Code:
Duncans-HackBook-Pro-Retina:RHM duncan$ kextstat|grep -y acpiplat
   15    2 0xffffff7f831d2000 0x9c000    0x9c000    com.apple.driver.AppleACPIPlatform (6.1) 642EF8D6-8F86-3F92-B450-FDC9BAE4F3DD <14 12 11 7 6 5 4 3 1>
Duncans-HackBook-Pro-Retina:RHM duncan$ kextstat|grep -y appleintelcpu
Duncans-HackBook-Pro-Retina:RHM duncan$ kextstat|grep -y applelpc
Duncans-HackBook-Pro-Retina:RHM duncan$ kextstat|grep -y applehda
  111    1 0xffffff7f82e74000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (280.12) 55162F3D-B7E9-315C-A7E1-C5C4C02F03EC <110 109 94 12 7 6 5 4 3 1>
  137    0 0xffffff7f82ff4000 0xb7000    0xb7000    com.apple.driver.AppleHDA (9272.51.3) 7FC2BABA-4D4F-34FC-93E2-3E3244DEB73D <136 111 110 109 98 94 12 11 6 5 4 3 1>
Duncans-HackBook-Pro-Retina:RHM duncan$ ls -l /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*
ls: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*.zml*: No such file or directory
Duncans-HackBook-Pro-Retina:RHM duncan$ pmset -g assertions
2017-10-18 14:50:02 -0700
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 100(hidd): [0x0000000900098047] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968071.3"
Kernel Assertions: 0x4=USB
   id=500  level=255 0x4=USB mod=12/31/69, 4:00 PM description=com.apple.usb.externaldevice.14400000 owner=BCM20702A0
   id=501  level=255 0x4=USB mod=12/31/69, 4:00 PM description=com.apple.usb.externaldevice.14300000 owner=USB Optical Mouse
Idle sleep preventers: IODisplayWrangler
Duncans-HackBook-Pro-Retina:RHM duncan$ system_profiler SPSerialATADataType|grep TRIM
          TRIM Support: Yes
Duncans-HackBook-Pro-Retina:RHM duncan$

Code:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef630a210 [0x7fffa2a9c5b0]> { URL = "Lilu.kext/ -- file:///System/Library/Extensions/", ID = "as.vit9696.Lilu" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef60ee460 [0x7fffa2a9c5b0]> { URL = "IntelGraphicsFixup.kext/ -- file:///System/Library/Extensions/", ID = "as.lvs1974.IntelGraphicsFixup" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef6081cf0 [0x7fffa2a9c5b0]> { URL = "CodecCommander.kext/ -- file:///System/Library/Extensions/", ID = "org.tw.CodecCommander" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef605fe20 [0x7fffa2a9c5b0]> { URL = "BrcmPatchRAM2.kext/ -- file:///System/Library/Extensions/", ID = "com.no-one.BrcmPatchRAM2" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef605e520 [0x7fffa2a9c5b0]> { URL = "BrcmFirmwareRepo.kext/ -- file:///System/Library/Extensions/", ID = "com.no-one.BrcmFirmwareStore" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7faef2c0fb70 [0x7fffa2a9c5b0]> { URL = "AppleHDA_ALC256_withsub_fixbug.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.AppleHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef2fb4e60 [0x7fffa2a9c5b0]> { URL = "AppleBacklightInjector.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef2f0c300 [0x7fffa2a9c5b0]> { URL = "ACPIPoller.kext/ -- file:///System/Library/Extensions/", ID = "com.rehabman.driver.ACPIPoller" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7faef2f0cdc0 [0x7fffa2a9c5b0]> { URL = "ACPIBatteryManager.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
KernelCache ID: 7570CA00832635B865EF53754DC0B83F
Duncans-HackBook-Pro-Retina:RHM duncan$

-Duncan

The big problem here is that we cannot expect to read the EC all at once.
Because of buggy ACPIPlatform in macOS, we have to read it a byte at a time.
You can use RECB from the battery patching guide:
https://www.tonymacx86.com/threads/guide-how-to-patch-dsdt-for-working-battery-status.116102/
 
The big problem here is that we cannot expect to read the EC all at once.
Because of buggy ACPIPlatform in macOS, we have to read it a byte at a time.
You can use RECB from the battery patching guide:
https://www.tonymacx86.com/threads/guide-how-to-patch-dsdt-for-working-battery-status.116102/

Interesting...:think:

So as I currently understand it, we use RECB and attempt to pull all 2048 bytes out of it, but RECB will read it a byte at a time and store it in the "TEMP" buffer? Or would we have to read it 8 bytes at a time and create a counter? :think:

-Duncan
 
Interesting...:think:

So as I currently understand it, we use RECB and attempt to pull all 2048 bytes out of it, but RECB will read it a byte at a time (or 8 bytes at a time?) and store it in the "TEMP" buffer? Or would we have to read it 8 bytes at a time and create a counter? :think:

-Duncan

You can just use RECB to read the entire 2048 bits (not bytes... 2048 bits is 256 bytes).
And yes, RECB reads it one byte at a time. You can see it clearly if you read the code.
 
You can just use RECB to read the entire 2048 bits (not bytes... 2048 bits is 256 bytes).
And yes, RECB reads it one byte at a time. You can see it clearly if you read the code.

I just realized that when I was looking it over...:lol:

Would this be a correct implementation of RECB? (it's probably not and most likely will show my inexperience with AML :p)
Code:
            Method (DUMP, 0, NotSerialized)
            {
                \RMDT.P2 ("EC data", RECB (Zero, 0x0800))
            }

-Duncan

EDIT: I tested ACPIDebug & RMDT via a simple string output, and that pushes to the system log just fine, so it indeed is a problem with the EC data :D
 
Last edited:
Status
Not open for further replies.
Back
Top