Jump to content

DSDT Hp proobok g2


klimber013
 Share

2 posts in this topic

Recommended Posts

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_PAREN
4365, 6126, syntax error, unexpected ','
4371, 6126, syntax error, unexpected PARSEOP_CLOSE_PAREN
4371, 6126, syntax error, unexpected ','
4371, 6126, syntax error, unexpected PARSEOP_CLOSE_PAREN

How fix this? 

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...