Replies: 3 comments 3 replies
-
First, dump all ACPI tables to a folder and decompile them:
Modify dsdt.dsl as needed.
Copy path.diff to folder "TM2111-Redmi_Book_Pro_15_2022/RMAAD5B0P0B0B" Attention! The installer support dsdt.dsl only. Because linux can not override SSDTs in some case. |
Beta Was this translation helpful? Give feedback.
-
Could you help a bit… My bios seems very diffrent from yours (which is normal as it’s intel platform).
My suspend almost works - when I close the lid it suspends, when I open it - resumes. I can do it a couple of times without any problem.
But pressing the power button (also configured as suspend) leaves the computer in “frozen” state and I need to restart it, holding power key.
I also noticed, that leaving laptop suspended for a long time - for example 8 hours also leads to “frozen” state (maybe some kind of deep sleep?).
Probably if you explain what you change with your bios would help me solve this problem.
PS: I’ve dumped and decompiled DSDT table successfully, just need a clue what to search for.
… On 9 Dec 2022, at 13:08, vrO.Life ***@***.***> wrote:
First, dump all ACPI tables to a folder and decompile them:
cd /path/to/folder
acpidump -b
iasl -d *.dat
copy dsdt.dsl dsdt_origin.dsl
Modify dsdt.dsl as needed.
Increase the OEMRevision <https://uefi.org/htmlspecs/ACPI_Spec_6_4_html/19_ASL_Reference/ACPI_Source_Language_Reference.html?highlight=acpi%20source%20language#definitionblockterm> of DefinitionBlock. Important!
Generate the path.diff
diff -Naru dsdt_origin.dsl dsdt.dsl >patch.diff
Copy path.diff to folder "TM2111-Redmi_Book_Pro_15_2022/RMAAD5B0P0B0B"
Attention! The installer support dsdt.dsl only. Because linux can not override SSDTs in some case.
—
Reply to this email directly, view it on GitHub <#51 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB4EXYO7OB7NXNJZS33DYC3WMMHMNANCNFSM6AAAAAASZE6BTI>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Seems to be the problem with S4/S5. You can find more information in this page https://01.org/blogs/rzhang/2015/best-practice-debug-linux-suspend/hibernate-issues. |
Beta Was this translation helpful? Give feedback.
-
I own an Intel based Redmi Book pro 15 (TM2111-Redmi_Book_Pro_15_2022), current BIOS release is RMAAD5B0P0B0B
All the peripherals, except acpi are working fine.
I've already tried to compile it, creating the necessary folders and it fails. I suppose I need to extract some information from bios image.
Could you help me add patch to acpi for this model?
Beta Was this translation helpful? Give feedback.
All reactions