Search results

Loading Google Results...
  1. jmmusick

    USB 3.0? Previous FakePCIID/FakePCIID_XHCIMux.kext patch not working...

    I found this, though there might be something newer. You might be better off going back to El Capitan and creating your SSDT template from there. After that, upgrading to Sierra shouldn't be much of an issue. I found this guide in particular the easiest to understand. It's really good about...
  2. jmmusick

    USB 3.0? Previous FakePCIID/FakePCIID_XHCIMux.kext patch not working...

    So just to clarify, dynamic SSDTs are subsets of all of my SSDT files (SSDT-0-SSDT-7). Based on your guide, it sounds like I need to extract these to the DSL format for editing and then patch in the dynamic file (edited with your recommendation above). After that, I'll export back to AML and...
  3. jmmusick

    USB 3.0? Previous FakePCIID/FakePCIID_XHCIMux.kext patch not working...

    Okay, so I'm really trying to work at this without asking too many questions. I know you've put an enormous amount of effort into documentation, so I appreciate that. Based on what I'm seeing, Clover sees my .aml file. From what I understand, it should just load it as of newer versions. I have...
  4. jmmusick

    USB 3.0? Previous FakePCIID/FakePCIID_XHCIMux.kext patch not working...

    Meaning I should have that define like this? // XHC overrides for 9-series boards "8086:8cb1", Package() { Or that 8086:8cb1 needs to be defined elsewhere in the AML file or somewhere else?
  5. jmmusick

    USB 3.0? Previous FakePCIID/FakePCIID_XHCIMux.kext patch not working...

    I'm seeing a couple of things: device-id, Data, <b1 8c 00 00> IOName, String, pci8086,8cb1 I'm not sure what I'd do with the device ID, but would I be correct in assuming my problem might be using 8086:8XXX instead of 8086:8cb1? Update: I tried that. Still seeing all HS01-HS14 ports...
  6. jmmusick

    USB 3.0? Previous FakePCIID/FakePCIID_XHCIMux.kext patch not working...

    Hi All, I managed to get my El Capitan build updated to Sierra, today. I've got nearly everything working, but my USB 3.0 controller is no longer working. When I built El Capitan, after tons of trouble, I found I only needed to do the following to get it to work: Patch: Name: AppleUSBXHCIPCI...
Back
Top