Contribute
Register

Asus X299 - Catalina Support

Status
Not open for further replies.
thank you for the tips,
I already cleaned the kexts, they weren't doing anything, I just used them as indicated in the tutorial for my configuration: https://www.tonymacx86.com/threads/...x1080ti-asus-thunderbolt-3-lazy-guide.269079/
I had to keep AppleALC.Kext to have audio.
now USB after sleep seems to be working fine, I'll still try longer ...
Screen Shot 2020-04-08 at 15.38.52.png
 
thank you for the tips,
I already cleaned the kexts, they weren't doing anything, I just used them as indicated in the tutorial for my configuration: https://www.tonymacx86.com/threads/...x1080ti-asus-thunderbolt-3-lazy-guide.269079/
I had to keep AppleALC.Kext to have audio.
now USB after sleep seems to be working fine, I'll still try longer ...View attachment 460533
you can also delete 10.6 - 10.15 folders (and the off folder)

also drivers64UEFI is no longer in use, that can also be removed
 
which laptop have you tried? mine and your Asus are very similar , have a play

Can you give me your config.plist for OpenCore-0.5.7 ? Thanks :p
 

Attachments

  • config.plist
    33.1 KB · Views: 73
you need to add the following as i have just updated to the latest VoodooI2C and you need this extra:
Code:
<dict>
                <key>BundlePath</key>
                <string>VoodooI2C.kext/Contents/Plugins/VoodooInput.kext</string>
                <key>Comment</key>
                <string>Touchpad</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooInput</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>

so it looks like this:

Code:
<dict>
                <key>BundlePath</key>
                <string>VoodooI2C.kext/Contents/Plugins/VoodooI2CServices.kext</string>
                <key>Comment</key>
                <string>Touchpad</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooI2CServices</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>BundlePath</key>
                <string>VoodooI2C.kext/Contents/Plugins/VoodooInput.kext</string>
                <key>Comment</key>
                <string>Touchpad</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooInput</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
 
I successfully built 15.4 on my deluxeii and 7960x, everything works fine, including sleep, I also customized the truncated usb driver, the problem now is that my Thunderbolt 3 , and during cold boot, Everything is working fine, but hotplug is not supported. I have tried all the ssdt I can find about Thunderbolt 3 hotplug, but it has no effect. This is my ioreg and my efi file. My original ssdt file, can someone help me see it,thanks!!
And my Thunderbolt device is always loaded under DSB1 and 4, and now ssdt defines xhc under DSB2, I guess whether it is related to this, so I modified my ssdt, but it did not work
 

Attachments

  • EFI.zip
    16.6 MB · Views: 135
  • ZHDI Mac Pro.ioreg
    18.8 MB · Views: 89
  • ACPI.zip
    86.6 KB · Views: 76
After install "10.15.4 Supplemental Update" and remove Whatevergreen kext. The system works perfect now!

Thanks again.
I didn't know that RX 5700 XT could work without Whatevergreen kext.
Do you have any explanation ?
I tried with my POWERCOLOR Red Dragon RX 5700 XT, and it failed
 
Status
Not open for further replies.
Back
Top