Contribute
Register

10.13.5 USB 3 issues

Status
Not open for further replies.
Are you using Nick Woodham's OsxAptioFix2Drv-free2000.efi ?

I'm not sir, apparently that blocked my Nvidia GPU driver somehow :( (it requires OsxAptioFix3Drv)
 
Thanks guys, FIXED!!!

This is what I used:

Code:
            <dict>
                <key>Comment</key>
                <string>disable port limit in XHCI kext (credit PMHeart)</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                g32UDw+DlwQAAA==
                </data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.13.5</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>
                g32UD5CQkJCQkA==
                </data>
            </dict>
 
Thanks for hitchhiking my thread. ;)
Nice that your problem is fixed, mine is still alive.

As on your system I added two patches to the other directory.
Mine looks now like:
FakeSMC.kext
GenericUSBXHCI.kext
Lilu.kext
NvidiaGraphicsFixup.kext
XHCI-200-series-injector.kext
realtekALC.kext
So I think it's the same as yours.

I also added the same code in the config.plist.


Do I anything forgot?
 
Thanks for hitchhiking my thread. ;)
Nice that your problem is fixed, mine is still alive.

As on your system I added two patches to the other directory.
Mine looks now like:
FakeSMC.kext
GenericUSBXHCI.kext
Lilu.kext
NvidiaGraphicsFixup.kext
XHCI-200-series-injector.kext
realtekALC.kext
So I think it's the same as yours.

I also added the same code in the config.plist.


Do I anything forgot?

hmm do you have USBInjectAll?
 
Status
Not open for further replies.
Back
Top