Contribute
Register

<< Solved >> USB 2.0/3.0/3.1 Fix

Joined
Nov 11, 2018
Messages
14
Motherboard
Z87M-plus
CPU
i5-4570
Graphics
RX 560
Mac
  1. MacBook Air
Mobile Phone
  1. Android
  2. iOS
Set in Clover Configurator at KextsToPatch tab:

com.apple.iokit.IOUSBHostFamily 83FB0F0F 83FB3F0F
com.apple.driver.usb.AppleUSBXHCI 83F90F0F 83F93F0F


Credits go to PMheart and daliansky

Beside that use USBInjectAll.kext

Cheers!
 
Screen Shot 2019-10-08 at 2.09.57 PM.png


Code:
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>USB Port Limit Patch 1 - PMheart and daliansky</string>
                <key>Find</key>
                <data>
                g/sPDw==
                </data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>Name</key>
                <string>com.apple.iokit.IOUSBHostFamily</string>
                <key>Replace</key>
                <data>
                g/s/Dw==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>USB Port Limit Patch 2 - PMheart and daliansky</string>
                <key>Find</key>
                <data>
                g/kPDw==
                </data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>
                g/k/Dw==
                </data>
            </dict>
        </array>
    </dict>
 
b360 need?
 
Just put USB 3.0 Pendrive in to yours USB slot and see if it gets auto mounted. Try all slots, not only these at the back of yours motherboard, but also at front of yours case. Also make sure that transfers are at expected rates. For instance I had USB 3.0 Pendrive which was auto mounted but with BlackMagic Disk Speed Test application I verified that it was actually operating at the speed of USB 2.0 standard.
 
Hi everyone. I have set the two patches and USBInjectAll.kext installed, but often my external samsung T5 is not recognized... my system is running perfectly on Catalina, but this is annoying!




Set in Clover Configurator at KextsToPatch tab:

com.apple.iokit.IOUSBHostFamily 83FB0F0F 83FB3F0F
com.apple.driver.usb.AppleUSBXHCI 83F90F0F 83F93F0F


Credits go to PMheart and daliansky

Beside that use USBInjectAll.kext

Cheers!
 

Attachments

  • config.plist
    6.7 KB · Views: 1,129
Hello.... it works on my Z390 M Gaming motherboard..... Even though I was using a custom USB DSDT since Mojave, USB drives were not automatically mounted with Catalina when they are connected on USB 3 ports.
 
Hey... USB3 was working perfectly for me in Mojave, but I am not getting it to work in Catalina just yet.
I am using USBInjectAll.kext version 0.7.1 and the patches listed at the top of this thread.
Here, as shown on the picture, I have disabled the old patches I was using in Mojave, and inserted the new ones.

Any suggestions? Should I be using a different version of USBInjectAll?

I'm getting this too. Even with USB 2.x disabled, no USB 3.x devices show up.
 
Back
Top