Search results

Loading Google Results...
  1. xvacid

    VoodooI2C Help and Support

    For polling mode do I need to put kexts in /L/E or smth else? Does without patching DSDT? I did not understand how to make polling mode and not found this in instruction.
  2. xvacid

    VoodooI2C Help and Support

    Ok, thanks you :) I made new debug info. I tried different GPIO number with and without patch: without patch Apple's I2C kexts 0x17, 0x51 - os boot, sometimes after boot it works and stops 0x1B, 0x55 - os boot, touchpad didn't work 0x34, 0x6D, 0x41 - os didn't boot, touchpad is busy with...
  3. xvacid

    VoodooI2C Help and Support

    Thanks you, I forgot to make chmod and chown for kexts in L/E before kextcache rebuild. After that touchpad showed in preference, but also work sometime and stops. I guess setup touchpad in next time, maybe I'll find solution :)
  4. xvacid

    VoodooI2C Help and Support

    Yes, GPIO 0x55 didn't hang busy. I added VoodooI2C.kext and VoodooI2CHID.kext to /L/E and removed from System/EFI/Clover/kext/other. Then returned 0x55 APIC pin in dsdt. But touchpad not found. If placed VoodooI2C* to /S/L/E touchpad found in system preference, but didn't work or worked after...
  5. xvacid

    VoodooI2C Help and Support

    Ok, I tried new number 0x41. But again error busy ETPD and after some time os is launched without touchpad. :(
  6. xvacid

    VoodooI2C Help and Support

    Thanks you :) I tried setup touchpad again and again :(. I took this APIC pin 0x6D, found in Cannon Point-LP list value GPP_D13_IRQ 0x6d, then found decimal GPIO pin GPP_D13 81. Next, calculated new GPIO pin from CNL_GPP(0, 68, 92, 96) /* GPP_D */. Took my decimal GPIO pin 81 subtract base value...
  7. xvacid

    VoodooI2C Help and Support

    Thanks you for picture, that was unchecked. I read GPIO pinning again and I cannot find IOInterruptSpecifiers for l2C1/ETPD. Do you know how to find hexadecimal APIC pin number? Maybe it's my mistake, because I used pin is 0x55 I found in dsdt file: Interrupt (ResourceConsumer, Level...
  8. xvacid

    VoodooI2C Help and Support

    I made debug archive. I hope, I used latest version of VoodooI2C-2.2. In Mojave I didn't find this is 'Disable built-in trackpad when...' in hackintosh and real mac os.
  9. xvacid

    VoodooI2C Help and Support

    Hi, I'm trying to launch my touchpad on notebook. I put 2 kext files: VoodooI2C.kext & VoodooI2CHID.kext in Clover/Kext/Other. After that, I patched my DSDT file with GPIO Controller Enable [SKL+] and Windows 10 patch. Then I manual patched in Method (_CRS, 0, Serialized) from instruction...
Back
Top