Contribute
Register

VoodooI2C Help and Support

Status
Not open for further replies.
hi, can you check my files. I am using a razer blade 2016 with mojave. trackpad is detected but the cursor moves by itself. here are the files. all patches done.
i have moved your post to the updated help thread

As per rules, please update your hardware profile to allow others to help you easier

please read the faq for proper hardware profile setup:
 
Thanks for sharing this driver. Has anyone noticed that on every 5th mouse move the cursor freezes driver version 2.2. My Laptop is the Walmart brand OverPowered OP-LP3. Details of Laptop under my username.

i2c chipset 8086 a368
 
Last edited:
Hi, the kext doesn't work. Those are my report files (@ben9923 )
 

Attachments

  • Archivio.zip
    841.5 KB · Views: 66
Hi, the kext doesn't work. Those are my report files (@ben9923 )
problem files are incomplete

Use this tool and upload your problem reporting files:
 
problem files are incomplete

Use this tool and upload your problem reporting files:
Here it is
 

Attachments

  • debug_2478.zip
    1.8 MB · Views: 70
Here it is
you may want to add these to KextsToPatch:
Code:
<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>

not sure why you have added in all those SSDT* in your acpi/patched folder though?
 
you may want to add these to KextsToPatch:
Code:
<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>

not sure why you have added in all those SSDT* in your acpi/patched folder though?
you may want to add these to KextsToPatch:
Code:
<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>

not sure why you have added in all those SSDT* in your acpi/patched folder though?
How can I add this?

I had read that it was the right operation to do. If you think it is wrong I try to remove them
 
How can I add this?

I had read that it was the right operation to do. If you think it is wrong I try to remove them
copy and paste would work using xcode or plisteditor
 
What's going on guys? I've been trying for the past couple days to get my Asus Q304UAK laptop to have trackpad working.. I'm on Mojave 10.14.5 at the moment. I'm using the VoodooI2C kext along with the HID kext found in the repo. I've got both of those kexts installed inside my Other/Kexts folder. It's a hit or miss, when the touchscreen works, the trackpad doesn't and same in vice versa. I have voodoops2 kext in there as well, that's what helps keyboard to work. I've got the dxdiag output on the laptop and ill upload it if someone knows more about this issue. I've managed to patched the dsdt to the best of my ability with battery, sound, etc. But when i tried to apply patch for voodooi2c, i get an error and i don't know how to fix it..I'll post all those later on. Thanks in advance to whomever would like to help me out.
 

Attachments

  • DxDiag Asus Q304UAK.txt
    77.2 KB · Views: 251
  • Screen Shot 2019-06-05 at 7.45.29 PM.png
    Screen Shot 2019-06-05 at 7.45.29 PM.png
    510.5 KB · Views: 67
Please attach an archive made with gen_debug.sh, as I asked in the previous thread.
The DxDiag output isn't useful for analysis...

Please also make sure 'Ignore built-in trackpad...' is disabled in SysPrefs>Accessibility>Mouse & Trackpad.
 
Status
Not open for further replies.
Back
Top