Contribute
Register

Sleep failure

Status
Not open for further replies.
Have successfully installed Majove.

Most of the things seem to work. :)

Sleep shutdown my build:

Code:
pmset -g log | grep -i failure
2018-10-07 13:19:12 +0200 Failure                 Sleep Failure [code:0xFFFFFFFF0000001F]

and
Code:
pmset -g assertions
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 117(hidd): [0x00000017000980ca] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968149.3"
    Timeout will fire in 10800 secs Action=TimeoutActionRelease

Kernel Assertions: 0x4=USB
   id=502  level=255 0x4=USB mod=1970/01/01, 02:00 description=com.apple.usb.externaldevice.1d110000 owner=USB Receiver
   id=504  level=255 0x4=USB mod=1970/01/01, 02:00 description=com.apple.usb.externaldevice.1a160000 owner=Bluetooth USB Host Controller

Please see report file in full details.
 

Attachments

  • debug_5734.zip
    1.8 MB · Views: 59
Last edited:
I already tried all these options with no success. However High Sierra was working fine ( up to 10.13.5 )

@Ellybz I am on 10.13.6 but cannot get sleep working trying to figure out why not sure if its Bios settings or clover setting perhaps you can shed some light (Bios screenshot, efi folder) for what worked with you under 10.13? Thanks
 
@Ellybz I am on 10.13.6 but cannot get sleep working trying to figure out why not sure if its Bios settings or clover setting perhaps you can shed some light (Bios screenshot, efi folder) for what worked with you under 10.13? Thanks
I do not have High sierra anymore. I switched to Mojave really early on. Make sure you update your clover bootloader and kexts to the latest version. Attached is my saved Bios F9G config for X299 Gaming 7. ( load within Bios ) 4.5Ghz in all cores, Air cooled, silent & super stable.
Replace/ Update your memory config & Drive startup boot accordingly ( Obviously ). Cheers

PS: Quick question on another subject. Plugging Android ph on USB c port charges it but Android File transfer /Anytrans rarely see the phone. Do you have this issue? ( with or without custom USB kext )
 

Attachments

  • BIOS 4.5 OK.zip
    2 KB · Views: 53
Last edited:
Have successfully installed Majove.

Most of the things seem to work. :)

Sleep shutdown my build:

Code:
pmset -g log | grep -i failure
2018-10-07 13:19:12 +0200 Failure                 Sleep Failure [code:0xFFFFFFFF0000001F]

and
Code:
pmset -g assertions
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 117(hidd): [0x00000017000980ca] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968149.3"
    Timeout will fire in 10800 secs Action=TimeoutActionRelease

Kernel Assertions: 0x4=USB
   id=502  level=255 0x4=USB mod=1970/01/01, 02:00 description=com.apple.usb.externaldevice.1d110000 owner=USB Receiver
   id=504  level=255 0x4=USB mod=1970/01/01, 02:00 description=com.apple.usb.externaldevice.1a160000 owner=Bluetooth USB Host Controller

Please see report file in full details.

Did you make all these patches by your self or you copy it from somewhere?

Screen Shot 2018-10-13 at 9.21.59 AM.png


You don't need Shiki.kext. And I'm not sure about AppleIntelCPUPowerManagementInfo.kext. Recheck. Try to implement PM with clover.config-Icpi-Generate Options-Plugin Type =1

Some of your kexts are not injected. You can see injected kexts in kextcache_log.txt.
 
Last edited:
Did you make all these patches by your self or you copy it from somewhere?

View attachment 357321

You don't need Shiki.kext. And I'm not sure about AppleIntelCPUPowerManagementInfo.kext. Recheck. Try to implement PM with clover.config-Icpi-Generate Options-Plugin Type =1

Some of your kexts are not injected. You can see injected kexts in kextcache_log.txt.
thank you for your post,

The patches are my own. Definitely not copied from someone else.
Created them by following some of the guides

You probably correct in saying shiki can go. Tx for pointing that out.
I have removed AppleIntelCPUPowerManagementInfo

Managed to get sleep working.

For PM there is actual 2 options:
1. SSDT-XCPM.aml. If I remember correctly you need to set plugintype=1 under acpi
2. ssdt.aml. This I used since 2015. Generated it via a script from the legend here :
https://github.com/Piker-Alpha/ssdtPRGen.sh

Both power methods works and provide sleep/wake.

My issues was resolved by reconnecting the internal bluetooth that sits on wifi card (Broadcom). I accidentally removed the USB pin connector when I change my GPU from GTX970 to AMD RX 580.
 
Last edited:
I'm still having the issue. Tried it with removed Wifi-BT-Card (AW-CB160H). Today I upgraded to 10.14.1 and the issue is still there. I already set PluginType-switch. Hm. Didn't have time to investigate further. I don't have a USB-Pin-connector though - at least, I haven't seen on on the card.
But I think I will try out the Genrate Options Flags. Maybe this brings me ahead.
 
Status
Not open for further replies.
Back
Top