Contribute
Register

[SUCCESS] Gigabyte Designare Z390 (Thunderbolt 3) + i7-9700K + AMD RX 580

Hey Guys Happy new Year

i have a full working and stable build with
GByte Z390 pro mobo
i9 9900k cpu
and Rx 580 Saphire.
i run Mojave 10.14.2 +/beta 14.3
My only prob is the USB speeds all ports (usb 3.1 include) have 40mb/sec transfer.
I have the USB limit patch and latest USBInjectAll. working all ports but with the same speed.
a remark is .. on High Sierra all ports working perfect.
Any Idea for solution ?
Thanks.
 
Hey Guys Happy new Year

i have a full working and stable build with
GByte Z390 pro mobo
i9 9900k cpu
and Rx 580 Saphire.
i run Mojave 10.14.2 +/beta 14.3
My only prob is the USB speeds all ports (usb 3.1 include) have 40mb/sec transfer.
I have the USB limit patch and latest USBInjectAll. working all ports but with the same speed.
a remark is .. on High Sierra all ports working perfect.
Any Idea for solution ?
Thanks.
This is a different board from the Designare so let me ask:
  • Do you have XHCI-Unsupported.kext installed alongside USBInjectAll?
  • If you run IORegistryExplorer and go down to the XHC node in the tree on the left side, what ports do you see listed? You should see HS01, HS02, ..., and some SS01, SS02, ...
    • HSxx ports are USB 2.0 high speed ports
    • SSxx ports are USB 3.0 super speed ports
I think you will see only the HSxx ports. If this is true, try this temporarily:
  • Remove USBInjectAll.kext
  • Remove XHCI-Unsupported.kext
  • Keep the USB Port Limit patch enabled
  • Reboot
Now check IORegistryExplorer again for the XHC section in the tree. Do the SSxx ports appear?
 
Here's a comparison of KGP's FakeSMC (left) and standard MultiBeast FakeSMC (right).
HW Monitor.pngHWMonitor with FakeSMC.png
Yes I know Fan speeds and Voltages are still missing. Frequency data is broken down by CPU on the left side, but only rolled-up values are shown on the right side. Not a significant difference for most people.
 
This is a different board from the Designare so let me ask:
  • Do you have XHCI-Unsupported.kext installed alongside USBInjectAll?
  • If you run IORegistryExplorer and go down to the XHC node in the tree on the left side, what ports do you see listed? You should see HS01, HS02, ..., and some SS01, SS02, ...
    • HSxx ports are USB 2.0 high speed ports
    • SSxx ports are USB 3.0 super speed ports
I think you will see only the HSxx ports. If this is true, try this temporarily:
  • Remove USBInjectAll.kext
  • Remove XHCI-Unsupported.kext
  • Keep the USB Port Limit patch enabled
  • Reboot
Now check IORegistryExplorer again for the XHC section in the tree. Do the SSxx ports appear?

Thanks for your reply i check both ways and i see only HS ports.
 

Attachments

  • Root.jpg
    Root.jpg
    86 KB · Views: 93
Thanks for your reply i check both ways and i see only HS ports.
Thanks for the screenshot. Are there any other ports after HS11? If you scroll down, do you see any more ports?
 
U Have Right ..and sorry for my carelessness..
i found one ov them SS
 

Attachments

  • Root.jpg
    Root.jpg
    119.2 KB · Views: 83
U Have Right ..and sorry for my carelessness..
i found one ov them SS
Very good -- that's a total of 15 ports (14 are HS and 1 is SS). This means that your USB Port Limit patch is not working. Can you run Clover Configurator, open your config.plist, and post a screenshot of your Kernel and Kext Patches section?

Alternatively, you can edit the config.plist in "TextEdit" and replace the existing Port Limit Patch section with this one:
Code:
            <dict>
                <key>Comment</key>
                <string>USB Port limit patch 10.14.1+</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                g/sPD4OPBAAA
                </data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.14</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>
                g/sPkJCQkJCQ
                </data>
            </dict>
 
Last edited:
Very good -- that's a total of 15 ports (14 are HS and 1 is SS). This means that your USB Port Limit patch is not working. Can you run Clover Configurator, open your config.plist, and post a screenshot of your Kernel and Kext Patches section?

Thanks again for your time..

for sure i can.
 

Attachments

  • config_plist.jpg
    config_plist.jpg
    140.8 KB · Views: 92
Thanks again for your time..

for sure i can.
Hmm, your port limit patch looks right. But I wonder if the following might help:
  • Change MatchOS from 10.14.x to just 10.14
  • Enable both Inject and FixOwnership as shown (only these two; ignore the other red boxes)
  • Reboot and check IORegistryExplorer again
full
 
Hmm, your port limit patch looks right. But I wonder if the following might help:
  • Change MatchOS from 10.14.x to just 10.14
  • Enable both Inject and FixOwnership as shown (only these two; ignore the other red boxes)
  • Reboot and check IORegistryExplorer again
full

I did it, unfortunately nothing changed. :(
 
Back
Top