xxxzc / xps15-9570-macos

macOS Monterey/Ventura on XPS15-9570 with OpenCore
193 stars 27 forks source link

Why is not SSDT-UIAC.aml included? #41

Closed RodriMora closed 4 years ago

RodriMora commented 4 years ago

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."

xxxzc commented 4 years ago

We use USBPorts.kext to define USB ports.

RodriMora commented 4 years ago

But the guide says to use either SSDT-UIAC or USBInject along USBPorts.kext right?

xxxzc commented 4 years ago

SSDT-UIAC + USBInjectAll or USBPorts.

RodriMora commented 4 years ago

SSDT-UIAC + USBInjectAll or USBPorts.

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