RehabMan
Moderator
- Joined
- May 2, 2012
- Messages
- 183,243
- Motherboard
- Intel DH67BL
- CPU
- i7-2600K
- Graphics
- HD 3000
- Mac
-
- Mobile Phone
-
Any idea why my config is ignoring the SSDT-UIAC.aml file that I put in ACPI/patched?
HS01/SS01 = Front Left USB 3.0
HS02/SS02 = Front Right USB 3.0
HS03/SS03 to HS06/SS06 = Rear Bottom USB 3.0
HS13 & HS14 = Rear Top USB 2.0
View attachment 363391
Sorry about that. Here is the debug file.
The SSDT is coded incorrectly.
This:
Code:
"ports",
Package (0x34)
{
Should be:
Code:
"ports",
Package (0x1C)
{