From 973e55e15623e6f5b4ba3ce13741061461b00366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Ara=C3=BAjo?= <68445491+araujogui@users.noreply.github.com> Date: Wed, 22 Jul 2020 11:16:14 -0300 Subject: [PATCH 1/2] Update ssdt-easy.md --- ssdt-methods/ssdt-easy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssdt-methods/ssdt-easy.md b/ssdt-methods/ssdt-easy.md index 573d424..148534e 100644 --- a/ssdt-methods/ssdt-easy.md +++ b/ssdt-methods/ssdt-easy.md @@ -23,7 +23,7 @@ What this tool does is, it dumps your DSDT from your firmware, and then creates * For fixing 300 series Intel NVRAM * Prebuilt can be found here: [NVRAM PMC](/Universal/nvram.md) * **USBX SSDT**: - * This is included on sample SSDTs but SSDTTime only makes the SSDT-EC part, Skylake and newer users can grab a pre-built here: [SSDT-USBX.aml](https://github.com/dortania/USB-Map-Guide/blob/master/extra-files/SSDT-USBX.aml) + * This is included on sample SSDTs but SSDTTime only makes the SSDT-EC part, Skylake and newer users can grab a pre-built here: [SSDT-USBX.aml](https://github.com/dortania/OpenCore-Post-Install/blob/master/extra-files/SSDT-USBX.aml) * **RHUB SSDT**: * if you have a 10th gen CPU, you'll need to either use the prebuilt or manually create it. @@ -50,7 +50,7 @@ What we want to do is select option `4. Dump DSDT` first, then select the approp > What about USBX? -For Skylake and newer plus AMD, you can grab a pre-built file here: [SSDT-USBX.aml](https://github.com/dortania/USB-Map-Guide/blob/master/extra-files/SSDT-USBX.aml). This file is plug and play and requires no device configuration, **do not use on Broadwell and older**. +For Skylake and newer plus AMD, you can grab a pre-built file here: [SSDT-USBX.aml](https://github.com/dortania/OpenCore-Post-Install/blob/master/extra-files/SSDT-USBX.aml). This file is plug and play and requires no device configuration, **do not use on Broadwell and older**. **Troubleshooting note**: See [General Troubleshooting](https://dortania.github.io/OpenCore-Install-Guide/troubleshooting/troubleshooting.html) if you're having issues running SSDTTime From f494b2caa740bca819ec1333a4ee5b5cdba649e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Ara=C3=BAjo?= <68445491+araujogui@users.noreply.github.com> Date: Wed, 22 Jul 2020 11:22:34 -0300 Subject: [PATCH 2/2] Update ssdttime.md --- Universal/ec-methods/ssdttime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Universal/ec-methods/ssdttime.md b/Universal/ec-methods/ssdttime.md index 58bd7dd..0e54f82 100644 --- a/Universal/ec-methods/ssdttime.md +++ b/Universal/ec-methods/ssdttime.md @@ -15,7 +15,7 @@ The main things to note with this method: * Doesn't work on Laptops * Just like with HEDT, you will need to either use the [Prebuilt](#prebuilts) or [Manual](#manual) method * Doesn't provide you the USBX property to fix power - * This can easily be fixed by using this prebuilt file in addition to SSDT-EC: [SSDT-USBX.aml](https://github.com/dortania/USB-Map-Guide/blob/master/extra-files/SSDT-USBX.aml) + * This can easily be fixed by using this prebuilt file in addition to SSDT-EC: [SSDT-USBX.aml](https://github.com/dortania/OpenCore-Post-Install/blob/master/extra-files/SSDT-USBX.aml) * Note USBX is only needed for Skylake and newer * Doesn't really teach you anything * For most, this doesn't matter. But to some knowing what makes your hackintosh tick is part of the journey