Contribute
Register

[Guide] Creating a Custom SSDT for USBInjectAll.kext

Thanks for replying , I was just asking if it is possible to copy the file as is, or do I need to compile it again under High Sierra,
thanks a lot,

Only if you attach PR files as per FAQ and post #1, can I determine why it is not working as you expect.
SSDT-UIAC.aml, once created applies to 10.11.x -> 10.14.x.
 
Your SSDT-UIAC.aml is coded incorrectly.
It has configuration for 8086_a12f, but your device-id is 8086_a2af.
Thanks a lot! Looks like my custom SSDT is working now.

usb.png
 

Attachments

  • debug_1780.zip
    5.5 MB · Views: 60
Only if you attach PR files as per FAQ and post #1, can I determine why it is not working as you expect.
SSDT-UIAC.aml, once created applies to 10.11.x -> 10.14.x.
Thanks its all good my mistake didnt install the USBInjectAll kext before copying the ssdt file under ACPI/Patched.
Thanks again,
 
Thanks its all good my mistake didnt install the USBInjectAll kext before copying the ssdt file under ACPI/Patched.
Thanks again,

Order of these tasks (installing USBInjectAll.kext and copying the SSDT-UIAC.aml) are not relevant, but yes, USBInjectAll.kext is required for the SSDT to have any effect.
 
Your SSDT-UIAC.aml is coded incorrectly.
It has configuration for 8086_a12f, but your device-id is 8086_a2af.

What about XHCI-200-series-injector.kext: do I need to install it, or it is not necessary in my case? I don't have it now, but I noticed you mention this kext in your github page.
 

Attachments

  • debug_3985.zip
    5.6 MB · Views: 58
What about XHCI-200-series-injector.kext: do I need to install it, or it is not necessary in my case? I don't have it now, but I noticed you mention this kext in your github page.

Native support is already in High Sierra for a2af.
Note:
Code:
NUC6i7KYK:~ rehabman$ grep -y a2af -R /System/Library/Extensions/IOUSBHostFamily.kext/
/System/Library/Extensions/IOUSBHostFamily.kext//Contents/PlugIns/AppleUSBXHCIPCI.kext/Contents/Info.plist:           <string>0xa2af8086</string>
 
Can someone help me create a ssd for USB ports ?
Tried all external USB ports with usb3 / usb2 flash drives and here are the results.

EH01. HP12 right usb2 (connected with usb mouse)
HP13 left usb2
HP15 camera
HP16 bluetooth
HP14 , HP17. empty

XHC@14
SSP1/HS01 right usb3
US02 to HS08 and SSP1to P4 empty

Thanks in advanced.
 

Attachments

  • Macbook Pro Dell.ioreg
    4 MB · Views: 65
  • CLOVER.zip
    1.8 MB · Views: 63
  • debug_13373.zip
    1.1 MB · Views: 58
Back
Top