-
Notifications
You must be signed in to change notification settings - Fork 57
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
Sleep doesn't work and forces reboot [un-resolved] #106
Comments
Hello! Can you please send your Clover folder here? I got much stabler sleep by manually patching SSDT-UIAC and using USBInjectAll without USBMap |
Alright sure thing. GitHub was having issues uploading the whole EFI folder as it was apparently too big. |
Your SSDT-UIAC does not seem to be patched at all. Also remove USBMap.kext and add only USBInjectAll.kext and try! |
Note that I also just had a crash:
I think it is related with bluetooth chip not working sometimes after sleep, that then breaks the next sleep. I will investigate into this and let you know if I find a fix |
It was because I forgot to remove the USB patches from Clover after applying SSDT-UIAC.
Everything should working fine without any sleep issue (also Bluetooth unavailable after sleep seems to be fixed in my case) |
Are these the two you are referring to?
|
Yes, those needs to be disbled / removed after applying USB Patch
Il Ven 1 Mag 2020, 07:43 jonescamilla <notifications@github.com> ha scritto:
… Are these the two you are referring to?
<key>Comment</key> <string>USB Port limit patch #2/2 10.15.x (credit
DalianSky)</string> <key>Disabled</key>
<key>Comment</key> <string>USB Port limit patch #1/2 10.15.x (credit
DalianSky)</string> <key>Disabled</key>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNJ7TSYXYS3V7TR6QGTQKTRPJOPLANCNFSM4MT6AQMQ>
.
|
I know people hate questions like these but just delete from |
It's always better to use a tool to edit plists file (like xcode), but yes.
Otherwise you can set True to the "Disabled" key
Il Ven 1 Mag 2020, 07:46 jonescamilla <notifications@github.com> ha scritto:
… I know people hate questions like these but just delete from <dict> to
</dict> right? Thank you in advanced.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNJ7TTXTC3SFAX4N36LQ6LRPJO2NANCNFSM4MT6AQMQ>
.
|
Okay so I have followed the steps you wrote out and have slept and woken up the laptop a few times. No errors and everything seems to be working perfectly! (Although I will keep an eye out for any errors in the coming days and report back if there are any) Thank you so much for the help! My problem seems to be solved. |
@mircoianese Where do I put the SSDT-UIAC? Everything else I was able to do. Thanks |
EFI/CLOVER/ACPI/patched
Il Ven 1 Mag 2020, 16:28 kilgil27 <notifications@github.com> ha scritto:
… @mircoianese <https://github.com/mircoianese> Where do I put the
SSDT-UIAC? Everything else I was able to do. Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNJ7TTOIRZDIU4VC2OG7GDRPLL7RANCNFSM4MT6AQMQ>
.
|
@mircoianese Thank you, I will test and see how it goes |
Okay, so after closing the lid on the laptop and coming back to it a few hours later, it had crashed and restarted, giving the same error message as before. |
It's giving you the same message that it gave me? Related to IOUSBFamily? Also send again your Clover folder, thanks |
Yes, it is the same IOUSBFamily error, I will have to wait for it to happen again s I can copy and paste it here though. |
Here is the error message: panic(cpu 0 caller 0xffffff80202a2d1c): Sleep transition timed out after 180 seconds while calling power state change callbacks. Suspected bundle: com.apple.iokit.IOUSBHostFamily. Thread 0x128e9d. Backtracing specified thread BSD process name corresponding to current thread: kernel_task Mac OS version: Kernel version: System uptime in nanoseconds: 58694612463683
|
I confirm sleep is working fine for me, and I'm not getting that KP anymore. I can't see anything wrong in your config tho |
Hello, Note: all USB patches in Clover must be deactivated! |
Alright, I have deleted SSDT-UIAC.aml and SSDT-USBX.aml and replaced USBInjectAll.kext with the one you sent. Everything seems to be working okay after reboot but I will juts have to wait and see if I get any KPs. Many thanks! |
See my repo with a new fix for sleep & wake issues; I agreed with the gnodipac886 so that all my work (carried out in these months of his absence and stored in my repo) can also be integrated into this repo! |
Hi all, I hope everyone is doing well.
I am experiencing an issue regarding sleep on my 2018 Matebook x Pro 16GB.
After a reboot, the laptop sleeps fine the first time by either sleeping from the power options or closing the lid. The problem I am having occurs only when I try to put the laptop to sleep for a second time. On the second time the laptop's screen goes dark and the fans stop spinning but the Fn and Caps lock key's lights keep shining and they do not go off. Nothing can be done to wake the laptop up again and one has to hold the power button until it force shuts-down. Then it can be booted up again.
I am using Darkwake = 10 in my clover startup commands and I have hibernate mode set to 0. (Although I have changes these to a few different values with the same results)
I have also deleted the USBInjectAll kext as it was causing further sleep problems such as the laptop immediately waking up from sleep after being put to sleep.
Any help regarding this issue would be much appreciated as this problem has been with me for a while now.
Many thanks and stay safe,
Jonathan
The text was updated successfully, but these errors were encountered: