Skip to content

Instantly share code, notes, and snippets.

@ianchesal
Created July 27, 2012 13:21
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ianchesal/3187966 to your computer and use it in GitHub Desktop.
Error trying to unloaded kext for track pd
MacBook-Pro:~ ian$ sudo kextunload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTrackpad.kext
(kernel) Can't unload kext com.apple.driver.AppleUSBTrackpad; classes have instances:
(kernel) Kext com.apple.driver.AppleUSBTrackpad class AppleUSBFnTrackpad has 1 instance.
(kernel) Kext com.apple.driver.AppleUSBTrackpad class AppleUSBGrIITrackpad has 1 instance.
(kernel) Kext com.apple.driver.AppleUSBTrackpad class AppleUSBGrIIITrackpad has 1 instance.
(kernel) Kext com.apple.driver.AppleUSBTrackpad class AppleUSBTrackpad has 1 instance.
Failed to unload com.apple.driver.AppleUSBTrackpad - (libkern/kext) kext is in use or retained (cannot unload).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment