Closed RodriMora closed 4 years ago
We use USBPorts.kext to define USB ports.
But the guide says to use either SSDT-UIAC or USBInject along USBPorts.kext right?
SSDT-UIAC + USBInjectAll
or USBPorts
.
SSDT-UIAC + USBInjectAll
orUSBPorts
.
are you sure? the wording seems to mean to use "use either the SSDT-UIAC.aml or USBInjectAll with the USBmap.kext" so either UIAC+USBmap or USBInjectAll+USBmap
Isn't it neccesary for usb to work? acording to this:
https://dortania.github.io/USB-Map-Guide/intel-mapping/intel.html
"Note: Do note use either the SSDT-UIAC.aml or USBInjectAll with the USBmap.kext. This kext we just made should be used by itself with no other USB kexts besides XhciUnsupported if your system needs it. Reason for this is USBInjectAll is no longer being maintained(rest in peace Rehabman) and the USBmap.kext version is how real Macs USB map as well so as close to "Apple Like" as possible to fit the OpenCore mood."