pexcn/hackintosh-fujitsu-lifebook-u938

VoodooSMBus not work

pexcn opened this issue · 3 comments

Try fix via:

  1. remove ssdt: SSDT-SBUS-MCHC.aml
  2. disable kext: VoodooPS2Mouse.kext, VoodooPS2Trackpad.kext
  3. block driver: com.apple.driver.AppleSMBusPCI, com.apple.driver.AppleSMBusController
  4. add smbus pci id: 0x9d238086

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.)

So I disabled VoodooSMBus and VoodooRMI.