Contribute
Register

USB port count fix the same for 200 series?

Status
Not open for further replies.
Joined
Nov 6, 2014
Messages
98
Motherboard
FoxConn AT-7330
CPU
i3-3227u
Graphics
HD4000
Hi.

I'm about to go do a mate's 200 series board. For the 9 series I have just used the easy way with FakePCIID, PCIIDMUX, and GenercUSB and config.plist

Code:
           <dict>
               <key>Comment</key>
               <string>change 15 port limit to 30 in XHCI kext (9-series)</string>
               <key>Find</key>
               <data>
               g72M/v//EA==
               </data>
               <key>Name</key>
               <string>AppleUSBXHCIPCI</string>
               <key>Replace</key>
               <data>
               g72M/v//Hw==
               </data>
           </dict>

This still the same for 200 series boards?

Thanks.
 
Hi.

I'm about to go do a mate's 200 series board. For the 9 series I have just used the easy way with FakePCIID, PCIIDMUX, and GenercUSB and config.plist

Code:
           <dict>
               <key>Comment</key>
               <string>change 15 port limit to 30 in XHCI kext (9-series)</string>
               <key>Find</key>
               <data>
               g72M/v//EA==
               </data>
               <key>Name</key>
               <string>AppleUSBXHCIPCI</string>
               <key>Replace</key>
               <data>
               g72M/v//Hw==
               </data>
           </dict>

This still the same for 200 series boards?

Thanks.

FakePCIID_XHCIMux.kext has no application to 100-series/200-series (no EHCI controller).
Long term use of the port limit patch not recommended.
Use only for port discovery.
See guide:
https://www.tonymacx86.com/threads/guide-creating-a-custom-ssdt-for-usbinjectall-kext.211311/
 
Status
Not open for further replies.
Back
Top