spakk Posted April 11, 2016 Share Posted April 11, 2016 Hej spakk, thank you for your response. I have been trying to use GenericUSBXHCI earlier. Will I need to use it together with USBInjectAll and the Port Limit Patch? Somehow only one or two ports seem to work - very random... Is there anything else I need to do? Since it's called USB 3.0 Driver - will it definitely work with USB 3.1? I mean that it will work with the current version. please test and report Link to comment Share on other sites More sharing options...
phramenma Posted April 11, 2016 Share Posted April 11, 2016 Unfortunately I am getting no sign of connection - just the USB 2.0 Ports. Do I have to edit anything or add something to the config.plist - like the following: https://github.com/RehabMan/OS-X-USB-Inject-All/blob/master/config_patches.plist? Link to comment Share on other sites More sharing options...
Elbeyrouni7 Posted April 12, 2016 Share Posted April 12, 2016 Thanks spakk By the way, I have a question, the only way to get my clover usb stick (for El Capitan installation) working is to disable USB3 controller in my BIOS (because of the sticky message Boot1: /boot5), once the installation of El Capitan finished I tried to enable the USB3 controller and I got the same sticky message, any idea? Thanks, Any idea about that problem ? Link to comment Share on other sites More sharing options...
Grace777 Posted April 27, 2016 Share Posted April 27, 2016 Снимок экрана 2016-04-11 в 10.49.03.png Снимок экрана 2016-04-11 в 10.49.42.png Thank you for this, fixed my issue in regards to USB2 Link to comment Share on other sites More sharing options...
Elbeyrouni7 Posted April 27, 2016 Share Posted April 27, 2016 Any idea about that problem ? Thanks spakk By the way, I have a question, the only way to get my clover usb stick (for El Capitan installation) working is to disable USB3 controller in my BIOS (because of the sticky message Boot1: /boot5), once the installation of El Capitan finished I tried to enable the USB3 controller and I got the same sticky message, any idea? Thanks, Problem solved by buying a PCIe x1 USB3 card which is compatible with El capitan Link to comment Share on other sites More sharing options...
pkdesign Posted April 28, 2016 Share Posted April 28, 2016 And what was that card? 1 Link to comment Share on other sites More sharing options...
Elbeyrouni7 Posted April 28, 2016 Share Posted April 28, 2016 And what was that card? Inatek KT-4006 (FL1100), it's working out of the box, no extra kext needed at all, enjoy! 1 Link to comment Share on other sites More sharing options...
pinarek Posted April 30, 2016 Share Posted April 30, 2016 Hy Friends I want one more time the old post from my brush with news: The modem now also runs under El Capitan 10.11.4 with my new motherboard MSI Z97 G43. The only thing I have done is added in the network left modem and then not made standard but new configuration. And the US Robotics modem runs in this setting as "General" did not change anything there. attention I became when I times the Library rummaged through, I wanted to see where MS Outlook 2015 its files (stores the email accounts) but found nothing. But But seen the Modem Scripts and the US Robotics 5637 was there. So I thought then the modem must also work ... and it does. Perhaps another user has also had as a modem and problem with it .. In my MSI Z77 G43 it went oddly not work, at El Capitan 10.11.2 it was then. http://www.insanelymac.com/forum/topic/306777-guide-usb-fix-el-capitan-1011/?view=findpost&p=2168231 Link to comment Share on other sites More sharing options...
sld87 Posted May 15, 2016 Share Posted May 15, 2016 Hi guys, Any luck with Renesas USB 3 yet? Link to comment Share on other sites More sharing options...
spakk Posted May 16, 2016 Share Posted May 16, 2016 try using by this example with using clover bootloader, with the matching fake-id and the current GenericUSBXHCI.kext of rehabman. https://bitbucket.org/RehabMan/os-x-generic-usb3/downloads if you use Enoch bootloader, then install the driver in to E/E/ and patch the dsdt. Then repair the permissions und renew the cache. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted June 20, 2016 Share Posted June 20, 2016 To unlock 31 Ports at Intel 100 Series Chipset at macOS Sierra use this patchFind : 00837D94100F835AReplace : 00837D941F0F835AName : AppleUSBXHCIPCILook at my IOREG Link to comment Share on other sites More sharing options...
telepati Posted June 21, 2016 Share Posted June 21, 2016 I bought USB 2.0 bracket but it doesn't recognise it. Should I need any kext for USB 2.0? http://www.aliexpress.com/item/Motherboard-USB-2-0-Cable-Adapter-Rear-Panel-Bracket-High-Quality/32580345858.html Link to comment Share on other sites More sharing options...
Multisaft Posted June 29, 2016 Share Posted June 29, 2016 Guys, I need your help. What am I doing wrong with my USB injection? Ive tried to capture every detail, therefore quite some long post around! Sorry!!! Im using an Asrock X99M Extreme4 which is quit rare to what I know at the moment (no other hackintosh around in our community or others so fare?!) 1) DSDT original finds USB2/3 directly under XHCI/RHUB/ - see attached DSDT.aml in zip-File and Screenshot, 14 USB2.0 (4 IO-shield, 10 internal), 6 USB3.0 (4 IO-shield, 2 internal): conclusion 1) all Ports under XHCI to my knowledge, no Ports under EHC1 or EHC2. Under EHC1 and EHC2 I find /HUBN/PRO1/PR11-PR18 and PR11-16. question 1) What is a PR Device? 2) DPCI Manager tells my my Wellsburg USB xHCI Host controller Device-ID which is: 8086, 8D31: USB2 Host Controller #1 and #2: 8086, 8D26 and 8D2D 3) Clover Config DSDT/kext patches My clover.config where I used the following DSDT and kext patches is attached in the zip-file. clover config DSDT Patch (screenshot and code) <dict> <key>Comment</key> <string>change EHC1 to EH01</string> <key>Disabled</key> <false/> <key>Find</key> <data> RUhDMQ== </data> <key>Replace</key> <data> RUgwMQ== </data> </dict> <dict> <key>Comment</key> <string>change XHCI to XH01</string> <key>Disabled</key> <false/> <key>Find</key> <data> WEhDSQ== </data> <key>Replace</key> <data> WEgwMQ== </data> </dict> <dict> <key>Comment</key> <string>change EHC2 to EH02</string> <key>Disabled</key> <false/> <key>Find</key> <data> RUhDMg== </data> <key>Replace</key> <data> RUgwMg== </data> </dict> clover config usblimit kext patch (screenshot and code) <dict> <key>Comment</key> <string>remove usb limit</string> <key>Disabled</key> <false/> <key>Find</key> <data> g72M/v//EA== </data> <key>Name</key> <string>AppleUSBXHCIPCI</string> <key>Replace</key> <data> g72M/v//Fg== </data> </dict> 4) X99 Injector kext here is my injector kext: X99_Injector.kext.zip I've used the pjalm injector as the basis and added my ports and my device id for my xhci usb controller, some screenshots: Can someone plz look into the x99_injector and tell me if this is correct what I have done? I have guessed which ports are internal (3) and external (255) as I dont have yosemite or windows installed to map the ports (I would guess that this is not the problem in the first step). Question: what does the AppleUSBXHCILPTH do? this is attached original to the devide-id: 8c31 which is no usb controller on my board. I changed it to 8d31 new: 5) verification: after clover config patches and x99 injection, my IORegistry Explorer finds the patches for xhci to xh01 and ehc1 to eh01 and ehc2 to eh02 (ioreg in attachment): the ports by itself are correct I guess, but why or what is the location ID (I never defined these entries)?! And still my usb ports are not shown in the system information: can someone plz help me and tell me what I'm doing wrong???? thank you very much for reading till the end, I know this is a long post. all the files needed: asrock_x99m_ext4_usb.zip Link to comment Share on other sites More sharing options...
Multisaft Posted July 5, 2016 Share Posted July 5, 2016 I would again ask for some help, can someone plz look into my x99m injection info.plist and tell me, what i'm doing wrong? Link to comment Share on other sites More sharing options...
blakken Posted July 11, 2016 Share Posted July 11, 2016 Hi, can anybody help me please , I'm right now struggling for one entire week with my el capitan fix with my airport card that's is not working anymore(detected but not showing any available network) Originaly (Yosemite) BRCM20702 was working perfectly and was showed on usb 3 concentrator , after 10.11 installation it is located on usb 2 port EH02. Is there any way to move it to XHC port ? Thanks. My smbios definition is iMac 14.1 Link to comment Share on other sites More sharing options...
Mystroe Posted July 27, 2016 Share Posted July 27, 2016 can someone plz help me .. Not sure if you've tried this but it helped me https://github.com/RehabMan/OS-X-USB-Inject-All Link to comment Share on other sites More sharing options...
sstyle Posted July 29, 2016 Share Posted July 29, 2016 Guys, please help. Only 2 usb ports works. Tried to follow manual from first post, but I can not find such strings in plist Link to comment Share on other sites More sharing options...
SavageAUS Posted September 25, 2016 Share Posted September 25, 2016 To unlock 31 Ports at Intel 100 Series Chipset at macOS Sierra use this patch Find : 00837D94100F835A Replace : 00837D941F0F835A Name : AppleUSBXHCIPCI Look at my IOREG Are you also using kext usbinjectall? Sent from my SM-G900I using Tapatalk Link to comment Share on other sites More sharing options...
PPC970MP Posted September 25, 2016 Share Posted September 25, 2016 Hi, I wonder if anybody tried the same thing or maybe can provide a hint: I've made several attempts to disable USB wake functionality in my Z97 DSDT by modifying related _DSW and _PRW methods. But to no avail as the machine still wakes on any keypress regardless of DSDT changes. As I'm also using USBInjectAll to get USB working in 10.11- could this be the reason for DSDT patches not having any observable effect? In addition I'd like to ask if anyone ran into a similar issue: Sleep/Wake works fine but after the first wake one CPU core is permanently hogged by interrupts generated somewhere in the USB stack. This is clearly USB related and 100% reproducible but so far I was not able to track down the root cause any further. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted October 2, 2016 Share Posted October 2, 2016 New Patch to Unlock Max 31Port XHC Device Port at Sierra 10.12.1 Beta Build 16B2333aFind : 83BD74FFFFFF1048Replace : 83BD74FFFFFF1548Comment : Unlock Limit Port XHC Port Name : AppleUSBXHCIPCI 2 Link to comment Share on other sites More sharing options...
alecwild Posted October 3, 2016 Share Posted October 3, 2016 I'm running 10.11.4 using Ozmosis, so no DSDT. Is there a way to fix my USB ports? I'm using system profile MacPro5,1, because I need my system to recognize dual graphics cards. But /System/Library/Extensions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBXHCIPCI.kext/Contents/Info.plist doen't have a MacPro5,1 definition. Only 6,1. Is there a way to fix USB in my situation? Link to comment Share on other sites More sharing options...
thez3 Posted October 19, 2016 Share Posted October 19, 2016 @pokenguyen I had in the last year able to install the Mountain Lion and Yosemite successfully in my desktop (Lenovo D30 - workstation with dual Xeon). X79 series 7. In El Captain, the USB works only with GenericUSBXHCI.kext, but only some ports works (and keyboard/mouse devices). I have an working and compiled SSDT (ACPI 4.0) that doesn't needs NullPowerManagement.kext these days. I can boot El Captain with the GenericUSBXHCI as well to make anything, but I need the bluetooth driver working. I don't care about USB 3.0, but neither USB 2.0 ports is working. I tried to follow your guide, but in my DSDT (getting via F4 in Clover boot menu) I don't see any XHC* or EHC* references! I tried FakePCIID and FakePCI*Mux and also X79USBHub and X79USBEHCIPCI kexts as well, but without GenericUSBXHCI, the clover boot always fail in IOUSBHostFamily error. Can you help me? What do you need? Thanks in advance Link to comment Share on other sites More sharing options...
RehabMan Posted October 19, 2016 Share Posted October 19, 2016 @pokenguyen I had in the last year able to install the Mountain Lion and Yosemite successfully in my desktop (Lenovo D30 - workstation with dual Xeon). X79 series 7. In El Captain, the USB works only with GenericUSBXHCI.kext, but only some ports works (and keyboard/mouse devices). I have an working and compiled SSDT (ACPI 4.0) that doesn't needs NullPowerManagement.kext these days. I can boot El Captain with the GenericUSBXHCI as well to make anything, but I need the bluetooth driver working. I don't care about USB 3.0, but neither USB 2.0 ports is working. I tried to follow your guide, but in my DSDT (getting via F4 in Clover boot menu) I don't see any XHC* or EHC* references! I tried FakePCIID and FakePCI*Mux and also X79USBHub and X79USBEHCIPCI kexts as well, but without GenericUSBXHCI, the clover boot always fail in IOUSBHostFamily error. Can you help me? What do you need? Thanks in advance FakePCIID_XHCIMux.kext is specific to Intel USB3/XHCI. Therefore nonsense with X79. X79 does not include an Intel XHCI controller. Link to comment Share on other sites More sharing options...
thez3 Posted October 19, 2016 Share Posted October 19, 2016 FakePCIID_XHCIMux.kext is specific to Intel USB3/XHCI. Therefore nonsense with X79. X79 does not include an Intel XHCI controller. But I have 4 USB 3.0 ports. This is the specs: http://thinkstation-specs.com/thinkstation-d30/ Far I know, I had read that is a X79 7-series Ivy Brigde The El Captain work flawless, but the USB not. Event the Audio I could install (using VoodooHDA) Thanks Link to comment Share on other sites More sharing options...
RehabMan Posted October 19, 2016 Share Posted October 19, 2016 But I have 4 USB 3.0 ports. This is the specs: http://thinkstation-specs.com/thinkstation-d30/ Far I know, I had read that is a X79 7-series Ivy Brigde The El Captain work flawless, but the USB not. Event the Audio I could install (using VoodooHDA) Thanks I repeat: Your USB3 controller is not Intel. FakePCIID_XHCIMux is for Intel only. X79, unlike Intel 7-series, DOES NOT have an Intel XHCI controller. Link to comment Share on other sites More sharing options...
Recommended Posts