Contribute
Register

VoodooI2C Help and Support

Status
Not open for further replies.
My setup will not work for you. You have a K series laptop, which differs from my X series laptop.

I do think my I2C setup should work for you. If not - please upload problem reporting files.
I use this SSDT + 2 config.plist renames (config.plist/ACPI/DSDT/Patches):
Code:
                <dict>
                    <key>Comment</key>
                    <string>change _SB.PCI0.I2C1.ETPD._CRS to _SB.PCI0.I2C1.ETPD.XCRS</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X0NSUwgIU0JGSREvCiyO
                    </data>
                    <key>Replace</key>
                    <data>
                    WENSUwgIU0JGSREvCiyO
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change GPI0._STA to GPI0.XSTA</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X1NUQQCgCZNTQlJHAKQA
                    </data>
                    <key>Replace</key>
                    <data>
                    WFNUQQCgCZNTQlJHAKQA
                    </data>
                </dict>
Your Find/Replace patterns may not match mine.

I also use CoolStar's 2 patches to disable Apple's I2C kexts:
https://github.com/RehabMan/OS-X-Cl...d9c86a73689db0b80999/config_patches.plist#L34

I need the folder to fix my HDMI Audio
just need the your full clover folder with your permission
and if you help me with a team viewer
I will be thankful for you
 
Last edited:
Yes, replace your config.plist with RehabMan's (after your rename it). But this is off-topic here. See installation guide:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

You should only install VoodooI2C.kext + VoodooI2CHID.kext. The others won't do anything/interfere with them and will prevent it from working.
ben9923, I replace my config.plist with one of rehabman and I eliminated the kexts that were not needed, now I posted, as you told me, the new copy of my IOReg and the patched DSDT file and not.
 

Attachments

  • iMac di macOS.ioreg
    10.1 MB · Views: 117
  • DSDT.aml
    175 KB · Views: 122
  • DSDT patched.aml
    175.1 KB · Views: 108
ben9923, I replace my config.plist with one of rehabman and I eliminated the kexts that were not needed, now I posted, as you told me, the new copy of my IOReg and the patched DSDT file and not.
You should not apply the I2C controllers patch. It's Skylake only.
 
You should not apply the I2C controllers patch. It's Skylake only.
I tried but nothing even this time
I re-posted the dsdt without the patch you told me
 

Attachments

  • DSDT.aml
    177.1 KB · Views: 118

Attachments

  • debug_12291.zip
    376.1 KB · Views: 227
Excuse me ben9923,

Excuse me ben9923, I did not know the existence of this tool. Now I've posted the current debug.
It looks like necessary files are missing (Clover folder, a copy of IOReg).
Did you change the content of the archive?
Are you using the latest version of gen_debug?
Were there any errors while using the tool?
Is IOReg in the correct version? Did you press F2, F4/Fn+F2, Fn+F4 in the Clover GUI before collecting the files?

kextcache output implies an error with VoodooI2C. Did you install the latest release?
You should install all kexts to /L/E like this:
Code:
sudo cp -R path/to/kext /Library/Extensions
 
Last edited:
It looks like necessary files are missing (Clover folder, a copy of IOReg).
Did you change the content of the archive?
Are you using the latest version of gen_debug?
Were there any errors while using the tool?
Is IOReg in the correct version? Did you press F2, F4/Fn+F2, Fn+F4 in the Clover GUI before collecting the files?

kextcache output implies an error with VoodooI2C. Did you install the latest release?
You should install all kexts to /L/E like this:
Code:
sudo cp -R path/to/kext /Library/Extensions
No, no mistake, however, I redid the procedure and now it seems there are other files in the .zip file.
I used the kexts I found in this section.
To install them use Kext Utility.
 

Attachments

  • debug_29020.zip
    2.1 MB · Views: 222
Status
Not open for further replies.
Back
Top