klimber013 Posted November 10, 2020 Share Posted November 10, 2020 Hello i have problem with my dsdt this is my code after changes { Or (\_SB.PCI0.AUDE, 0x20, \_SB.PCI0.AUDE) \_SB.PCI0.B0D3.ABWA (0x01) \_SB.PCI0.B0D3.ARST (\_SB.PCI0.B0D3.ASTR (\_SB.PCI0.B0D3.AINI (\_SB.PCI0.B0D3.CXDC (\_SB.PCI0.B0D3.ABWA (0x00) Notify (\_SB.PCI0, 0x00) If (LEqual (PARM, 0x00)) { And (\_SB.PCI0.AUDE, 0xDF, \_SB.PCI0.AUDE) Notify (\_SB.PCI0, 0x00) } Store (Zero, GESF) Store (Zero, PARM) Return (SUCC) If (LEqual (GESF, 0x16)) { And (PARM, 0x03, Local0) \_SB.PCI0.B0D3.DCCC (Local0) Store (Zero, GESF) Return (SUCC) } Store (Zero, GESF) Return (SUCC) } } and have problem 4364, 6126, syntax error, unexpected PARSEOP_NOTIFY, expecting PARSEOP_CLOSE_PAREN or ',' and there is original If (LEqual (GESF, 0x15)) { If (LEqual (PARM, 0x01)) { Or (\_SB.PCI0.AUDE, 0x20, \_SB.PCI0.AUDE) \_SB.PCI0.B0D3.ABWA (0x01) \_SB.PCI0.B0D3.ARST (\_SB.PCI0.B0D3.ASTR (\_SB.PCI0.B0D3.AINI (\_SB.PCI0.B0D3.CXDC (\_SB.PCI0.B0D3.ABWA (0x00), Notify (\_SB.PCI0, 0x00)), If (LEqual (PARM, 0x00)) { And (\_SB.PCI0.AUDE, 0xDF, \_SB.PCI0.AUDE) Notify (\_SB.PCI0, 0x00) }, Store (Zero, GESF)), Store (Zero, PARM), Return (SUCC), If (LEqual (GESF, 0x16)) { And (PARM, 0x03, Local0) \_SB.PCI0.B0D3.DCCC (Local0) Store (Zero, GESF) Return (SUCC) }), Store (Zero, GESF), Return (SUCC)) } with this problems 4361, 6126, syntax error, unexpected PARSEOP_NOTIFY, expecting PARSEOP_CLOSE_PAREN or ','4365, 6126, syntax error, unexpected ','4365, 6126, syntax error, unexpected PARSEOP_CLOSE_PAREN4365, 6126, syntax error, unexpected ','4371, 6126, syntax error, unexpected PARSEOP_CLOSE_PAREN4371, 6126, syntax error, unexpected ','4371, 6126, syntax error, unexpected PARSEOP_CLOSE_PAREN How fix this? Quote Link to comment Share on other sites More sharing options...
HenryV Posted November 10, 2020 Share Posted November 10, 2020 Use the latest version on MACiasl. Configure in preferences to use the 5.0 or above version. It should take care of many such issues. Otherwise omit your DSDT for the time If you are using open core you can use the provided .aml files under ACPI for your particular hardware. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.