Contribute
Register

Shutdown Issues [Lenovo Y700]

Status
Not open for further replies.
Try with MacBookPro11,1.

Why do you have SSDT-PTS.aml without the required patches that would make it effective?

Also, note mistake shown by iasl -da -dl *.aml with your patchmatic extract output:
Code:
Firmware Error (ACPI): Failure creating [\_SB.PCI0.PEG0.PEGP._OFF], AE_ALREADY_EXISTS (20180427/dswload-498)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20180427/psobject-371)
Could not parse external ACPI tables, AE_ALREADY_EXISTS

  1. Tried it with MacbookPro11,1 but its still the same.
  2. I have removed SSDT-PTS.aml
  3. Why is that error due to?
 
Last edited:
3. Why is that error due to?

You have a duplicate _OFF method in SSDT-DGPU.aml.
In order to hotpatch _OFF like that you must rename the _OFF in native ACPI to something else (typically, XOFF). You have no such patch in config.plist/ACPI/DSDT/Patches.

Read my ACPI hotpatch guide carefully for more info.
 
You have a duplicate _OFF method in SSDT-DGPU.aml.
In order to hotpatch _OFF like that you must rename the _OFF in native ACPI to something else (typically, XOFF). You have no such patch in config.plist/ACPI/DSDT/Patches.

Read my ACPI hotpatch guide carefully for more info.
Ok.
 
You have a duplicate _OFF method in SSDT-DGPU.aml.
In order to hotpatch _OFF like that you must rename the _OFF in native ACPI to something else (typically, XOFF). You have no such patch in config.plist/ACPI/DSDT/Patches.

Read my ACPI hotpatch guide carefully for more info.
I have removed SSDT-DGPU.aml now, and it seems that the Nvidia GPU is disabled?
 
Is this better?

Why didn't you check it before posting?
Note iasl -da -dl *.aml result from patchmatic output:
Code:
...
Firmware Error (ACPI): Failure creating [\_SB.PCI0.PEG0.PEGP._OFF], AE_ALREADY_EXISTS (20180427/dswload-498)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20180427/psobject-371)
Could not parse external ACPI tables, AE_ALREADY_EXISTS
 
Why didn't you check it before posting?
Note iasl -da -dl *.aml result from patchmatic output:
I am not able to solve it, could you help a little more :(
 
Status
Not open for further replies.
Back
Top