-
Notifications
You must be signed in to change notification settings - Fork 5
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
Can't Wake Up after sleep #3
Comments
Make sure you're following his guide. https://tylernguyen.github.io/x1c6-hackintosh/post-installation/sleep/#can-this-brick-my-laptop |
Yes, I followed that guide (and as much of the Fixing Sleep guide as I could). Still no dice. |
Which BIOS are you running? |
|
I took a look at your laptop config and noticed you have an i7-8550U instead of an i7-8650U. Did you make your own CPUFriendDataProvider.kext? Incorrect CPUFriendDataProvider will cause wake issues. |
Good idea! I tried regenerating a CPUFriendDataProvider with CPUFriendFriend, but it didn't help. Same as before: the machine appears to sleep, with the power light throbbing. Then when I try to wake it, the power light comes on, but neither the screen nor wifi come back. Is there a log I should be looking at? |
Do you have a sleep wake failure log in Console? |
Ah, found it! I didn't realize it would be in the "Diagnostic Reports" section. This doesn't look super interesting to me, but maybe you have more context. Sleep Wake Failure log
|
I also got a "Problem Report" dialog similar to the one at the top of this issue. Problem Report
|
If notebook is going to sleep, it's can't wake up
Log after reboot
`panic(cpu 0 caller 0xffffff80157944ae): Wake transition timed out after 180 seconds while calling power state change callbacks. Suspected bundle: com.apple.iokit.IOPCIFamily. Thread 0xec77.
Failure code:: 0x00000201 00000027
Backtracing specified thread
Panicked task 0xffffff94ffdc61d8: 213 threads: pid 0: kernel_task
Backtrace (CPU 0), panicked thread: 0xffffff99c7f91b30, Frame : Return Address
0xffffffc4ab423790 : 0xffffff8015175657
0xffffffc4ab253c40 : 0xffffff80150547f6
0xffffffc4ab253cd0 : 0xffffff80150528f0
0xffffffc4ab253d20 : 0xffffff801503f891
0xffffffc4ab253d50 : 0xffffff8017368ce8
0xffffffc4ab253d70 : 0xffffff801736ac4d
0xffffffc4ab253de0 : 0xffffff80173781c9
0xffffffc4ab253e00 : 0xffffff80156f3a79
0xffffffc4ab253e70 : 0xffffff80156f37dc
0xffffffc4ab253ea0 : 0xffffff8015081bc8
0xffffffc4ab253ee0 : 0xffffff8015082c58
0xffffffc4ab253fa0 : 0xffffff8014fbf19e
Kernel Extensions in backtrace:
com.apple.iokit.IOPCIFamily(2.9)[43511668-C040-3FBA-8CD6-25AD6E00FD90]@0xffffff8017368000->0xffffff8017399fff
Process name corresponding to current thread (0xffffff99c7f91b30): kernel_task
Mac OS version:
23F79
Kernel version:
Darwin Kernel Version 23.5.0: Wed May 1 20:09:52 PDT 2024; root:xnu-10063.121.3~5/RELEASE_X86_64
Kernel UUID: 7B071FD2-9FDC-344E-8483-47EC972A105E
roots installed: 0
KernelCache slide: 0x0000000014c00000
KernelCache base: 0xffffff8014e00000
Kernel slide: 0x0000000014ce4000
Kernel text base: 0xffffff8014ee4000
__HIB text base: 0xffffff8014d00000
System model name: MacBookPro15,2 (Mac-827FB448E656EC26)
System shutdown begun: NO
Panic diags file available: YES (0x0)
Hibernation exit count: 0
System uptime in nanoseconds: 3276046953928
Last Sleep: absolute base_tsc base_nano
Uptime : 0x000002fac39d71c5
Sleep : 0x000002ce47a2ff0a 0x00000009d1680b83 0x0000000000000000
Wake : 0x000002cee210f218 0x00000000f5272c84 0x000002ce642e4322
Compressor Info: 0% of compressed pages limit (OK) and 0% of segments limit (OK) with 0 swapfiles and OK swap space
Zone info:
Zone map: 0xffffff8032584000 - 0xffffffa032584000
. PGZ : 0xffffff8032584000 - 0xffffff8034585000
. VM : 0xffffff8034585000 - 0xffffff8500d84000
. RO : 0xffffff8500d84000 - 0xffffff869a584000
. GEN0 : 0xffffff869a584000 - 0xffffff8b66d84000
. GEN1 : 0xffffff8b66d84000 - 0xffffff9033584000
. GEN2 : 0xffffff9033584000 - 0xffffff94ffd84000
. GEN3 : 0xffffff94ffd84000 - 0xffffff99cc584000
. DATA : 0xffffff99cc584000 - 0xffffffa032584000
Metadata: 0xffffffa034d18000 - 0xffffffa054d18000
Bitmaps : 0xffffffa054d18000 - 0xffffffa057d18000
Extra : 0 - 0`
The text was updated successfully, but these errors were encountered: