Contribute
Register

New USB Raise Port Limit Patch for High Sierra

I have a general understanding question: If I disabled USB ports within my bios, do those ports usually disappear, because the bios then would remove the port from ACPI

It may, but the behavior would be BIOS dependent.
You should test it and see.
 
::edit:: nevermind. I had to go into Clover configurator and change

"Comment: change 15 port limit to 24 in XHCI kext (9-series) 10.13

Name: AppleUSBXHCIPCI

Find: 83bd74ff ffff10

Replace: 83bd74ff ffff15"'

to EXACTLY what you posted in the original message. Thanks!





::eek:riginal message::

What do I have to do to enable USB 3.0 with my Z97X-UD5H? Right now my kexttopatch string looks like this....

<key>Comment</key>
<string>change 15 port limit to 24 in XHCI kext (9-series) 10.13</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g710////EA==
</data>
<key>Name</key>
<string>AppleUSBXHCIPCI</string>
<key>Replace</key>
<data>
g710////FQ==
</data>
</dict>
 
Last edited:
Quick note- High Sierra has a new Raise Port Limit Patch for USB 3 on Skylake/100 Series builds.

Here's the data for Clover's KextstoPatch:

Code:
            <dict>
                <key>Comment</key>
                <string>Change 15 port limit to 24 in XHCI kext 10.13 PB1</string>
                <key>Find</key>
                <data>
                g32MEA==
                </data>
                <key>Name</key>
                <string>AppleUSBXHCIPCI</string>
                <key>Replace</key>
                <data>
                g32MGw==
                </data>
            </dict>

Comment: Change 15 port limit to 24 in XHCI kext 10.13 PB1
Find: 837D8C10
Name: AppleUSBXHCIPCI
Replace: 837D8C1B

View attachment 264157

For use with USBInjectAll.kext.

Source:
http://www.insanelymac.com/forum/topic/324194-pre-release-macos-high-sierra/page-14#entry2437692

Hello!

Can be this used as well for a Z77 MoBo or do I have to change anything? Thanks!!!!
 
I am only one it stopped working at 10.13.4?
 
Did anyone get it working on 10.13.4? I have it installed but since upgrade not all USB ports are available
 

Attachments

  • Screen Shot 2018-03-31 at 8.33.53 PM.png
    Screen Shot 2018-03-31 at 8.33.53 PM.png
    78.7 KB · Views: 249
I have stopped working USB 3.0 ports after upgrading to 10.13.4(( before that everything worked well. work only USB 2.0 What to do? my motherboard gigabyte z370
 
Wonderful!
This fixed the issue on my Gigabyte GA-Z170XP-SLI + i7-6700k.

I have USBInjectAll in /Library/Extensions/USBInjectAll.kext, in /EFI/EFI/CLOVER/kexts/10.13/USBInjectAll.kext and in /EFI/EFI/CLOVER/kexts/Other/USBInjectAll.kext but I'm not sure which location is THE right location.

By the way, after copying USBInjectAll.kext to the paths above I've executed
sudo touch /System/Library/Extensions && sudo kextcache -u /

upload_2018-4-10_0-32-55.png
 
Back
Top