Jump to content

onemanosx

Members
  • Posts

    1,541
  • Joined

  • Last visited

Everything posted by onemanosx

  1. [ref]aryaone[/ref], Just use a Maldon's DSDT. You dont need any other SSDT or clover patches. https://imgur.com/MHrLZo2 Reboot and extract new sendme files
  2. [ref]ashishfeels[/ref], Did you disable _DSM to XDSM patches? Similarly, to TPDO._DSM to XDSM. Extract new sendme files and post in this relevant thread https://Olarila.com/forum/viewtopic.php?p=70285#p70285
  3. You are expected to save the new ssdt file manually with .aml extension
  4. This means compile is a success with no errors.
  5. [ref]ashishfeels[/ref], As I had mentioned, SBFG pin list is not required. You can delete these lines. Name (SBFG, ResourceTemplate () { GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault, 0x0000, "\\_SB.PCI0.GPI0", 0x00, ResourceConsumer, , ) { // Pin list 0x001B } }) Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method { If (LEqual (Arg0, HIDG)) { Return (HIDD (Arg0, Arg1, Arg2, Arg3, HID2)) } If (LEqual (Arg0, TP7G)) { Return (TP7D (Arg0, Arg1, Arg2, Arg3, SBFB, SBFG)) } Return (Buffer (One) { 0x00 }) } You will also need to add External (SBFG, FieldUnitObj)
  6. please elaborate the changes you made.
  7. [ref]ashishfeels[/ref], 1. You only need VoodooI2C + VoodooI2CHID kexts for your trackpad. You should remove the rest of VoodooI2C satelite kexts. 2. SSDT-I2C.aml refers to wrong patching. Your pin list is native, there is no need to use SBFX (this is wrong by the way). Renaming of DSM to XDSM is not required. Return _CRS should be (.... SBFB, SBFG)
  8. upload to google drive or similar
  9. [ref]lasak12[/ref], You are only expected to patch integers which are being called again in DSDT. SBRC as an example, is not being called anywhere else in DSDT. So, this is not required. You also missed a few integers. SMD0 is an example of that.
  10. Since you did not upload your custom patch, can you list the bit integers that requires patching from the embeddedcontrol?
  11. [ref]lasak12[/ref], Can you upload your original DSDT.aml and your intended custom patch? I cant tell whats going on by just looking at your patched DSDT.
  12. [ref]RandomTech7[/ref],
  13. Then you will need to do your custom patch.
  14. Did you find a patch specific for your laptop?
  15. What are you trying to patch specifically?
  16. Try asking the Devs at their gitter page. Some ASUS board has buggy GPI0, so interrupt mode is problematic for those machines.
  17. A good patched DSDT goes a long way! Thanks to master patcher, [ref]MaLd0n[/ref].
  18. Yes, just let know the details when posting
  19. [ref]pavle[/ref], you'll need a patched DSDT. Post your request at "DSDT request" forum section https://Olarila.com/forum/viewtopic.php?f=19&t=1131 Use RunMe app to create dump files.
  20. [ref]pavle[/ref], Didnt know your were running DSDT-less. I strongly recommend using your own ACPI table instead of using a DSDT from the internet (although it may be of the same build and same bios version).
  21. [ref]pavle[/ref], Its possible the issue is a hardware failure. But, lets see what others have to say about your problem.
  22. [ref]Rajbirbal[/ref], Trackpad is using VoodooPS2Controller kext. Read here https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller I never use voodooPS2 trackpad. So, I cannot advise. But, I do know it only supports two-finger scrolling and three-finger swipe as per last documentation. Try this new one instead: https://github.com/acidanthera/VoodooPS2/releases New VoodooPS2Trackpad emulates Magic Trackpad II using macOS native driver instead of handling all gestures itself. This enables the use of any from one to three finger gestures defined by Apple including: Look up & data detectors Secondary click (with two fingers, in bottom left corner*, in bottom right corner*) Tap to click Scrolling Zoom in or out Smart zoom Rotate Swipe between pages Swipe between full-screen apps (only with three fingers) Notification Centre Mission Control (only with three fingers) App Exposé (only with three fingers) Dragging with or without drag lock (configured in 'Universal Access' prefpane) Three finger drag (configured in 'Universal Access' prefpane, may work unreliably**)
  23. [ref]pavle[/ref], Console https://imgur.com/JemJ8nh
  24. Your friend just need to add these patches at Clover/KextToPatch and his touchscreen will work. <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>
×
×
  • Create New...