Jump to content

onemanosx

Members
  • Posts

    1,541
  • Joined

  • Last visited

Everything posted by onemanosx

  1. [ref]koolkunal247[/ref], It is always good practice to upload your sendme files so others can easily extract extra information from it.
  2. [ref]zzmagus[/ref], Sorry. No idea. By default, track pad settings will appear with battery patch. And your battery patch is clearly working.
  3. [ref]zzmagus[/ref], Trackpad preference settings are dependant on battery indicator patch. 1. Disable these 2 patches. https://imgur.com/vzrnYms 2. Also, you do not need these SSDT as your DSDT is already full patched. Delete these 2 SSDTs. Your Batt SSDT is most probably conflicting with DSDT causing the preference setting not to appear. https://imgur.com/qrOvmuQ 3. Clean up your kext folder. You do not need these 3 kexts. https://imgur.com/sRTf9d3
  4. I dont understand what you mean by settings do not open. No sendme file.
  5. Lets try Interrupt mode and see if situation improves. DSDT-Interrupt.aml.zip Reboot and generate new send me files.
  6. The least you could do is tell me if there is any improvement after replacing the battery kext
  7. Try replace FakeSMC+ ACPIBatteryManager with SMCBatteryManager + VirtualSMC kext. sudo kextcache -i / Reboot and generate new send me files with new battery kext and virtualsmc
  8. Use your touch pad of course.
  9. [ref]zzmagus[/ref], Your track pad is now working in Polling mode as per kernel log and IOReg. Please confirm. kernel: (kernel) VoodooGPIOSunrisePointLP::Loading GPIO Data for SunrisePoint-LP kernel: (kernel) VoodooGPIOSunrisePointLP::VoodooGPIO Init! kernel: (kernel) VoodooGPIOSunrisePointLP::VoodooGPIO Initializing Community 0 kernel: (kernel) VoodooGPIOSunrisePointLP::VoodooGPIO Initializing Community 1 kernel: (kernel) VoodooGPIOSunrisePointLP::VoodooGPIO Initializing Community 2 kernel: (kernel) VoodooI2CPCIController::pci8086,9d60 Starting I2C controller kernel: (kernel) VoodooI2CPCIController::pci8086,9d60 Set PCI power state D0 kernel: (kernel) VoodooI2CPCIController::pci8086,9d60 Publishing nub kernel: (kernel) VoodooI2CControllerDriver::pci8086,9d60 Probing controller kernel: (kernel) VoodooI2CControllerDriver::pci8086,9d60 Found valid Synopsys component, continuing with initialisation kernel: (kernel) VoodooI2CControllerNub::pci8086,9d60 SSCN not implemented in ACPI tables kernel: (kernel) VoodooI2CControllerNub::pci8086,9d60 FMCN not implemented in ACPI tables kernel: (kernel) VoodooI2CControllerDriver::pci8086,9d60 Warning: Error getting bus config, using defaults where necessary kernel: (kernel) VoodooI2CControllerDriver::pci8086,9d60 Publishing device nubs kernel: (kernel) VoodooI2CControllerDriver::pci8086,9d60 Found I2C device: SYNA2B33 kernel: (kernel) VoodooI2CControllerDriver::VoodooI2CDeviceNub Warning: Incompatible APIC interrupt pin (0x57 > 0x2f) and no GPIO interrupts found; if your chosen satellite implements polling then VoodooI2CDeviceNub will run in polling mode. kernel: (kernel) VoodooI2CHIDDevice::SYNA2B33 Warning: Could not get interrupt event source, using polling instead
  10. [ref]zzmagus[/ref], Your voodooI2C kext is corrupt. Weird. Download new kexts here. https://github.com/alexandred/VoodooI2C/releases. Use only voodooI2C and VoodooI2CHID kexts. Rebuild cache and permissions. Use terminal and type: sudo kextcache -i / Reboot and generate send me files.
  11. of course it wont work. You did not patch clover with I2C patches nor did you implement windows emulation patch. https://imgur.com/GmxhQuE https://imgur.com/v8HUNqN Use these files, reboot and generate new sendme files. Archive.zip
  12. glad the guide worked well for you!!
  13. [ref]zzmagus[/ref], 1. load voodooI2C + voodooI2CHID kexts in clover/kexts/other 3. Apply voodooI2C patch in clover kext to patch (read post 1) <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> 2. Implement windows OS emulation in DSDT. Press F4 at clover bootloader and use DSDT.aml in clover/acpi/origin
  14. [ref]zzmagus[/ref], Delete mouse and track pad plugin in voodoops2controller. You will also need to implement windows OS emulation to detect your I2C trackpad. https://imgur.com/SIiBQy7 Run new sendme files and post at relevant topic here https://Olarila.com/forum/viewtopic.php?p=70285#p70285
  15. patches are required in any hackintosh machines.
  16. if you are certain you do not need any patched DSDT then ignore my approach to assist.
  17. [ref]omarbekaa[/ref], Your DSDT has no errors. Run this app and upload the sendme files if you need further help. RunMe https://imgur.com/sSt0dNC
  18. Upload your sendme dump files. RunMe
  19. [ref]MacUser[/ref], Place DSDT in clover/acpi/patched DSDT.aml.zip Use renames in Clover change HDAS to HDEF change HECI to IMEI change SAT0 to SATA Upload new sendme files for checking.
  20. be specific. What doesnt work? upload new sendme files
  21. Yes, you can remove the boot argument. Its only useful if used with USBInjectAll kext. You can also remove Clover's kext to patch USB Patch Limit. The IOReg shows USB type C speed is detected. https://imgur.com/olYdf33 https://imgur.com/6nN3z7P https://imgur.com/CodCuw6 FYI, 0x9 or 0x0A = USB TYPE C 0X3 = USB 3.0 Press F4 at clover bootloader and upload files in clover/acpi/origin folder. You can also remove the unused kexts as highlighted. https://imgur.com/wxGENqV
  22. Proof of ioreg. As I had said, use a true USB type C device to test. Not all devices comply. Do you have other USB type C devices to test?
×
×
  • Create New...