ansonliao / Asrock-B460m-ITX-AC-OC-EFI

121 stars 13 forks source link

System crashed after deep sleep #5

Closed morefreefg closed 4 years ago

morefreefg commented 4 years ago

Every time my pc sleep for 10+ hours, it MUST crash after wakeup.

Here is my log. What should I do to solve this issue?

image

Another question: Should I apply the iGPU patching? Is it MUST or optional?

I am using an RX580 graphics card

ansonliao commented 4 years ago

@bwelco

  1. Apology for no experience on long hours sleep, for my this hackintosh, sleep about 3-4 hours is no system crash issue now. If you are looking for the long hours sleep, maybe @fzlee can help you: https://github.com/fzlee/B460M-ITX-AC-EFI

Also I would like to share that sleep issue mainly caused the by SSDTs and USB mapping, etc., please make sure you created the correct SSDT aml files depends on your hardwares and following the guideline of OpenCore, and map the USB ports correctly because I found your crash log says while calling power state change callbacks, maybe you can check your SSDT of cpu power management (https://dortania.github.io/Getting-Started-With-ACPI/Universal/plug.html).

Also if can't solve your problem, I recommend you to ask help from the forums of Hackintosh better, such as tonymacx86.

  1. I have another Hackintosh with dGPU RX 5500 XT, with CPU i5 9600K, in this machine, I didn't patching the iGPU, and no problem so far, from the guideline of OpenCore, if your iGPU only for accelerating, no need to patch the dGPU.

ansonliao commented 4 years ago

@bwelco Please comment any solution you did.