Skip to content

Instantly share code, notes, and snippets.

@the-eric-kwok
Created March 30, 2021 04:33
Show Gist options
  • Save the-eric-kwok/8ab8f9928433e07285a2f6657960f72e to your computer and use it in GitHub Desktop.
Save the-eric-kwok/8ab8f9928433e07285a2f6657960f72e to your computer and use it in GitHub Desktop.

Disable AppleI2C

In clover config.plist, KernelAndKextPatches -> KextsToPatch

Comment:         Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar
Find:            494F4B6974
Replace:         494F4B6973
Name:            com.apple.driver.AppleIntelLpssI2C
InfoPlistPatch:  YES

Comment:         Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar
Find:            494F4B6974
Replace:         494F4B6973
Name:            com.apple.driver.AppleIntelLpssI2CController
InfoPlistPatch:  YES

In OpenCore config.plist, Kernel -> Block

Comment:    Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar
Identifier: com.apple.driver.AppleIntelLpssI2C

Comment:    Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar
Identifier: com.apple.driver.AppleIntelLpssI2CController

Disable AppleSMBus

In clover config.plist, KernelAndKextPatches -> KextsToPatch

Comment:         Prevent Apple SMBus kexts from attaching to SMBUS controller
Find:            494F4B6974
Replace:         494F4B6973
Name:            com.apple.driver.AppleSMBusController
InfoPlistPatch:  YES

Comment:         Prevent Apple SMBus kexts from attaching to SMBUS controller
Find:            494F4B6974
Replace:         494F4B6973
Name:            com.apple.driver.AppleSMBusPCI
InfoPlistPatch:  YES

In OpenCore config.plist, Kernel -> Block

Comment:    Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar
Identifier: com.apple.driver.AppleSMBusController

Comment:    Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar
Identifier: com.apple.driver.AppleSMBusPCI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment