Jump to content

Clover treat usb3 ports as usb2


lai0n
 Share

3 posts in this topic

Recommended Posts

Motherboard: H110M PRO-VH PLUS

Clover version: 5104

I installed USBInjectAll.kext and added USB Port-Limit Removal Patch

<key>KextsToPatch</key>
<array>
    <dict>
        <key>Disabled</key>
        <false />
        <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>Disabled</key>
        <false />
        <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>

But when I connect to rear usb3 port, it shows as HS(usb2) instead of SS

Ioreg and screenshot attached 

 

araujo@iMac-de-Guilherme ~ % sudo kextcache -i /
Password:
Kext with invalid signature (-67062) allowed: <OSKext 0x7fb724603600 [0x7fff87b1a690]> { URL = "file:///Library/Extensions/VirtualSMC.kext/", ID = "as.vit9696.VirtualSMC" }
Kext with invalid signature (-67062) allowed: <OSKext 0x7fb724403160 [0x7fff87b1a690]> { URL = "file:///Library/Extensions/Lilu.kext/", ID = "as.vit9696.Lilu" }
Kext with invalid signature (-67062) allowed: <OSKext 0x7fb724600d20 [0x7fff87b1a690]> { URL = "file:///Library/Extensions/USBInjectAll.kext/", ID = "com.rehabman.driver.USBInjectAll" }
Kext with invalid signature (-67062) allowed: <OSKext 0x7fb724602fe0 [0x7fff87b1a690]> { URL = "file:///Library/Extensions/RealtekRTL8111.kext/", ID = "com.insanelymac.RealtekRTL8111" }
Kext with invalid signature (-67062) allowed: <OSKext 0x7fb724464fd0 [0x7fff87b1a690]> { URL = "file:///Library/Extensions/WhateverGreen.kext/", ID = "as.vit9696.WhateverGreen" }
Kext with invalid signature (-67062) allowed: <OSKext 0x7fb724406070 [0x7fff87b1a690]> { URL = "file:///Library/Extensions/AppleALC.kext/", ID = "as.vit9696.AppleALC" }
KernelCache ID: 9E8B16C7466CD54607F1805E90BF5BE1
Kext with invalid signature (-67062) allowed: <OSKext 0x7fb06840bff0 [0x7fff87b1a690]> { URL = "file:///Library/Extensions/Lilu.kext/", ID = "as.vit9696.Lilu" }
Kext with invalid signature (-67062) allowed: <OSKext 0x7fb0684108d0 [0x7fff87b1a690]> { URL = "file:///Library/Extensions/AppleALC.kext/", ID = "as.vit9696.AppleALC" }
Kext with invalid signature (-67062) allowed: <OSKext 0x7fb06ab4ea70 [0x7fff87b1a690]> { URL = "file:///Library/Extensions/WhateverGreen.kext/", ID = "as.vit9696.WhateverGreen" }
Kext with invalid signature (-67062) allowed: <OSKext 0x7fb0687742a0 [0x7fff87b1a690]> { URL = "file:///Library/Extensions/RealtekRTL8111.kext/", ID = "com.insanelymac.RealtekRTL8111" }
Kext with invalid signature (-67062) allowed: <OSKext 0x7fb06866f510 [0x7fff87b1a690]> { URL = "file:///Library/Extensions/USBInjectAll.kext/", ID = "com.rehabman.driver.USBInjectAll" }
Kext with invalid signature (-67062) allowed: <OSKext 0x7fb06877fff0 [0x7fff87b1a690]> { URL = "file:///Library/Extensions/VirtualSMC.kext/", ID = "as.vit9696.VirtualSMC" }

 

Captura de Tela 2020-02-19 às 11.04.09.png

iMac de Guilherme.ioreg

Link to comment
Share on other sites

  • 2 weeks later...
 Share

×
×
  • Create New...