Fix ACPI error

Not sure why ObjectType is failing, will need to look into it another time
This commit is contained in:
Mykola Grymalyuk
2020-05-13 12:07:55 -06:00
parent 1497a0ec16
commit cf3d9853f1
9 changed files with 65 additions and 55 deletions

View File

@@ -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"
```
![](/images/Universal/smbus-md/verify.png)