Contribute
Register

MacOS Sierra USB 2.0

Status
Not open for further replies.
Joined
Jan 4, 2015
Messages
69
Motherboard
Gigabyte B75M -D3H
CPU
intel Pentium > Need full CPU model name > See Forum Rules!
Graphics
GT 210
lack activate only two USB 2.0 ports on MacOS Sierra ... how to enable all USB ports on MacOS Sierra ..?
 
lack activate only two USB 2.0 ports on MacOS Sierra ... how to enable all USB ports on MacOS Sierra ..?

Hi,
do you use Clover? if so u need kext to patch in CloverConfigurator
in AppleUSBXHCIPCI find <83bd74ffffff10> and replace with <83bd74ffffff16>
now all USB ports should work.
 
yes use Clover ... I have to use the Clover Configurator ...? how to do this by Clover Configurator ....? You could give me an example ...?
 
@sofis...

edit your config.plist, add the following in the KextToPatch Block

<dict>
<key>Comment</key>
<string>change 15 port limit to 30 in AppleUSBXHCIPCI macOS Sierra</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g710////EA==
</data>
<key>Name</key>
<string>AppleUSBXHCIPCI</string>
<key>Replace</key>
<data>
g710////Fg==
</data>
</dict>

iche : )
 
Status
Not open for further replies.
Back
Top