Thanks for the fast reply!
Tried it, and the laptop becomes quiet when sleeping, only the power button stays steady on.
AppleLPC is loaded and no more LPC in the bdmesg.
Can't get the machine to wake, if I push power button for 5 seconds the fan turns on, nothing more.
I patched _WAK by adding the if-line below:
Method (_WAK, 1, NotSerialized) // _WAK: Wake
{
If (LOr(LLess(Arg0,1),LGreater(Arg0,5))) { Store(3,Arg0) }
EV2 (Arg0, Zero)
AWAK (Arg0)
Return (Zero)
}
Furthermore, I see the following when going to sleep in the system.log:
Aug 19 15:24:06 MacBook-Pro-de- StatusBarApp[388]: goingToSleep ==>
Aug 19 15:24:06 MacBook-Pro-de-StatusBarApp[388]: goingToSleep <==
Aug 19 15:24:06 MacBook-Pro-de-loginwindow[95]: objc[95]: Class TIMLog is implemented in
both /System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/SharedFrameworks/TextInp
utUI.framework/Versions/A/TextInputUI (0x10f518858) and /System/Library/CoreServices/Menu Extra
s/TextInput.menu/Contents/SharedSupport/TIMCore.bundle/Contents/MacOS/TIMCore (0x10f4f5b10). On
e of the two will be used. Which one is undefined.
Aug 19 15:24:06 MacBook-Pro-de com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemote
URLConnectionAgent): Unknown key for integer: _DirtyJetsamMemoryLimit
Aug 19 15:24:07 MacBook-Pro-de-com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.us
er.501): Service "com.apple.xpc.launchd.unmanaged.loginwindow.95" tried to hijack endpoint "com
.apple.tsm.uiserver" from owner: com.apple.SystemUIServer.agent
Aug 19 15:26:33 localhost bootlog[0]: BOOT_TIME 1503149193 0
And at 15:26 I was pushing the power button for 10 seconds to turn the laptop off and
then for power on.
I also see the following in the log:
Aug 19 15:28:44 MacBook-Pro-de-StatusBarApp[371]: U2U3_MacOSX 10.12.6
Aug 19 15:28:44 MacBook-Pro-de-StatusBarApp[371]: FindUSB30 - Check USB host controller
Aug 19 15:28:44 MacBook-Pro-de-StatusBarApp[371]: FindUSBHost30:: findTask sleep
Aug 19 15:28:44 --- last message repeated 3 times ---
Aug 19 15:28:44 MacBook-Pro-de-StatusBarApp[371]: 0
Aug 19 15:28:44 MacBook-Pro-de-StatusBarApp[371]: FindUSBHost30:: num(0), bFind(0)
Aug 19 15:28:44 MacBook-Pro-de-StatusBarApp[371]: U2U3_Get USB3.0 Error
Is this a problem?
Furthermore, I use a WLAN usb dongle, could that one prevent sleep?
Or the RtlWlan*kext kext which were installed in S/L/E by the dongle software?
Should I delete as much as possible kext in the CLOVER/kext/10.12 such as AppleIntelE1000e?
Any hints or help is appreciated, if I should post more logging let me know, regards,
Itsworking (almost)