Make the Linux ACPI path match Windows.

Now the "Making the SSDT" substitution part makes more sense.
This commit is contained in:
Tyler Hovanec
2020-09-26 10:52:15 -07:00
committed by GitHub
parent 34de25ef6c
commit 5e236efd5a

View File

@@ -99,7 +99,7 @@ Substitute your SLOTID found above into command `cat /sys/bus/pci/devices/SLOTID
``` ```
$ cat /sys/bus/pci/devices/0000:01:00.0/firmware_node/path $ cat /sys/bus/pci/devices/0000:01:00.0/firmware_node/path
\_SB_.PCI0.PEG0.PEGP \_SB_.PC02.BR2A.PEGP
``` ```
And voila! We've found our ACPI path, now that we have everything we're ready to get cooking And voila! We've found our ACPI path, now that we have everything we're ready to get cooking