mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-03-01 10:07:13 -08:00
Add DeviceManager Images
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# Fixing Power Management
|
||||
|
||||
**Intel CPUs only**
|
||||
|
||||
CPU naming is fairly easy to figure out as well, open your decompiled DSDT and search for `Processor`. This should give you a result like this:
|
||||
|
||||

|
||||
@@ -35,4 +33,11 @@ Scope (\_PR.CPU0) <- Rename this
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
For those having issues, you can also check `Device Manager -> CPU -> BIOS device Name`
|
||||
|
||||
**Note**: X299 may report CP10 or higher for the CPU, when this happens use CP00 instead. This issue is due to weird numeration on Windows' side
|
||||
|
||||
## [Now you're ready to compile the SSDT!](/Manual/compile.md)
|
||||
|
||||
@@ -60,6 +60,10 @@ Scope (_SB.PC00)
|
||||
Device (_SB.PC00.SMBS.BUS0) <- Renamed
|
||||
```
|
||||
|
||||

|
||||
|
||||
For those having issues, you can also check Device Manager -> CPU -> BIOS device Name
|
||||
|
||||
**Note**: The MCHC is actually the DRAM controller, similar idea to SMBus for fixing memory reporting
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user