Skip to content
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 Problem with the Kext #7

Open
CobanRamo opened this issue Oct 11, 2023 · 2 comments
Open

Sleep Problem with the Kext #7

CobanRamo opened this issue Oct 11, 2023 · 2 comments

Comments

@CobanRamo
Copy link

For me, kext version 1.4 works from Catalina to Sonoma with MSI Z590, Intel I225-V v3.
The only problem is that this kext breaks sleep.
If the sleep is self-triggered and automatic, the computer goes to sleep but cannot switch off completely, then it restarts with a KP message.
Here in the appendix is the KP.

kernelPanicSleep MSIz590.txt
Any tips on how to turn this off?

@SongXiaoXi
Copy link
Owner

SongXiaoXi commented Oct 12, 2023

From your log,
panic(cpu 0 caller 0xffffff80030f83b8): AppleAHCIDiskQueueManager::setPowerState(0xffffff86e44da040 : 0xffffff800505b6c2, 3 -> 0) timed out after 102133 ms,
it appears there is an issue with the SATA controller or the SSD/HDD, causing the setPowerState to hang and eventually time out, leading to a panic.
By the way, is this issue related to using AppleIGC? Does removing this kext prevent the panic?

@CobanRamo
Copy link
Author

I thought that too before and looked for the direction SATA & AHCI but the AppleIGC.kext caused the conflict.
As soon as I turn it off it can go into sleep mode normally.
In addition, when you start recovery mode with the AppleIGC.kext, you see a lot of AHCI errors and after a while there is also a KP. Without the kext it can also start the recovery.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants