VoodooSMBus not work
pexcn opened this issue · 3 comments
pexcn commented
pexcn commented
Try fix via:
- remove ssdt:
SSDT-SBUS-MCHC.aml
- disable kext:
VoodooPS2Mouse.kext
,VoodooPS2Trackpad.kext
- block driver:
com.apple.driver.AppleSMBusPCI
,com.apple.driver.AppleSMBusController
- add smbus pci id:
0x9d238086
pexcn commented
UPDATE:
After do this, kernel_task
will take up a lot of cpu.
Maybe it's because apple kexts cannot be blocked? (kextstat | grep -i smbus
can see that apple kexts is still running.)
pexcn commented
So I disabled VoodooSMBus and VoodooRMI.