Contribute
Register

Hackintosh Acer Aspire E5-573G

Status
Not open for further replies.
Got error in dsdt:
code 6126 unexpected PARSEOP_NAMESEG, expecting '('

Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings
{
Name (SBFI, ResourceTemplate ()
{
I2cSerialBusV2 (0x002C, ControllerInitiated, 0x00061A80,
AddressingMode7Bit, "\\_SB.PCI0.I2C0",
0x00, ResourceConsumer, , Exclusive,
)
Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,,
{
0x00000027,
}
})
Return (SBFI)
}
}
how a can fix?

You are using the wrong iasl/MaciASL, or wrong ACPI. Must use tools as linked from my guide, and ACPI 6.1.
 
You are using the wrong iasl/MaciASL, or wrong ACPI. Must use tools as linked from my guide, and ACPI 6.1
iasl & MaciASL from your guide (attached iasl)
First try:
-DSM => XDSM
BOD3 => HDAU
GFX0 => IGPU
OS fix + RTC + IRQ + WAK v2 + SMBUS fix + Brightness fix
IMG_2017-01-17_153519.jpg
Second try:
_DSM => XDSM
OS fix
GFX0 => IGPU
Brightness fix
then added
External (_SB_.PCI0.RP05.PXSX._OFF, MethodObj)
IMG_2017-01-17_170946.jpg
 

Attachments

  • first_try_CLOVER.zip
    1.5 MB · Views: 73
  • second_try_CLOVER.zip
    1.5 MB · Views: 80
iasl & MaciASL from your guide (attached iasl)
First try:
-DSM => XDSM
BOD3 => HDAU
GFX0 => IGPU
OS fix + RTC + IRQ + WAK v2 + SMBUS fix + Brightness fix
View attachment 230821
Second try:
_DSM => XDSM
OS fix
GFX0 => IGPU
Brightness fix
then added
External (_SB_.PCI0.RP05.PXSX._OFF, MethodObj)
View attachment 230823

It is not valid to call _OFF from _REG.
See guide: https://www.tonymacx86.com/threads/guide-disabling-discrete-graphics-in-dual-gpu-laptops.163772/

In second_try_CLOVER.ZIP, patched/DSDT.aml does not have "Brightness Fix" as you claim.

Don't mix attempts to disable the dGPU with other patching tasks. Do each patch separately.
 
In second_try_CLOVER.ZIP, patched/DSDT.aml does not have "Brightness Fix" as you claim.

Hello RehabMan, sorry, my mistake, i patched so many times)) And now i have not enough fantasy, how to patch DSDT & SSDT to boot in normal mode. Today, tried to patch about ~20 times, applied patches one by one, but not successful. Finally i found good translation of your guide and maked all steps by quide. System freeze at the same place
I can boot just in safe mode

IMG_2017-01-18_173233.jpg IMG_2017-01-18_173302.jpg

just one good news, i have native battery support))))
 

Attachments

  • CLOVER.zip
    1.5 MB · Views: 101
  • RehabMan.zip
    47.2 KB · Views: 83
  • MacBook Air .ioreg
    1.4 MB · Views: 158
  • Terminal_output.zip
    4.7 KB · Views: 78
Last edited:
Hello RehabMan, sorry, my mistake, i patched so many times)) And now i have not enough fantasy, how to patch DSDT & SSDT to boot in normal mode. Today, tried to patch about ~20 times, applied patches one by one, but not successful. Finally i found good translation of your guide and maked all steps by quide. System freeze at the same place

I can boot just in safe mode

View attachment 231051 View attachment 231052

just one good news, i have native battery support))))

In CLOVER.ZIP, ACPI/patched/DSDT.aml... still not patched with "Brightness Fix".

Note: Your system will eventually boot, but it will take a while as one component of IntelBacklight.kext is waiting for the other component associated with PNLF to show up. And, of course, it never does. It takes about one minute to timeout...

See guide: https://www.tonymacx86.com/threads/guide-patching-dsdt-ssdt-for-laptop-backlight-control.152659/
 
Thank you RehabMan, i can change brightness now. But still can't boot in normal mode, just only in safe mode.
 
Thank you RehabMan, i can change brightness now. But still can't boot in normal mode, just only in safe mode.

Boot verbose, show photo.

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Also, using safe mode (if needed)...

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
ok, here they are
IMG_2017-01-18_223027.jpg
Sorry, pressed the wrong button/edited
 

Attachments

  • MacBook Air .ioreg
    1.4 MB · Views: 147
  • CLOVER.zip
    1.5 MB · Views: 101
  • terminal.txt
    1.5 KB · Views: 143
Last edited:
sorry, pressed the wrong button
 
Status
Not open for further replies.
Back
Top