Contribute
Register

[Guide] Creating a Custom SSDT for USBInjectAll.kext

I think this is the output that you are asking for? To reiterate, this is about generating an SSDT for USB. The problem I’m having is that the USB 3 ports do not read USB3 devices. Thank you for your help.

Your USB configuration is wrong (and no SSDT-UIAC.aml to configure it).
Refer to post #1.
 
Your USB configuration is wrong (and no SSDT-UIAC.aml to configure it).
Refer to post #1.
Thanks, back to square one where I started. I wish I had the ability to understand the instructions.
 
Thanks, back to square one where I started. I wish I had the ability to understand the instructions.

Follow post #1 as written. Read it carefully.

If you don't understand something, ask.
 
Follow post #1 as written. Read it carefully.

If you don't understand something, ask.

Ok, the text on the link, I don't understand where this is inputed or edited, i.e. Text Wrangler, etc...?
I want to get through this but it is a struggle. So far I have the ports mapped.

Thank you.

The steps are as follows:
- use SSDT-UIAC-ALL.dsl as a template (https://github.com/RehabMan/OS-X-USB-Inject-All/raw/master/SSDT-UIAC-ALL.dsl)
- remove configuration sections that don't apply to the target hardware
- remove ports from the various sections that are not needed
- change UsbConnector values to match physical hardware/ports
 
Ok, the text on the link, I don't understand where this is inputed or edited, i.e. Text Wrangler, etc...?
I want to get through this but it is a struggle. So far I have the ports mapped.

Thank you.

You can edit SSDT-UIAC.dsl with any text editor (it is plain text, as are most code source files).

I think most will use MaciASL, as you can easily test for mistakes that break compilation by clicking Compile.
 
You can edit SSDT-UIAC.dsl with any text editor (it is plain text, as are most code source files).

I think most will use MaciASL, as you can easily test for mistakes that break compilation by clicking Compile.
Ah! Right!!! Thank you. Tomorrow after coffee and then some more coffee. A point of interest; the attachments sent previously were from Mojave 14.1. Since I was having more problems than specified, I removed the Mojave drive and reinstalled a 10.13.6 drive that gave me a more complete mapping. The question is, will the new SSDT also work in the Mojave drive with the same hardware (except the different drive containing Mojave)? I think the answer is yes but want to make sure.
 
Thanks its all good my mistake didnt install the USBInjectAll kext before copying the ssdt file under ACPI/Patched.
Thanks again,
hi! Could you share your SSDT-UIAC.aml file
 
Ah! Right!!! Thank you. Tomorrow after coffee and then some more coffee. A point of interest; the attachments sent previously were from Mojave 14.1. Since I was having more problems than specified, I removed the Mojave drive and reinstalled a 10.13.6 drive that gave me a more complete mapping. The question is, will the new SSDT also work in the Mojave drive with the same hardware (except the different drive containing Mojave)? I think the answer is yes but want to make sure.

I've been using the same SSDT-UIAC on my setups since 10.11.
 
Back
Top