hashish.k Posted November 20, 2015 Share Posted November 20, 2015 I seem to have solved my USB problems. This is what I did, to help anyone who might find it useful. Mapping the ports: I used IOJones to map the ports by inserting a usb 3 and mapping the corresponding SS0x port. Used usb 2 drive to map the corresponding HS0x ports. I started with most recent version of usbinjectall.kext from rehab man (11/19/2015). It did not inject any of my back usb 3 ports but the USB 2.0 devices were working on those ports. It Injected the front usb 3 port though. So I mapped it into my custom port injector kext. Then I used the Usbinjectall.kext sent by volmonk (my understanding is, it is an older version on USBinjectall.kext). I don't know why, but this injected all my back panel usb 3 ports but not my front one. (may be rehabman/vonmolk has an explanation for this?). So now at this time I mapped the back usb 3 ports to port injector. Good news is that you don't need to have all the USB3 ports injected in order to map them. As you can see in my Fixusb.kext that I am uploading, the HS03 maps the usb 2 part and SS03 maps the USB 3 part on the same physical usb port. HS03 is on port <030000000> and SS03 is on port <13000000>, HS05 is on port <05000000> and SS05 is on <15000000> and so on. Also make sure your port-count (under IOprovidermergeproperties) matches the actual number of ports you listed. FixUSB_final.kext.zip 2 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted November 20, 2015 Author Share Posted November 20, 2015 Post ioreg (IORegistryExplorer v2.1). Generally, you want to keep all OEM SSDTs. Don't drop any unless you're certain they cause a problem. Tonight i will boot without tick "Drop OEM SSDT" And will upload DSDT, All SSDT and IOREG. Many Thanks 1 Link to comment Share on other sites More sharing options...
RehabMan Posted November 20, 2015 Share Posted November 20, 2015 Tonight i will boot without tick "Drop OEM SSDT" And will upload DSDT, All SSDT and IOREG. Many Thanks If you have patched SSDTs in ACPI/patched, DropOem=true is required, but you need to then insure that *all* (potentially patched) SSDTs are in ACPI/patched and the order of those SSDTs are specified by SortedOrder. 1 Link to comment Share on other sites More sharing options...
PoMpIs Posted November 20, 2015 Share Posted November 20, 2015 Hi! Could you get the integrated graphics of the Skylake Processor to work on your setup? Cheers! I tested, works for installation, with full resolution ( 1080p ) but no QE/CI, Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted November 20, 2015 Author Share Posted November 20, 2015 If you have patched SSDTs in ACPI/patched, DropOem=true is required, but you need to then insure that *all* (potentially patched) SSDTs are in ACPI/patched and the order of those SSDTs are specified by SortedOrder. Hi Rehabman,, this is my IOREG (boot with DSDT.aml, SSDT.aml (SaSsdt), SSDT-1.aml (Ther_Rvp), SSDT-2.aml (CpuPm). Thanks before Andres’s iMac.ioreg.zip Link to comment Share on other sites More sharing options...
RehabMan Posted November 20, 2015 Share Posted November 20, 2015 Hi Rehabman,, this is my IOREG (boot with DSDT.aml, SSDT.aml (SaSsdt), SSDT-1.aml (Ther_Rvp), SSDT-2.aml (CpuPm). Thanks before You should plug a USB3 device into a USB3 port to see if the SSPx nodes under XHC light up. Note: Your injector is missing HS07-HS12 ... I assume you already verified these USB2 ports on XHC are not used/not connected? Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted November 20, 2015 Author Share Posted November 20, 2015 You should plug a USB3 device into a USB3 port to see if the SSPx nodes under XHC light up. Note: Your injector is missing HS07-HS12 ... I assume you already verified these USB2 ports on XHC are not used/not connected? Yup,, i already verified my USB Port which one that i will used. No light up,, as you can see at this screenshot, loop failed at console Link to comment Share on other sites More sharing options...
RehabMan Posted November 20, 2015 Share Posted November 20, 2015 Yup,, i already verified my USB Port which one that i will used. No light up,, as you can see at this screenshot, loop failed at console Beta issue? 100-series specific issue? Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted November 20, 2015 Author Share Posted November 20, 2015 Well,, how about this guy http://www.insanelymac.com/forum/topic/308707-fresh-install-from-usb-installer-el-capitan-10111-beta-build-15b38b-on-skylake-i7-6700-gigabyte-z170-hd3/?p=2189421He said can activate 5GB/s speed rate at USB 3.0, it means SS01 - SS10 has been activated right?? Link to comment Share on other sites More sharing options...
RehabMan Posted November 20, 2015 Share Posted November 20, 2015 Well,, how about this guy http://www.insanelymac.com/forum/topic/308707-fresh-install-from-usb-installer-el-capitan-10111-beta-build-15b38b-on-skylake-i7-6700-gigabyte-z170-hd3/?p=2189421 He said can activate 5GB/s speed rate at USB 3.0, it means SS01 - SS10 has been activated right?? Not possible to know without seeing ioreg. You didn't answer my question regarding OS X version (as to whether you're running the beta or 10.11.1). Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted November 20, 2015 Author Share Posted November 20, 2015 Not possible to know without seeing ioreg. You didn't answer my question regarding OS X version (as to whether you're running the beta or 10.11.1). You are right about beta version,, i use 10.11.2 Beta Seed Build 15C47a. But my Issue was there when i use 10.11.1 Public Release Link to comment Share on other sites More sharing options...
vonmolk Posted November 21, 2015 Share Posted November 21, 2015 Not possible to know without seeing ioreg. You didn't answer my question regarding OS X version (as to whether you're running the beta or 10.11.1). If this helps here is my IOReg. I do get full speed USB 3 and all ports except the 3.1 ports work for me http://www.gamefront.com/files/25353318/Vonmolk_IOREG.zip Link to comment Share on other sites More sharing options...
RehabMan Posted November 21, 2015 Share Posted November 21, 2015 If this helps here is my IOReg. I do get full speed USB 3 and all ports except the 3.1 ports work for me http://www.gamefront.com/files/25353318/Vonmolk_IOREG.zip Not sure which ports are your 3.1 ports, but 3.1 ports require a different UsbConnector value (refer to ACPI 6.0 spec, _UPC). Link to comment Share on other sites More sharing options...
gilg2533 Posted November 21, 2015 Share Posted November 21, 2015 I have a gigabyte z170 gaming 7 and I can get the installer to boot but I have to use the USB inject all kext. The problem I am having is that it doesn't see any SATA drives, any thoughts? Link to comment Share on other sites More sharing options...
Kefirchiks Posted November 21, 2015 Share Posted November 21, 2015 Success!Installed El Capitan 10.11.1 on my ASUS Z170-A board.Everything is working fine, except three things:1. USB 3.0 speed is 480Mbps (I've seen here that it can be enabled to 5Gbps)2. Intel iGPU not working properly. Using Pike's patch for this, but it did nothing.When I browse random things, screen has artifacts.3. Appstore is not available (don't know how to enable built-in ethernet adapter). Using TP-Link WN725N usb wifi adapter now (en0), but still no Appstore/iMessage access.I've attached my Clover config.plist file. config.plist.zip Link to comment Share on other sites More sharing options...
gilg2533 Posted November 22, 2015 Share Posted November 22, 2015 Here is a kext I modified to work with the E2400 for anyone who is interested. AtherosE2200Ethernet.kext.zip Link to comment Share on other sites More sharing options...
bomerr Posted November 22, 2015 Share Posted November 22, 2015 Success! Installed El Capitan 10.11.1 on my ASUS Z170-A board. Everything is working fine, except three things: 1. USB 3.0 speed is 480Mbps (I've seen here that it can be enabled to 5Gbps) 2. Intel iGPU not working properly. Using Pike's patch for this, but it did nothing. When I browse random things, screen has artifacts. 3. Appstore is not available (don't know how to enable built-in ethernet adapter). Using TP-Link WN725N usb wifi adapter now (en0), but still no Appstore/iMessage access. I've attached my Clover config.plist file. Appstore requires the iMessage fix with the RT Variables. Link to comment Share on other sites More sharing options...
Kefirchiks Posted November 22, 2015 Share Posted November 22, 2015 Appstore requires the iMessage fix with the RT Variables. Added RT variables, but still nothing. Appstore/iMessage/Facetime doesn't work. Used imessage-debug to get the correct variables. config.plist.zip Link to comment Share on other sites More sharing options...
RehabMan Posted November 22, 2015 Share Posted November 22, 2015 ... 3. Appstore is not available (don't know how to enable built-in ethernet adapter). Using TP-Link WN725N usb wifi adapter now (en0), but still no Appstore/iMessage access. App Store requires built-in Ethernet at en0. USB cannot be made "built-in". Without working Ethernet, you can use NullEthernet.kext. Link to comment Share on other sites More sharing options...
vonmolk Posted November 23, 2015 Share Posted November 23, 2015 Not sure which ports are your 3.1 ports, but 3.1 ports require a different UsbConnector value (refer to ACPI 6.0 spec, _UPC). When I plug a 2.0 device in the 3.1 port it goes under RP01@1C -> PXSX -> pci-bridge@2 -> pci8085,15b6 I don't have any 3.1 devices, but I believe 3.1 would go under XDCI in the IOREG. I changed the ADR to Zero in DSDT for XDCI which got all my 3.0/2.0 ports working. Link to comment Share on other sites More sharing options...
bomerr Posted November 23, 2015 Share Posted November 23, 2015 Yup,, i already verified my USB Port which one that i will used. No light up,, as you can see at this screenshot, loop failed at console Same exact situation only my PC. Link to comment Share on other sites More sharing options...
viper2g1 Posted November 23, 2015 Share Posted November 23, 2015 Hey guys, kinda off topic but looking for a quick answer here. I have a i7-6700k and am looking for a mobo to pair it with. I know it's rough right now but in your opinion what is the most compatible mobo now and your guess in the future? From looking around it seems that Asus and Gigabyte are the most tried at the moment Link to comment Share on other sites More sharing options...
bomerr Posted November 23, 2015 Share Posted November 23, 2015 Hey guys, kinda off topic but looking for a quick answer here. I have a i7-6700k and am looking for a mobo to pair it with. I know it's rough right now but in your opinion what is the most compatible mobo now and your guess in the future? From looking around it seems that Asus and Gigabyte are the most tried at the moment I have an ASRock and I got ASRock tech support to get me a custom bios with the IOAPIC settings. Right now I have everything working besides USB 3.0/3.1 and ethernet (although no one has Intel NIC working right now anyways). So what I am saying is it kinda doesn't matter what motherboard brand you get because at this point they all work basically the same. IMO get one has all the physical features you want first and has a good selection of BIOS settings second. Pro-TIp all mobo run the same BIOS/UEFI (AMI Apito V) and the biggest difference is what settings are visible to the user between brands. Hence why everything works pretty much the same. Also, I'd skip the 6700k unless energy usage is an issue. The 5820k is a lot better at multi-tasked, hyper-threaded applications and the i5 is cheaper. Link to comment Share on other sites More sharing options...
viper2g1 Posted November 24, 2015 Share Posted November 24, 2015 I have an ASRock and I got ASRock tech support to get me a custom bios with the IOAPIC settings. Right now I have everything working besides USB 3.0/3.1 and ethernet (although no one has Intel NIC working right now anyways). So what I am saying is it kinda doesn't matter what motherboard brand you get because at this point they all work basically the same. IMO get one has all the physical features you want first and has a good selection of BIOS settings second. Pro-TIp all mobo run the same BIOS/UEFI (AMI Apito V) and the biggest difference is what settings are visible to the user between brands. Hence why everything works pretty much the same. Also, I'd skip the 6700k unless energy usage is an issue. The 5820k is a lot better at multi-tasked, hyper-threaded applications and the i5 is cheaper. Wow great write up, and very thorough. I really appreciate that. Thank you! Link to comment Share on other sites More sharing options...
Kefirchiks Posted November 24, 2015 Share Posted November 24, 2015 Hi guys, can you please help me to compile DSDT.aml ?It has like 6 errors and I can't compile it to add Rehabman's NullEthernet patch.Thank you! DSDT.aml.zip Link to comment Share on other sites More sharing options...
Recommended Posts