Contribute
Register

Help with .dsl containing _PSS,_PPC,_PSD_PCT methods that has PARSEOP errors

Status
Not open for further replies.
Joined
Jan 9, 2016
Messages
14
CPU
i5-3337u
Graphics
HD 4000
Why I Need Help
I am cleaning up my SSDTs in preparation for disabling my GTX 1060 at boot. This is my only solution as my motherboard does not give monitors signal in BIOS if the default video adapter is iGPU.

What I've Done So Far
DSLs created with refs.txt from RehabMan's original SSDT/DSDT guide (intended for laptops, but he links it for anyone needing to learn). AMLs from Clover F4. Using most recent iasl from RehabMan's BitBucket, also copied the same new iasl to MACiasl's app Contents and selected 6.1 in Preferences.

The DSDT has no errors, out of the twelve SSDTs I have one file with 36 errors, SSDT-5x.dsl, all else are error-free.
My Files Attached
Attached is a zip containing:
-EFI/CLOVER/ACPI/origin
-A folder containing my dsl files from iasl

Thank you for any help or guidance you can provide.
 

Attachments

  • tonymachelp.zip
    143.1 KB · Views: 101
Last edited:
I reduced the 36 errors to 2 warnings. _PCT no longer necessarily returns a value.

I removed some floating duplicate Packages for the P-states. Reading the ACPI definition of Package Values for _PSS made this intuitive. There were some floating integers after the duplicate packages that were removed to rid the errors, hopefully they weren't imperative.

If anyone has a critique of this 'problem solving' methodology, I'd love to hear it.
 
Why I Need Help
I am cleaning up my SSDTs in preparation for disabling my GTX 1060 at boot. This is my only solution as my motherboard does not give monitors signal in BIOS if the default video adapter is iGPU.

What I've Done So Far
DSLs created with refs.txt from RehabMan's original SSDT/DSDT guide (intended for laptops, but he links it for anyone needing to learn). AMLs from Clover F4. Using most recent iasl from RehabMan's BitBucket, also copied the same new iasl to MACiasl's app Contents and selected 6.1 in Preferences.

The DSDT has no errors, out of the twelve SSDTs I have one file with 36 errors, SSDT-5x.dsl, all else are error-free.
My Files Attached
Attached is a zip containing:
-EFI/CLOVER/ACPI/origin
-A folder containing my dsl files from iasl

Thank you for any help or guidance you can provide.

No need to fix anything in SSTD-5x.dsl. As per guide, that is a dynamic SSDT and is never included in ACPI/patched anyway.
 
Status
Not open for further replies.
Back
Top