mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
Inital import
This commit is contained in:
@@ -13,7 +13,7 @@ Finding which SSDT you need is quite easy actually, first open your decompiled D
|
||||
|
||||
Next search for `ACPI000E`. You should get something similar:
|
||||
|
||||

|
||||

|
||||
|
||||
The above tells us a few things:
|
||||
|
||||
@@ -24,7 +24,7 @@ The above tells us a few things:
|
||||
|
||||
But to double check, next search for `PNP0B00`:
|
||||
|
||||

|
||||

|
||||
|
||||
And looks at that, we can in fact disable our AWAC and enable the RTC! If not skip to here: [RTC0 Method](#rtc0-method)
|
||||
|
||||
@@ -68,7 +68,7 @@ You should get something like the following show up:
|
||||
|
||||
LPC Pathing | PCI Pathing
|
||||
:-------------------------:|:-------------------------:
|
||||
 | 
|
||||
 | 
|
||||
|
||||
From the above, we can see we have both `PCI0` and `LPC`. Now we can head to the next stage
|
||||
|
||||
@@ -90,7 +90,7 @@ External (_SB_.PCI0.LPCB, DeviceObj) <- Rename this
|
||||
Scope (_SB.PCI0.LPCB) <- Rename this
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
Following the example pathing we found, the SSDT should look something like this:
|
||||
|
||||
@@ -102,7 +102,7 @@ External (_SB_.PCI0.LPC, DeviceObj) <- Renamed
|
||||
Scope (_SB.PCI0.LPC) <- Renamed
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Compiling the SSDT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user