Contribute
Register

[Guide] Patching LAPTOP DSDT/SSDTs

but if I running from usb boot clover its loaded but nothing working :/
and my ssdt is good I patched him with your patch
My resolution is 1900x1080i
 
but if I running from usb boot clover its loaded but nothing working :/

Define "its".
You should install Clover to the HDD and make final tweaks to Clover setup and ACPI configuration there.
If you make a mistake, you can go back to booting via USB, fix your mistake, and continue.

and my ssdt is good I patched him with your patch

No idea what you're referring to.

My resolution is 1900x1080i

Actually more likely 1920x1080.
It should be in your profile as per FAQ.
 
Hello RehabMan,

I can't do the part " disassemble in OS X Terminal:
Code:
cd "to directory where you placed all SSDT/DSDT"
iasl -da -dl DSDT.aml SSDT*.aml

all my DSDT and SSDT are in 1 folder, extract with Clover F4
i'm little confuse :confused:

in Terminal
Mac-Pro-de-SEBDINE:eek:rigin sebdine$ iasl -da -dl DSDT.aml SSDT*.aml
-bash: iasl: command not found

what i do wrong ?
 
Define "its".
You should install Clover to the HDD and make final tweaks to Clover setup and ACPI configuration there.
If you make a mistake, you can go back to booting via USB, fix your mistake, and continue.



No idea what you're referring to.



Actually more likely 1920x1080.
It should be in your profile as per FAQ.
today I reinstall Sierra and just build desasembly and put all patch what you say in this guide and same without sorted order I can boot with sorted order same issue voodooPS2 mouse probably dropped or hid legacy shim 2 and stuck on it
 

Attachments

  • RehabMan.zip
    3.5 MB · Views: 86
  • DSC_0049.JPG
    DSC_0049.JPG
    667.5 KB · Views: 74
today I reinstall Sierra and just build desasembly and put all patch what you say in this guide and same without sorted order I can boot with sorted order same issue voodooPS2 mouse probably dropped or hid legacy shim 2 and stuck on it

Problems:
- You used the wrong _PRW patch. Your DSDT uses 0x6d, but you changed all _PRW to 0x0d.
- removing all _DSM methods (as you have with "Rename _DSM methods to XDSM") is likely to cause problems for VoodooI2C.kext
 
Problems:
- You used the wrong _PRW patch. Your DSDT uses 0x6d, but you changed all _PRW to 0x0d.
- removing all _DSM methods (as you have with "Rename _DSM methods to XDSM") is likely to cause problems for VoodooI2C.kext
okay I change _PRW to 0x6 and removed _DSM and same :(
 

Attachments

  • RehabMan2.zip
    3.5 MB · Views: 66
okay I change _PRW to 0x6 and removed _DSM and same :(

You cannot expect to remove all _DSM methods and have VoodooI2C.kext work.
It requires certain _DSM methods to be present.
I have said the same over and over. This is the last time I will mention it.

Also, SSDT-2.aml is missing from SortedOrder.
 
You cannot expect to remove all _DSM methods and have VoodooI2C.kext work.
It requires certain _DSM methods to be present.
I have said the same over and over. This is the last time I will mention it.
RehabMan I dont install any voodooi2c.kext and at all without battery and internet kext I don't install just start first fix this then I will go try complete voodooi2c.lext
I just want now properly build everything and then start do all
here is all _dsm deleted and only in dsdt deleted and just renamed dsm to xddm
and I fink I don't understand good what you want to say what I need to do :/
 

Attachments

  • RehabMan2.zip
    3.5 MB · Views: 68
RehabMan I dont install any voodooi2c.kext and at all without battery and internet kext I don't install just start first fix this then I will go try complete voodooi2c.lext
I just want now properly build everything and then start do all
here is all _dsm deleted and only in dsdt deleted and just renamed dsm to xddm
and I fink I don't understand good what you want to say what I need to do :/

SortedOrder is still incorrect. SSDT-2.aml still missing.
 
Back
Top