Contribute
Register

need help with one ssdt compile error

Status
Not open for further replies.
Joined
Mar 21, 2011
Messages
801
Motherboard
GA-Z390-Aorus Pro
CPU
i7-9700K
Graphics
RX 590
i am just starting in on a Dell Vostro 3450. i extracted tables using clover F4. i disassembled following rehabman's instructions, importing external arguments. i have cleaned up all errors except one in ssdt-7.dsl.

i thought i should fix the errors before doing any patching.

this is the single error from the compiler:

syntax error, unexpected PARSEOP_ARG1

i am using your version of maciasl, apci 6.1.

attached are the disassembled tables.

ssdt-7.dsl is the one with the error.

thanks in advance for help.
 

Attachments

  • extracted aml.zip
    64.4 KB · Views: 75
i am just starting in on a Dell Vostro 3450. i extracted tables using clover F4. i disassembled following rehabman's instructions, importing external arguments. i have cleaned up all errors except one in ssdt-7.dsl.

i thought i should fix the errors before doing any patching.

this is the single error from the compiler:

syntax error, unexpected PARSEOP_ARG1

i am using your version of maciasl, apci 6.1.

attached are the disassembled tables.

ssdt-7.dsl is the one with the error.

thanks in advance for help.

Simply remove the _DSM method from "\_SB.PCI0.GFX0", you can apply "Remove _DSM Methods" patch...
 
i am just starting in on a Dell Vostro 3450. i extracted tables using clover F4. i disassembled following rehabman's instructions, importing external arguments. i have cleaned up all errors except one in ssdt-7.dsl.

i thought i should fix the errors before doing any patching.

this is the single error from the compiler:

syntax error, unexpected PARSEOP_ARG1

i am using your version of maciasl, apci 6.1.

attached are the disassembled tables.

ssdt-7.dsl is the one with the error.

thanks in advance for help.

What are you trying to accomplish with a SSDT?
 
What are you trying to accomplish with a SSDT?
this one handles the gfx0 device.

i have hacked several laptops and it has been my practice (following rehabman's guide) to extract the dsdt and ssdt's and include the relevant ones, after patching, in clover/acpi/patched.
 
Onboard intel graphics do come under GFX0 for most laptops by default, and to implement graphics power management, we rename GFX0 -> IGPU.

Yes. With no renaming it comes under GFX0 which is wrong. IGPU should come under IGPU not GFX0 hence why the rename! You don't need to use a SSDT. Use Clover.
 
Last edited:
Status
Not open for further replies.
Back
Top