mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
List possible LPC pathing
There should be some possible LPC pathing for readers to reference in case they do not have PNP0C09. Otherwise they may give up and use prebuilt instead as it's the easiest method.
This commit is contained in:
@@ -128,7 +128,11 @@ What these signify is whether this PNP0C09 device is real or not, as per the [AC
|
|||||||
|
|
||||||
### No PNP0C09 show up
|
### No PNP0C09 show up
|
||||||
|
|
||||||
When this happens, you'll only need to create a "dummy" EC for macOS. You'll still want to find the PCI and LPC pathing for this device. So follow the guide as if you were creating a laptop SSDT-EC/USBX.
|
When this happens, you'll only need to create a "dummy" EC for macOS.
|
||||||
|
|
||||||
|
Try searching for any devices named: "LPCB", "LPC0", "LPC", "SBRG", "PX40". If you have any of these, try using the LPC pathing of each of those device in place of the Embedded Controller's pathing.
|
||||||
|
|
||||||
|
Note that **DO NOT** uncomment the EC disaling code as there are no devices that is considered "EC" in your machine.
|
||||||
|
|
||||||
### PNP0C09 already named `EC`
|
### PNP0C09 already named `EC`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user