Jump to content

unexpected PARSEOP_NAMESEG, expecting '('


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

I post the original DSDT and SSDT. I try to modify my DSDT for my graphic card Intel HD5500 in my laptop. I've got Asus R540LJ, intel core i5005u, Nvidia 920m, HDD 1to, 8gb ram

 

I've got native resolution but not graphics acceleration.

 

I want to try this tuto

 

Please help me 

origin.zip

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.

how can I know if I use iasl 6,1 please


When I write in terminal

iasl -v

i obtain

AirdeSebastien:~ sebastien$ iasl -v

Intel ACPI Component Architecture
ASL+ Optimizing Compiler version 20161117-64(RM)
Copyright (c) 2000 - 2016 Intel Corporation

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

 

 

 

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

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

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

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

Have you Googled that error?
I only have Haswell graphics in my laptop so broadwell is above my knowledge sorry.

Sent from my SM-G930F using Tapatalk

 

http://www.insanelymac.com/forum/topic/311494-os-x-el-capitan-10114-skylake-intel-hd-graphics-general-discussion/

×
×
  • Create New...