Contribute
Register

Need advice on buying new laptop

Status
Not open for further replies.
I tried 3-4 times with different combinations, saved it, reboot the laptop and it's not saved(how should the text look like?
This is the code(default):
Code:
<key>KextsToPatch</key>
        <array/>
    </dict>
And how would I put the code?
Code:
<key>KextsToPatch</key>
        <array>
                <dict>
                <key>Comment</key>
                <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
                <key>Name</key>
                <string>com.apple.driver.AppleIntelLpssI2C</string>
                <key>Find</key>
                <data>SU9LaXQ=</data>
                <key>Replace</key>
                <data>SU9LaXM=</data>
                <key>InfoPlistPatch</key>
                <true/>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string>
                <key>Name</key>
                <string>com.apple.driver.AppleIntelLpssI2CController</string>
                <key>Find</key>
                <data>SU9LaXQ=</data>
                <key>Replace</key>
                <data>SU9LaXM=</data>
                <key>InfoPlistPatch</key>
                <true/>
            </dict>
            </array>
            <array/>
            </dict>
Like this?
like so:
 

Attachments

  • config.plist
    13.8 KB · Views: 99

Attachments

  • debug_881.zip
    2.8 MB · Views: 124
I replaced the existing config with the one you edited. The TouchPad still doesn't work? Do I need DSDT patch?
the instructions for patching for VoodooI2C is here:
 
the instructions for patching for VoodooI2C is here:
I applied the patches but can't save it. Compiler error:
Here is the DSDT.aml I have in the patched folder(from the High Sierra setup-i'm trying to apply patches to this file)
 

Attachments

  • Screen Shot 2019-03-04 at 20.17.08.png
    Screen Shot 2019-03-04 at 20.17.08.png
    292.3 KB · Views: 122
  • DSDT.aml
    151.9 KB · Views: 85
Is my CPU power management and USB ports implemented?
What do I need to patch to make the TouchPad to work?
 

Attachments

  • debug_21128.zip
    2.3 MB · Views: 159
Is my CPU power management and USB ports implemented?
What do I need to patch to make the TouchPad to work?
i use hotpatch for the VoodooI2C along with 2 entries in config.plist Patches

you can take a look at the file attached to see if this will help you in any way

also don't forget to install the VoodooI2C kexts as well :)
 

Attachments

  • VoodooI2C-hotpatch.zip
    1.3 KB · Views: 163
i use hotpatch for the VoodooI2C along with 2 entries in config.plist Patches

you can take a look at the file attached to see if this will help you in any way

also don't forget to install the VoodooI2C kexts as well :)
I complied the .dsl file, saved it as .aml, copied to Patched folder.
Applied the 2 patches to the config.plist
Installed the VoodooI2C kext and now my laptop restarts, same as previous as soon as I install the VoodooI2C kext the laptop restarts..
I boot it up via USB so I can get the logs.
 

Attachments

  • debug_9174.zip
    2.4 MB · Views: 177
Last edited:
I complied the .dsl file, saved it as .aml, copied to Patched folder.
Applied the 2 patches to the config.plist
Installed the VoodooI2C kext and now my laptop restarts, same as previous as soon as I install the VoodooI2C kext the laptop restarts..
I boot it up via USB so I can get the logs.
you may have to edit the dsl file to suit your laptop, you can check your DSDT.dsl to see what needs to be changed
 
you may have to edit the dsl file to suit your laptop, you can check your DSDT.dsl to see what needs to be changed
When I try to complie the patched DSDT with the I2C Controller patch[SKL] I got this syntax error:
How can I fix it?
@ben9923
 

Attachments

  • Screen Shot 2019-07-23 at 14.24.45.png
    Screen Shot 2019-07-23 at 14.24.45.png
    181.8 KB · Views: 161
  • debug_385.zip
    2.4 MB · Views: 147
When I try to complie the patched DSDT with the I2C Controller patch[SKL] I got this syntax error:
How can I fix it?
@ben9923
as mentioned back in March, I use hotpatch and not DSDT.aml
 
Status
Not open for further replies.
Back
Top