Contribute
Register

<< Solved >> Lenovo Yoga I2C Trackpad does not work

Status
Not open for further replies.
Joined
Oct 1, 2018
Messages
25
Motherboard
X1Carbon 5Gen
CPU
i7-7500U
Graphics
GTX 1080
Mobile Phone
  1. iOS
Computer Specs:
Lenovo Yoga 720 13''
CPU: i7-8550U
GPU: HD620 @ 1920x1080
RAM: 8GB
Trackpad: I2C HID @ I2C0.TPAD
Touchscreen: I2C HID @ I2C1.TPNL

I Followed the GPI0 setup as the one on voodoo i2c page, I cannot apply the Skylake patch(throws a bunch of errors about object not accessible), here is my debug:

any ideas?
 

Attachments

  • debug_29971.zip
    5 MB · Views: 76
Computer Specs:
Lenovo Yoga 720 13''
CPU: i7-8550U
GPU: HD620 @ 1920x1080
RAM: 8GB
Trackpad: I2C HID @ I2C0.TPAD
Touchscreen: I2C HID @ I2C1.TPNL

I Followed the GPI0 setup as the one on voodoo i2c page, I cannot apply the Skylake patch(throws a bunch of errors about object not accessible), here is my debug:

any ideas?
you don't have a skylake processor.......
 
so I didn't apply the Skylake patch, anything wrong?
the skylake patch is for skylake processors, your processor is Kabylake
 
the skylake patch is for skylake processors, your processor is Kabylake
yea, so I didn't use it. They said it was optional too, I used the patch for my cpu but I2C still doesn't work
 
yea, so I didn't use it. They said it was optional too, I used the patch for my cpu but I2C still doesn't work
example from your kextcache output:
Code:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe7b897b160 [0x7fffa84a68e0]> { URL = "file:///Library/Extensions/BrcmPatchRAM2.kext/", ID = "com.no-one.BrcmPatchRAM2" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe7b8985ee0 [0x7fffa84a68e0]> { URL = "file:///Library/Extensions/VoodooI2C.kext/", ID = "com.alexandred.VoodooI2C" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe7b8983b80 [0x7fffa84a68e0]> { URL = "file:///Library/Extensions/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/", ID = "org.coolstar.VoodooGPIO" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe7b899c3e0 [0x7fffa84a68e0]> { URL = "file:///Library/Extensions/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/", ID = "com.alexandred.VoodooI2CServices" }

delete those and install them correctly:
 
example from your kextcache output:
Code:
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe7b897b160 [0x7fffa84a68e0]> { URL = "file:///Library/Extensions/BrcmPatchRAM2.kext/", ID = "com.no-one.BrcmPatchRAM2" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe7b8985ee0 [0x7fffa84a68e0]> { URL = "file:///Library/Extensions/VoodooI2C.kext/", ID = "com.alexandred.VoodooI2C" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe7b8983b80 [0x7fffa84a68e0]> { URL = "file:///Library/Extensions/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/", ID = "org.coolstar.VoodooGPIO" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe7b899c3e0 [0x7fffa84a68e0]> { URL = "file:///Library/Extensions/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/", ID = "com.alexandred.VoodooI2CServices" }

delete those and install them correctly:
oops my bad, works perfectly now :) Thanks
 
Status
Not open for further replies.
Back
Top