For reference, this is all about the relevant parts I have in my config.plist (ACPI folder) <dict> <key>Comment</key> <string>SSDT-PLUG</string> <key>Enabled</key> <true/> <key>Path</key> <string>SSDT-PLUG.aml</string> </dict> <dict> <key>Comment</key> <string>SSDT-EC-USBX-DESKTOP</string> <key>Enabled</key> <true/> <key>Path</key> <string>SSDT-EC-USBX-DESKTOP.aml</string> </dict> <dict> <key>Comment</key> <string>HPET _CRS (Needs _CRS to XCRS Rename)</string> <key>Enabled</key> <true/> <key>Path</key> <string>SSDT-HPET.aml</string> </dict> These are the bootflags <key>boot-args</key> <string>EnableAutoHibernation=1 keepsyms=1 swd_panic=1</string> And the only relevant kexts are USBmap.kext and HibernationFixup.kext Hope that helps. Just in case you'd give it a try since it's always a hassle to create one, I attached the USBMap because it should be pretty similar – except meaybe one USB C that you might have and I do not. (macOS is Sequoia) USBMap.kext.zip
Author:
[source]
Post a Comment