-
Notifications
You must be signed in to change notification settings - Fork 12
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
LID sleep issue / Not going to sleep if lid is closed #7
Comments
Also, there is some ACPI errors related to battery patch > need to fix somehow "Mutex" stuff with SSDT (i found only DSDT patching methods, not SSDT). @Ardentwheel check on your laptop, do you have the same issue or not? |
@Ardentwheel i wasn't talking about error in SSDT patch, i was talking about ACPI log errors (on booting, not in SSDT files) |
Found the "same" issue in another hackintosh repository (big thanks @kasti0 for that SSDT and fix). Just add that SSDT + rename patch in ACPI > Patch
Now LID is working stable even after reboot from Windows, still sometimes i see those ACPI warnings in logs, but now issue is gone even with those warning in log - lid is working stable as it should, heh. @kasti0, thanks again! |
Glad my patch helped you! Funny that it works on a completely different laptop. Must be a bug in the ACPI code |
Was just curious, why lid sleep is not working sometimes, so I did a little research with my system.
Here is the log from 2 different boots:
[ 24.057541]: ACPI Error: ACPI Error: Method parse/execution failed Method parse/execution failed **[\134_SB.PCI0.LPCB.H_EC.ECRD] (Node ffffff937301cd50)[\134_SB.PCI0.LPCB.H_EC.ECRD]** (Node ffffff937301cd50), AE_AML_OPERAND_TYPE, AE_AML_OPERAND_TYPE (20160930/psparse-632) [ 24.057553]: ACPI Error: ACPI Error: Method parse/execution failed Method parse/execution failed **[\134_SB.PCI0.LPCB.H_EC.LID0._LID]** (Node ffffff937301b990)**[\134_SB.PCI0.LPCB.H_EC.LID0._LID]** (Node ffffff937301b990), AE_AML_OPERAND_TYPE, AE_AML_OPERAND_TYPE (20160930/psparse-632) [ 24.087987]: loadPrefs: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2-9e5-747-b3422a8f61594f46 using new keyACPI Error: ACPI Error: Needed Integer/Buffer/String/Package/Ref/Ddb], found [Mutex] ffffff9372fdff00Needed Integer/Buffer/String/Package/Ref/Ddb], found [Mutex] ffffff9372fdff00 (20160930/exresop-758) [ 24.089307]: ACPI Exception: AE_AML_OPERAND_TYPE, ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [Store]While resolving operands for [Store] (20160930/dswexec-570) [ 24.089463]: ACPI Error: ACPI Error: Method parse/execution failed Method parse/execution failed [\134_SB.PCI0.LPCB.H_EC.ECRD] (Node ffffff937301cd50)[\134_SB.PCI0.LPCB.H_EC.ECRD] (Node ffffff937301cd50), AE_AML_OPERAND_TYPE, AE_AML_OPERAND_TYPE (20160930/psparse-632) [ 24.089503]: ACPI Error: ACPI Error: Method parse/execution failed Method parse/execution failed [\134_SB.PCI0.LPCB.H_EC.LID0._LID] (Node ffffff937301b990)[\134_SB.PCI0.LPCB.H_EC.LID0._LID] (Node ffffff937301b990), AE_AML_OPERAND_TYPE, AE_AML_OPERAND_TYPE (20160930/psparse-632) [ 24.090386]: ACPI Error: ACPI Error: Needed Integer/Buffer/String/Package/Ref/Ddb], found [Mutex] ffffff9372fdff00Needed Integer/Buffer/String/Package/Ref/Ddb], found [Mutex] ffffff9372fdff00 (20160930/exresop-758) [ 24.090426]: ACPI Exception: AE_AML_OPERAND_TYPE, ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [Store]While resolving operands for [Store] (20160930/dswexec-570) [ 24.090592]: ACPI Error: ACPI Error: Method parse/execution failed Method parse/execution failed [\134_SB.PCI0.LPCB.H_EC.ECRD] (Node ffffff937301cd50)[\134_SB.PCI0.LPCB.H_EC.ECRD] (Node ffffff937301cd50), AE_AML_OPERAND_TYPE, AE_AML_OPERAND_TYPE (20160930/psparse-632) [ 24.090630]: ACPI Error: ACPI Error: Method parse/execution failed Method parse/execution failed [\134_SB.PCI0.LPCB.H_EC.LID0._LID] (Node ffffff937301b990)[\134_SB.PCI0.LPCB.H_EC.LID0._LID] (Node ffffff937301b990), AE_AML_OPERAND_TYPE, AE_AML_OPERAND_TYPE (20160930/psparse-632) [ 32.360421]: AGDCC: Unauthorized client 'PerfPowerService' (IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2/AppleIntelFramebufferController/IntelFBClientControl)memorystatus: set assertion priority(3) target setoken:319
Nothing special about _LID or ECRD stuff.
I will attach full logs. So, it's seems that we need somehow patch it to make it working stable, as it should.
LID is WORKING.log
LID not working.log
The text was updated successfully, but these errors were encountered: