Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. kextstat -kl | awk '{print $6}'| grep -i multi
  2.  
  3. com.apple.driver.AppleMultitouchDriver
  4.  
  5. sudo kextunload -b com.apple.driver.AppleMultitouchDriver
  6.  
  7. (kernel) Can't remove kext com.apple.driver.AppleMultitouchDriver; services failed to terminate - 0xdc008018.
  8.  
  9. Failed to unload com.apple.driver.AppleMultitouchDriver - (libkern/kext) kext is in use or retained (cannot unload)
  10.  
  11. sudo kextunload /System/Library/Extensions/AppleMultitouchDriver.kext
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement