plasticvibe Posted April 20, 2019 Share Posted April 20, 2019 Hi thereMy specs are:Asus Rampage IV Formulai7 393032gb RAMnvidia GTX670 I am trying to have basic functionality on this hackintosh.I have installed Mojave on an SSD, using my Macbook Air, I can boot to the desktop using a clover USB key, but after it loads into macOS it can't use the mouse or the keyboard (both USB), what kext and what should I configure in Clover and the Config.plist in order to enable the USB ports?Any help would be greatly appreciated.Thanks Link to comment https://www.insanelymac.com/forum/topic/338452-asus-rampage-iv-formula-x79-no-usb/ Share on other sites More sharing options...
Allan Posted April 20, 2019 Share Posted April 20, 2019 Use this in your config.plist: <key>USB</key> <dict> <key>FixOwnership</key> <true/> <key>HighCurrent</key> <true/> <key>Inject</key> <true/> </dict> Install USBInjectAll Also don't forget the Clover renames! <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Patches</key> <array> <dict> <key>Comment</key> <string>change EHC1 to EH01</string> <key>Disabled</key> <false/> <key>Find</key> <data> RUhDMQ== </data> <key>Replace</key> <data> RUgwMQ== </data> </dict> <dict> <key>Comment</key> <string>change EHC2 to EH02</string> <key>Disabled</key> <false/> <key>Find</key> <data> RUhDMg== </data> <key>Replace</key> <data> RUgwMg== </data> </dict> 1 Link to comment https://www.insanelymac.com/forum/topic/338452-asus-rampage-iv-formula-x79-no-usb/#findComment-2670793 Share on other sites More sharing options...
plasticvibe Posted April 21, 2019 Author Share Posted April 21, 2019 Thanks for the tips but still no luck. I can boot using a clover usb pen, again when I arrive to the desktop mouse and keyboard don't work I did copy USBInjectAll kext to /EFI/CLOVER/kexts/other Am I missing something? I'll attach my config.plist Thanks again for your time and wisdom Cheers Fran config.plist Link to comment https://www.insanelymac.com/forum/topic/338452-asus-rampage-iv-formula-x79-no-usb/#findComment-2670850 Share on other sites More sharing options...
Recommended Posts