Jump to content
3 posts in this topic

Recommended Posts

Hi there
My specs are:
Asus Rampage IV Formula
i7 3930
32gb RAM
nvidia 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

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>

 

  • Like 1

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

×
×
  • Create New...