Contribute
Register

DSDT compile help: PARSEOP_NAMESEG error

Status
Not open for further replies.
Joined
Aug 12, 2018
Messages
56
Motherboard
Dell E7440
CPU
i5-4300U
Graphics
Intel HD 4400
Following the guide and used iasl 6.1 to disassemble the files. Upon compiling I'm getting the following errors:

upload_2018-8-21_19-26-54.png


The corresponding lines are the following but I cannot find any problem with it:

Name (RBUF, ResourceTemplate ()
{
I2cSerialBusV2 (0x001C, ControllerInitiated, 0x00061A80,
AddressingMode7Bit, "\\_SB.PCI0.I2C0",
0x00, ResourceConsumer, , Exclusive,
)
Interrupt (ResourceConsumer, Level, ActiveLow, ExclusiveAndWake, ,, )
{
0x00000025,
}
})

Can someone take a look at this code? aml files attached. Thank you!
 

Attachments

  • dsdt.zip
    29.6 KB · Views: 124
OK it seems it was caused by a wrong version of MaciASL being used. These errors are gone after I used the correct version. Now the only remaining error is:

Invalid leading asterisk

Name (_HID, "*pnp0c14") // _HID: Hardware ID

Should I just remove the asterisk?

Thanks,
 
Status
Not open for further replies.
Back
Top