Contribute
Register

[Help] My hackintosh error dsdt/ssdt i can't patch

Status
Not open for further replies.
it that real?
use patch data old DSDT/SSDT in EFI/Clover/ACPI/patched for new DSDT/SSDT in EFI/Clover/ACPI/original
how can i do that ?
or anything i need is new patch ACPI/origin
 
i patching DSDT
patch i used
"remove all _DSM methods"
"audio layout 3"
"Fix _WAK Arg0 v2"
"HPET Fix"
"SMBUS Fix"
"IRQ Fix"
"RTC Fix"
"OS Check Fix"
"Fix Mutex with non-zero SyncLevel"
"Fix PNOT/PPNT" (use only if you're dropping CPU related SSDTs)
"Add IMEI" (do not use if your DSDT or SSDTs already have IMEI/HECI/MEI device)
error somthing @@
screen shot and dsdt.dsl in Attached
 

Attachments

  • DSDT.dsl
    470.4 KB · Views: 153
  • Screen Shot 2018-04-25 at 01.17.15.png
    Screen Shot 2018-04-25 at 01.17.15.png
    87 KB · Views: 130
  • Screen Shot 2018-04-25 at 01.17.27.png
    Screen Shot 2018-04-25 at 01.17.27.png
    155.9 KB · Views: 151
Last edited:
i patching DSDT
patch i used
"remove all _DSM methods"
"audio layout 3"
"Fix _WAK Arg0 v2"
"HPET Fix"
"SMBUS Fix"
"IRQ Fix"
"RTC Fix"
"OS Check Fix"
"Fix Mutex with non-zero SyncLevel"
"Fix PNOT/PPNT" (use only if you're dropping CPU related SSDTs)
"Add IMEI" (do not use if your DSDT or SSDTs already have IMEI/HECI/MEI device)
error somthing @@
screen shot and dsdt.dsl in Attached

You should not apply the PNOT patch (read the guide carefully).
And "Fix _WAK Arg0 v2" is not needed with the version of macOS you're running (read the comments within the patch).
You need to apply "Fix ADBG Error" (because you didn't use refs.txt as suggested by the guide)
 
You should not apply the PNOT patch (read the guide carefully).
And "Fix _WAK Arg0 v2" is not needed with the version of macOS you're running (read the comments within the patch).
You need to apply "Fix ADBG Error" (because you didn't use refs.txt as suggested by the guide)
i following your reply and keyboard it OK i fixed it my problem reporting in Attached check it help me
and now i want to disable Nvdia card i following your guide in https://www.tonymacx86.com/threads/guide-disabling-discrete-graphics-in-dual-gpu-laptops.163772/
right?
 

Attachments

  • debug_20202.zip
    2.2 MB · Views: 96
Why do you have SSDT-10.aml in ACPI/patched?
There is no SSDT-10 in ACPI/origin.
i join any forum to help dsdt and one guy give me ACPI/patched
and ssdt-10 worked for backlight control
i wrong something? right?
 
i join any forum to help dsdt and one guy give me ACPI/patched
and ssdt-10 worked for backlight control
i wrong something? right?

Backlight control is via SSDT-PNLF.aml.
Read here:
https://www.tonymacx86.com/threads/...rol-using-applebacklightinjector-kext.218222/

Your SSDT-10.aml has nothing to do with brightness controls. It has to do with keyboard mapping.
You should name it SSDT-Keyboard.aml.

SSDTs with number suffix should be used only for files that originated in ACPI/origin.

For disabling Nvidia, read here:
https://www.tonymacx86.com/threads/guide-disabling-discrete-graphics-in-dual-gpu-laptops.163772/

Also note:
- SSDT.aml is not required (remove it).
- your settings in config.plist/ACPI/SSDT/Generate are wrong (refer to the guide plists for correct settings:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/)
 
For disabling Nvidia, read here:
in your guide
find the SSDT that has
_OFF methods i find ssdt 5-6
_INI methods i find ssdt 4-5-6
but
_OFF i don't see Store (VGAR, VGAB)
and _reg in dsdt
show
If (LAnd (LEqual (Arg0, 0x02), LEqual (Arg1, One)))
looks different
 

Attachments

  • Screen Shot 2018-04-25 at 20.40.10.png
    Screen Shot 2018-04-25 at 20.40.10.png
    149.7 KB · Views: 72
  • Screen Shot 2018-04-25 at 20.41.48.png
    Screen Shot 2018-04-25 at 20.41.48.png
    116.5 KB · Views: 66
SSDT-10.aml
when i remove SSDT-10.aml. backlight control will be max brightness or min( fn+f4-f5 )
Backlight need patch agian?
when i have ssdt-10.aml backlight control working, not error
 
Status
Not open for further replies.
Back
Top