mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-02 11:59:48 -08:00
Fix ACPI error
Not sure why ObjectType is failing, will need to look into it another time
This commit is contained in:
@@ -2,13 +2,15 @@
|
||||
|
||||
**For Intel 300 series chipsets and newer**, this also includes X299 refreshes and Icelake laptops. Common machines:
|
||||
|
||||
* X299X (10th Gen refresh)
|
||||
* X299X (10th Gen refresh, AsRock and Asus don't use the -x naming so you'll need to double check)
|
||||
* B360
|
||||
* B365
|
||||
* H310
|
||||
* H370
|
||||
* Z370 (Gigabyte and AsRock boards with newer BIOS versions)
|
||||
* Z390
|
||||
* B460
|
||||
* Z490
|
||||
* 400 series (Cometlake)
|
||||
* 495 series (Icelake)
|
||||
|
||||
|
||||
@@ -64,3 +64,13 @@ For those having issues, you can also check Device Manager -> CPU -> BIOS device
|
||||
**Note**: The MCHC is actually the DRAM controller, similar idea to SMBus for fixing memory reporting
|
||||
|
||||
## [Now you're ready to compile the SSDT!](/Manual/compile.md)
|
||||
|
||||
## Verify it's working
|
||||
|
||||
To check if the SSDT is working correctly, run the following in terminal:
|
||||
|
||||
```
|
||||
kextstat | grep -E "AppleSMBusController|AppleSMBusPCI"
|
||||
```
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user