Giter VIP home page Giter VIP logo

Comments (6)

PoomSmart avatar PoomSmart commented on May 26, 2024

DSDT looks okay. It is possible that you have installed VoodooI2C kexts incorrectly. VoodooI2C version must be 2.2 or higher. There are also a few Clover I2C patches you need to have in config.plist

from asus-fx504ge-hackintosh.

RRC07 avatar RRC07 commented on May 26, 2024

Even I felt that the kexts were not loaded. I think I have added the I2C patches and the VoodooI2C version is the latest.
Here's my CLOVER folder for reference.

CLOVER.zip

from asus-fx504ge-hackintosh.

RRC07 avatar RRC07 commented on May 26, 2024

From the output of kextstat using terminal, I'm not able to find VoodooI2C.
kextstat.txt

from asus-fx504ge-hackintosh.

PoomSmart avatar PoomSmart commented on May 26, 2024
  1. Remove VoodooI2CUPDDEngine.kext from everywhere
  2. How did you rebuilt kext caches step-by-step?

from asus-fx504ge-hackintosh.

RRC07 avatar RRC07 commented on May 26, 2024

I have removed the aforementioned kext. This is what I follow to rebuild kext caches.

  1. Using Finder create a folder on your desktop and copy all the kexts you want to install into it.

  2. Open Terminal and change the active path to the folder you created in step 1 using the "CD" command.

  3. Install the Kexts into /Library/Extensions using the following command :-
    Code: sudo cp -R *.kext /Library/Extensions

  4. Then rebuild the caches using the following command :-
    Code: sudo kextcache -i /

  5. Once finished reboot your system.

from asus-fx504ge-hackintosh.

PoomSmart avatar PoomSmart commented on May 26, 2024

Between step 3 and 4, it's clear that you did not set the correct permissions for those kexts. You need to run the following commands:

  • sudo chmod -R 755 <your-kext>
  • sudo chown -R 0:0 <your-kext>
  • sudo touch <your-kext>

from asus-fx504ge-hackintosh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.