Jump to content

unexpected PARSEOP_NAMESEG, expecting '('


tsunamy35
 Share

24 posts in this topic

Recommended Posts

When I compil a DSDT with MacIASL, I've got 5 errors! I patch 4 errors but they stay a last errors which is:

 

28510, 6126, syntax error, unexpected PARSEOP_NAMESEG, expecting '('

 

This line is:

Method (_CRS, 0, Serialized)  // _CRS: Current Resource Settings
            {
                Name (SBFI, ResourceTemplate ()
                {
                    I2cSerialBusV2 (0x0015, ControllerInitiated, 0x00061A80, 
                        AddressingMode7Bit, "\\_SB.PCI0.I2C0",
                        0x00, ResourceConsumer, , Exclusive,
                        
                        
                    Interrupt (ResourceConsumer, Level, ActiveLow, Shared, ,, )
                    {
                        0x0000006D,
                    }
                })
                Return (SBFI)
            }

I2cSerialBusV2 (0x0015, ControllerInitiated, 0x00061A80, 

 

​I didn't find any solution for this errors

Link to comment
Share on other sites

I get 2 errors when decompiling altogether which are easy to fix.

What are you trying to accomplish with your DSDT/SSDT?

That guide is for 10.10? Are you installing Yosemite, El Capitan or Sierra?

 

Your graphics can be done by using the config_HD5300_5500_6000.plist HERE by Rehabman.

Link to comment
Share on other sites

I haven't got this presentation! maybe I've got and old version of MaciASL. in "about maciasl" I've "Version 1.4 (269)"

and when I got to MaciASL preference I don't find 6.1

 

post-1330779-0-43991700-1480416076_thumb.jpeg

 

but if I go in application folder, right click on MacIASL.app, contents of the package, contents, macOS I see 

 

post-1330779-0-02384600-1480416270_thumb.jpeg

 

 

 

Link to comment
Share on other sites

ok thanks! I've download last version of maciasl and now I've got 6.1

 

I extract new DSDT via clover and f4 at boot. I use iasl in terminal and after open my DSDT.dsl with new macasli, I've got error when I compile!

 

post-1330779-0-26939100-1480420985_thumb.jpeg

 

just 2 errors! how can I correct those

Link to comment
Share on other sites

ok i replace DSDT with the new and boot OK

 

I want to be able to boot with my graphics board Intel HD graphics 5500. My laptop computer possesses Intel HD graphics 5500 and a card Nvidia geforce 920 and I know that I cannot run 2 graphics boards but I do not manage to make him

Link to comment
Share on other sites

I get 2 errors when decompiling altogether which are easy to fix.

What are you trying to accomplish with your DSDT/SSDT?

That guide is for 10.10? Are you installing Yosemite, El Capitan or Sierra?

 

Your graphics can be done by using the config_HD5300_5500_6000.plist HERE by Rehabman.

 I try config_HD5300_5500_6000.plist. i rename to config.plist et put into efi efi clover and reboot but I've got a kernel panic 

 

post-1330779-0-33637800-1480434056_thumb.jpg

 

And laptop reboot

Link to comment
Share on other sites

I have make some changes:

 

Disable Secure boot

Disable Intel virtualization technology

Disable Intel AES-NI

Disable VT-D

 

And i can change DVTM of my Graphics card to:

 

32mb

64mb

128mb

256mb

512mb

 

I try all values but dont work. And By default I put 128mb

Link to comment
Share on other sites

 Share

×
×
  • Create New...