When I run kextstat, it gives me a list of the currently loaded kernel modules. How to I go about using the information gathered from this command to unload a kernel module?
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
|
|||
|
|
|
You can unload kernel modules with
You can then use Bonus hint: If you only want to see 3rd party kernel extensions that aren’t from Apple you can use inverse grep:
|
||||
|
|