Open dtcooper opened 1 year ago
Probably ASRock just increased the version number of the ACPI table which breaks the patch to increase it. I have to see what I'm going to do about it in terms of supporting multiple versions.
Great! Thanks for looking into it. :)
EDIT: reading replies maybe with "deep sleep" they don't refer to S3 mode but the bugged one implemened. No sure.
Hi, https://smallformfactor.net/forum/threads/new-bios-update-asrock-deskmini-x300-bios-l1-80a-agesa-combo-v2-pi-1-2-0-7.18014/ Here somebody speculates that with latest FW "Deep sleep" could be offically enabled. Still with patched 1.70 so I canìt verify.
Regards.
I quickly reverse-engineered 1.79 and the code which disables S3 is still in there.
Heya! Just wondering if there's any update to getting this working with the 1.80A firmware. Cheers!
I added an SSDT to patch the DSDT by OpenCore. This should theoretically work across all firmware versions and support all operating systems! https://github.com/wmyfelix/asrock-X300-OpenCore
the reported version is
DefinitionBlock ("", "DSDT", 2, "ALASKA", "A M I ", 0x00000001)
where the patch tries to apply
-DefinitionBlock ("", "DSDT", 2, "ALASKA", "A M I ", 0x01072009)
+DefinitionBlock ("", "DSDT", 2, "ALASKA", "A M I ", 0x0107200A)
is it safe to just patch the patch file to bypass this error?
I haven't verified 1.80A, but assuming this is the only thing you change I have pretty high confidence that this is safe (but there is obviously no warranty on that statement).
works. it now suspend to s3 as only the blue blinking LED
my cpu is AMD Ryzen 7 PRO 4750G
, so, should i open a PR to update readme?
Can you guys test https://github.com/lorenz/asrock-x300-s3-fix/commit/686917d14028f393f48b50be8cfd6484858b1c27? This should make it much more compatible with different BIOS/firmware versions.
Hi, I'm using official 1.80D which supports BOTH S3 and restore after power failure. If intersted you can check all the different versions here https://smallformfactor.net/forum/threads/26-09-2024-asrock-deskmini-a-x300-bios-p1-82-sl01-support-s3-ok-for-x300-p3-70e-for-a300-agesa-combo-v2-pi-1-2-0-cc.18423/page-4#post-288529
1.90 was released on 2024/10/07
Hi there,
With the 1.80A beta firmware (available here), I get the following error with the patch being rejected,