mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-04 21:09:47 -08:00
Fix ACPI error
Not sure why ObjectType is failing, will need to look into it another time
This commit is contained in:
@@ -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