Contribute
Register

[Guide] Patching LAPTOP DSDT/SSDTs

Can't compile SSDT with MaciASL code
Code:
DefinitionBlock ("", "SSDT", 2, "hack", "ps2dell", 0)
{
    // Select Dell specific keyboard map in VoodooPS2Keyboard.kext
    Method(_SB.PCI0.LPCB.PS2K._DSM, 4)
    {
        If (!Arg2) { Return (Buffer() { 0x03 } ) }
        Return (Package()
        {
            "RM,oem-id", "DELL",
            "RM,oem-table-id", "WN09",
        })
    }
}
link.
Error "One or More prefix Scopes do not exist (_SB.PCI0.LPCB.PS2K._DSM)"
 
Hello I tried very hard to solve the problems, but I didn't succeed All my notebook files are in this folder, anyone can do the patch work and fix the DSDT errors for me Thank you very much I apologize for the language

I installed the Mac version of MohJAVE

Does not work
1:WIFI
2:NVIDIA GRAPHICS
3:TRACKPAD AND MOUSE
5:Bluetooth
7:touchscreen
6:And many more

dsdt There is a lot of error

Please help me
1: fix error in my dsdts
2:check my clover plist and kext folder


thank you friend
 

Attachments

  • my all file.zip
    22.7 MB · Views: 65
  • debug_26955.zip
    3 MB · Views: 74
Last edited:
@ikador there're no errors in all your DSDT files.
Be sure to use MaciASL RM version 1.3.1 with ACPI 6.2a set in preferences.
Question discussed also in the below thread

If you need support/help attach the "problem reporting files" according to below guide
 
@ikador there're no errors in all your DSDT files.
Be sure to use MaciASL RM version 1.3.1 with ACPI 6.2a set in preferences.
Question discussed also in the below thread

If you need support/help attach the "problem reporting files" according to below guide
tank you
 

Attachments

  • debug_26955.zip
    3 MB · Views: 46
Last edited:
1) I'm dropping cpupm via clover but the error persists.

2) How can I fix ACPI error RP05.PXSX?

3) And what about the other acpi errors , like :
2020-05-01 12:23:43.159148+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_NOT_FOUND,
2020-05-01 12:23:43.159149+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Exception: AE_NOT_FOUND,
2020-05-01 12:23:43.159151+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) During name lookup/catalog
2020-05-01 12:23:43.159151+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) During name lookup/catalog
2020-05-01 12:23:43.159153+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/psobject-310)
2020-05-01 12:23:43.159154+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/psobject-310)
2020-05-01 12:23:43.159156+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:
2020-05-01 12:23:43.159157+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:
2020-05-01 12:23:43.159159+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Method parse/execution failed
2020-05-01 12:23:43.159160+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Method parse/execution failed
2020-05-01 12:23:43.159162+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) [\_SB.PCI0.RP04.PXSX] (Node ffffff803e218930)
2020-05-01 12:23:43.159163+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) [\_SB.PCI0.RP04.PXSX] (Node ffffff803e218930)
2020-05-01 12:23:43.159165+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) , AE_NOT_FOUND
2020-05-01 12:23:43.159166+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) , AE_NOT_FOUND
2020-05-01 12:23:43.159167+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/psparse-632)
2020-05-01 12:23:43.159168+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/psparse-632)
2020-05-01 12:23:43.159881+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:
2020-05-01 12:23:43.159882+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI Error:
2020-05-01 12:23:43.159884+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) [_SB_.PCI0.RP09.PXSX]
2020-05-01 12:23:43.159885+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) [_SB_.PCI0.RP09.PXSX]
2020-05-01 12:23:43.159887+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Namespace lookup failure, AE_NOT_FOUND
2020-05-01 12:23:43.159888+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Namespace lookup failure, AE_NOT_FOUND
2020-05-01 12:23:43.159890+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/dswload2-274)
2020-05-01 12:23:43.159891+0300 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) (20160930/dswload2-274)
out of interest, what patches are you doing in your DSDT as you happen to be using a set of hotpatch files?
 
@Feartech
Friends, please help me
please
please



I am using Google Translator
That's why I find it difficult to understand conversations
I will explain everything I did so that you may be able to help me


install mojave with clover
install kext
trackpad not work. It's in the settings but it doesn't work
mouse not work I am used external mouse
keyboard work
I extracted DSDTs with clover F4

My DSDT has some errors
What patch should I use?
It gives an error when I patch the file and want to save it
 

Attachments

  • Screen Shot 2020-05-01 at 4.26.42 PM.png
    Screen Shot 2020-05-01 at 4.26.42 PM.png
    812.9 KB · Views: 74
  • Screen Shot 2020-05-01 at 4.29.08 PM.png
    Screen Shot 2020-05-01 at 4.29.08 PM.png
    478.2 KB · Views: 79
  • debug_26955.zip
    3 MB · Views: 56
  • origin.zip
    225.1 KB · Views: 58
  • Screen Shot 2020-05-01 at 4.35.08 PM.png
    Screen Shot 2020-05-01 at 4.35.08 PM.png
    869.9 KB · Views: 91
Last edited:
@Feartech
Friends, please help me
please
please



I am using Google Translator
That's why I find it difficult to understand conversations
I will explain everything I did so that you may be able to help me


install mojave with clover
install kext
trackpad not work. It's in the settings but it doesn't work
mouse not work I am used external mouse
keyboard work
I extracted DSDTs with clover F4

My DSDT has some errors
What patch should I use?
It gives an error when I patch the file and want to save it
clean dsdt.dsl with no errors
 

Attachments

  • DSDT.dsl
    1.8 MB · Views: 80

Attachments

  • Screen Shot 2020-05-01 at 5.04.36 PM.png
    Screen Shot 2020-05-01 at 5.04.36 PM.png
    1,007.7 KB · Views: 104
Back
Top