Jump to content
3 posts in this topic

Recommended Posts

Hi!

 

I finally moved up to Monterrey from Catalina. Still on Clover, version 5142

 

With 10.13 High Sierra, 10.14, 10.15 - always had to find the latest USB port patches so all my USB 3 ports would work

 

I skipped Big Sur and now have everything working except back to USB 3 issues. The USB 3 ports work only if something is plugged in during boot up - once the device is unplugged from the port it won't function until the next reboot with something plugged in. Ports that don't have anything plugged in at boot are dead while booted. The two USB 2.0 ports work fine and always have without patches.

 

I don't see any patches for beyond 10.15 Catalina... did I miss something, did the world move on without patches? Does OpenCore do USB better?

 

In the Clover Configurator, I have tried clicking "Inject USB" under Devices, and clicking "FixUSB" under ACPI - no help - but didn't have those on before with Catalina. Just used the two patches below. And yes I tried changing the "MatchOS" to "12.x"

 

Here is my motherboard: https://www.asrock.com/mb/Intel/Z170M-ITXac/

 

Any ideas? THANK YOU!

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>New Item</key>
        <dict>
            <key>Comment</key>
            <string>USB Port Limit Patch 1 PMHeart/DalianSky</string>
            <key>Disabled</key>
            <false/>
            <key>Find</key>
            <data>g/sPDw==</data>
            <key>InfoPlistPatch</key>
            <false/>
            <key>MatchOS</key>
            <string>10.15.x</string>
            <key>Name</key>
            <string>com.apple.iokit.IOUSBHostFamily</string>
            <key>Replace</key>
            <data>g/s/Dw==</data>
        </dict>
    </dict>
</plist>

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>New Item</key>
        <dict>
            <key>Comment</key>
            <string>USB Port Limit Patch 2 PMHeart/DalianSky</string>
            <key>Disabled</key>
            <false/>
            <key>Find</key>
            <data>g/kPDw==</data>
            <key>InfoPlistPatch</key>
            <false/>
            <key>MatchOS</key>
            <string>10.15.x</string>
            <key>New Item</key>
            <string></string>
            <key>Name</key>
            <string>com.apple.driver.usb.AppleUSBXHCI</string>
            <key>Replace</key>
            <data>g/k/Dw==</data>
        </dict>
    </dict>
</plist>

Edited by burpetheadX
×
×
  • Create New...