mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -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)
|
||||
|
||||
Reference in New Issue
Block a user