mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 09:33:13 -06:00
1.6 KiB
1.6 KiB
- During CLOVER boot screen, press Fn+F4, or just F4 to dump original ACPI tables to EFI/CLOVER/ACPI/origin/
- Copy files that begin with DSDT and SSDT to Desktop.
- In Terminal, change directory into Desktop and disassemble the copied ACPI tables with "iasl -da -dl DSDT.aml SSDT*.aml".
- Begin with DSDT patches, open DSDT.dsl using MaciASL and apply the included patches located in 'x1c6-hackintosh/ACPI/patch-files/', make sure the follow the file name order. There should be 0 syntax errors and you will now be able to compile a new DSDT.aml file. Then place the new DSDT.aml fle into 'EFI/CLOVER/ACPI/patched/'. Reboot, the battery status should now appear.
- Enable native power management using XCPM, follow this Guide.
- Create a custom SSDT for USBInjectALL by following this Guide. The USB configuration for the Thinkpad X1C6 is:
HS01: USB2 Left
HS02: USB2 Right
HS03: Power USB C
HS04: USB C Bottom
HS07: Bluetooth
HS08: Integrated Camera
SS01: USB 3 Left
SS02: USB 3 Right
No FakePCIID_XHCIMux needed. - Make sure native audio is working, then move on to HDMI audio configuration by following this Guide - Refer to x1c6-hackintosh/IORegistryPrints/
No FakePCIID needed.