Jump to content

onemanosx

Members
  • Posts

    1,541
  • Joined

  • Last visited

Everything posted by onemanosx

  1. No, you did not. I still don't see the clover patches you are supposed to implement as described in this post except for the disable _DSM to XDSM: https://Olarila.com/forum/viewtopic.php?p=90251#p90251 Your acpi patched folder is messy! Press F4 at clover boot loader and upload all files in Clover/ACPI/Origin folder.
  2. [ref]ariqk88[/ref], I hope this works. Took this earlier DSDT you posted instead. Make sure Graphics in clover are left as blank/untick and place DSDT in patched folder. DSDT.aml.zip
  3. [ref]MaLd0n[/ref], Yes, he did enabled inject intel and also did not place DSDT in patched folder.
  4. [ref]ariqk88[/ref], 1. You had Inject Intel enabled in clover. Disable it. 2. Your Patched folder is empty. DSDT should be placed here. If you are using a bootable USB stick, check if above settings are followed. You can try enable Inject ATI, too. But, otherwise all graphics injection should be left untouched. https://imgur.com/65HKNbE https://imgur.com/JifyhRC
  5. [ref]MaLd0n[/ref], Let me try [ref]ariqk88[/ref], Try this. Make sure Clover has no graphics fakeid etc. Use latest Lilu + Whatevergreen DSDT.aml.zip
  6. [ref]Rajbirbal[/ref], 1. You did not implement patches as per I gave in my previous post. SSDT-I2C.aml will not load without the mentioned clover patches. I assumed you should know this since your patched folder is full of SSDT and hot patches in clover. 2. Change _DSM to XDSM is still enabled. I already informed you to disable the patch.
  7. [ref]koolkunal247[/ref], No problemo!
  8. Allow app in Security & Privacy https://imgur.com/jKEuvzL
  9. Add these in clover's patches <dict> <key>Comment</key> <string>change _STA to XSTA in Device GPI0 </string> <key>Disabled</key> <false/> <key>Find</key> <data> X1NUQQ== </data> <key>Replace</key> <data> WFNUQQ== </data> <key>TgtBridge</key> <data> R1BJMA== </data> </dict> <dict> <key>Comment</key> <string>change _CRS to XCRS in Device TPD0</string> <key>Disabled</key> <false/> <key>Find</key> <data> X0NSUw== </data> <key>Replace</key> <data> WENSUw== </data> <key>TgtBridge</key> <data> VFBEMA== </data> </dict> And these at Clover's KextsToPatch <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> SSDT-I2C.aml.zip
  10. There are links where you can read. RH always explains more in that other site.
  11. https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller
  12. Your IOReg shows both track pad and touchscreen fully functional. However, you will most likely get the touchscreen and track pad working in polling mode by disabling change _DSM to XDSM patch in clover. https://imgur.com/54FB1bZ
  13. good advise. I think your trackpad is I2C. Just use voodooI2C + voodooI2CHID kexts at clover/kexts/other and apply the I2C patch in clover.
  14. need to read rehabman voodoops2controller support. I think can work with few gestures but need to configure. I never used laptop with ps2 trackpad
  15. [ref]koolkunal247[/ref], Seems like everything is working good. For your brightness hotkeys, follow the instructions at the link here https://Olarila.com/forum/viewtopic.php?f=28&t=8396. A picture of the console when hotkeys are pressed is required. Otherwise, its a pretty straight forward process. Good Luck!
  16. I see. Use previous DSDT and new voodooPs2 kext for trackpad support. Upload new send me.
  17. My suspicion your trackpad is PS2. Replace DSDT with new one and replace VoodooPS2Controller kext. Reboot and upload new send me. Check if track pad works with this voodoops2 kext. Do not remove VoodooI2C and VoodooI2cHID kexts! Archive.zip
  18. Do you have access to windows and check the ACPI ID of the track pad? https://imgur.com/FIJPN8P
  19. [ref]koolkunal247[/ref], Replace clover folder. CLOVER.zip Open terminal type : sudo kextcache -i / Press ENTER Reboot. Upload new sendme.
  20. Your KBD0 device path is wrong. Hence, the error. Your I2C track pad is not detected because you did not implement windows emulation or "OS Check Fix". I wonder why you are not using the patched DSDT posted HERE ? Your kext folder needs cleaning up. I2C SSDT is obviously not working.
  21. Add these patches in config: <dict> <key>Comment</key> <string>change _STA to XSTA in Device GPI0 </string> <key>Disabled</key> <false/> <key>Find</key> <data> X1NUQQ== </data> <key>Replace</key> <data> WFNUQQ== </data> <key>TgtBridge</key> <data> R1BJMA== </data> </dict> <dict> <key>Comment</key> <string>change _CRS to XCRS in Device TPD0</string> <key>Disabled</key> <false/> <key>Find</key> <data> X0NSUw== </data> <key>Replace</key> <data> WENSUw== </data> <key>TgtBridge</key> <data> VFBEMA== </data> </dict> SSDT-I2C.aml.zip
×
×
  • Create New...