MotorBottle / S3-Sleep-on-Rog-X13-G14-15-2021-2022-using-OpenCore

华硕幻系列S3深度睡眠启用教程 Enable S3 Sleep on Rog X13/14/15 2021/2022 using OpenCore
MIT License
32 stars 1 forks source link

Zephyrus 14 2023 could not wake from sleep #1

Open ice42cream opened 1 year ago

ice42cream commented 1 year ago

I am testing this on a ROG Zephyrus 14 2023 (BIOS ver 310). Inside my DSDT.aml - DefinitionBlock(), I have External (*7**, UnknownObj) in the first line. On compiling, Xiasl outputs: Error 6126 - syntax error, unexpected PARSEOP_EXP_MULTIPLY ^. I simply deleted this line and compile passed. I completed the rest of the steps susscessfully and S3 sleep is enabled on my laptop. The only thing is, my laptop could not wake up from sleep ever since. How can I fix this?

MotorBottle commented 1 year ago

Did you have hybrid sleep enabled? And What happens when you press the power button after entering sleep?

ice42cream commented 1 year ago

Did you have hybrid sleep enabled? And What happens when you press the power button after entering sleep?

Hybrid sleep is disabled. Short press power button turns on keyboard backlight while the rest of the system is still sleeping.

MotorBottle commented 1 year ago

Maybe you can try not modifying "(SS3, Zero)" part and only do the XS3 to _S3 replacement.

ice42cream commented 1 year ago

Maybe you can try not modifying "(SS3, Zero)" part and only do the XS3 to _S3 replacement.

Tried, didn't work. BTW, I don't have an Hybrid Sleep and Hibernation option in my advanced power setting. I suppose this is due to I enabled VM surveillance program.

MotorBottle commented 1 year ago

If things still cannot go right. In my citations (the x13 clover guide), someone mentioned another way using RU to modify bios directly. You can try that as well, but take your own risk (as this way is easier to revert while that way you have to directly modify the bios)

bacr commented 9 months ago

@ice42cream were you able to successfully test this on G14 2023?