Recent content by Quipper

  1. Quipper

    Error code when try to patch DSDT

    Please attach complete origin folder. Not only your DSDT. Best is to attach complete problem reporting files. https://www.tonymacx86.com/threads/tool-generate-proper-problem-reporting-files.235953/
  2. Quipper

    Battery Status not working

    Your kext should be installed to /Library/Extensions and not System/Library/Extensions.
  3. Quipper

    Battery Status not working

    Yes. And please fix your profile. We cant see which laptop you have.
  4. Quipper

    Battery Status not working

    No one can help you without information. Please fix your profile as per laptop FAQ and post problem reporting files. https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/ https://www.tonymacx86.com/threads/tool-generate-proper-problem-reporting-files.235953/
  5. Quipper

    Help Me In Disabling Discrete Graphics

    You can use your old config.plist with working audio. I have set there the patch for disabling the dGPU. Its nearly impossible to say what is wrong without problem reporting files.
  6. Quipper

    Help Me In Disabling Discrete Graphics

    I cant say what is there wrong. Maybe you set wrong layout id. Attach both config.plist. The one with working audio and the new one.
  7. Quipper

    Help Me In Disabling Discrete Graphics

    Of course. Please attach complete problem reporting files. https://www.tonymacx86.com/threads/tool-generate-proper-problem-reporting-files.235953/
  8. Quipper

    Help Me In Disabling Discrete Graphics

    You can do it with WhateverGreen.kext and config.plist (Devices/Properties)
  9. Quipper

    [Guide] Patching LAPTOP DSDT/SSDTs

    As mentioned in guide navigate to working folder in terminal where are only DSDT.aml, SSDT-0.aml, SSDT-1.aml, SSDT-2.aml, SSDT-3.aml and SSDT-4.aml Then: External(MDBG, MethodObj, 1) External(_GPE.MMTB, MethodObj, 0) External(_SB.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)...
  10. Quipper

    [Guide] Patching LAPTOP DSDT/SSDTs

    No problems with decompiling. Use iasl -da -dl DSDT.aml SSDT-*.aml according to guide to decompile your DSDT and SSDTs. Just delete the two One at line 221 and 223 and you are good to go.
  11. Quipper

    [Guide] Patching LAPTOP DSDT/SSDTs

    Your problem reporting files are incomplete. Please fix it.
  12. Quipper

    [Guide] Patching LAPTOP DSDT/SSDTs

    Decompile your DSDT and SSDTs with iasl -da -dl DSDT.aml SSDT-*.aml That is the fix for the first two errors: Before: If (LEqual (PM6H, One)) { CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW) // _RW_: Read-Write Status...
  13. Quipper

    VoodooI2C Help and Support

    I figured out the problem and my Trackpad is now working with hotpatch method. Renames in clover were wrong and also i build my _CRS Method in my SSDT wrong.
  14. Quipper

    VoodooI2C Help and Support

    okay and yes i am from germany
  15. Quipper

    VoodooI2C Help and Support

    Thats strange. Did you have changed trackpad settings from basic to advanced in bios? My DSDT is similar like yours and my trackpad is located under I2C1.TPAD (ELAN) too. I have the exact same DSDT patches but another pin config. First time to get Trackpad working in mojave i had to boot...
Back
Top