Contribute
Register

Mojave 10.14.1 usb 3.0

Status
Not open for further replies.
Did you use the USB port limit patch? Provided that you don't use it, port discovery might fail.
 
Did you go through the "Port discovery" part of the guide? It seems to me you completely skipped it.
I did and I booted with
-uia_ignore_rmcf -uia_exclude_hs SSxx appears but I can't discover any ports
 
Did you use the USB port limit patch? Provided that you don't use it, port discovery might fail.
Code:
            <dict>
                <key>Comment</key>
                <string>disable port limit in XHCI kext (credit DalianSky,Ricky)</string>
                <key>MatchOS</key>
                <string>10.14.1,10.14.2</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Find</key>
                <data>g/sPD4OPBAAA</data>
                <key>Replace</key>
                <data>g/sPkJCQkJCQ</data>
            </dict>
[CODE]
 
Last edited by a moderator:
I did and I booted with
-uia_ignore_rmcf -uia_exclude_hs SSxx appears but I can't discover any ports

You will need to attach problem reporting files that represent this scenario.

Note: Must test with a USB3 device at that point. USB2 devices will not work with HSxx excluded.
 
You will need to attach problem reporting files that represent this scenario.

Note: Must test with a USB3 device at that point. USB2 devices will not work with HSxx excluded.

Oh it worked I got SS06, SS05, SS04 ... but I couldn't discover usb 2 even without the boot flag
 
You will need to attach problem reporting files that represent this scenario.

Note: Must test with a USB3 device at that point. USB2 devices will not work with HSxx excluded.

tried -uia_exclude_ss exclude=USR1,USR2 still no USB2 detect .. do I need usb hub ?
 

Attachments

  • debug_23862.zip
    8.3 MB · Views: 39
tried -uia_exclude_ss exclude=USR1,USR2 still no USB2 detect .. do I need usb hub ?

I thought your issue was with USB3 detect, not USB2 detect...
'exclude' is not a valid kernel flag for USBInjectAll.kext. Correct spelling is 'uia_exclude'.
 
I thought your issue was with USB3 detect, not USB2 detect...
'exclude' is not a valid kernel flag for USBInjectAll.kext. Correct spelling is 'uia_exclude'.
yes but it's not detectable before I applied the last 10.14.1 patch and disabled HSxx I been able to detect it .. in USB2 it still same even in Windows .. funny thing I copied uia_exclude from your Guide LOL
 
in USB2 it still same even in Windows

Seems like hardware problem, perhaps not hackintosh related.
Solve your hardware problem first.
 
Status
Not open for further replies.
Back
Top