Pages
Categories
Archives
- May 2010 (1)
- April 2010 (1)
- July 2009 (1)
- June 2009 (2)
- January 2009 (2)
- July 2008 (1)
- June 2008 (3)
- February 2008 (1)
- November 2007 (1)
- October 2007 (5)
- September 2007 (3)
- August 2007 (7)
- July 2007 (5)
Monthly Archives: February 2008
Reloading kernel extensions
Sometimes it might be useful to reload a kernel extension in OSX without rebooting your Mac. This can be done in a terminal window with the following commands: sudo kextunload /System/Library/Extensions/NameOfExtension.kext sudo kextload /System/Library/Extensions/NameOfExtension.kext Replace NameOfExtension.kext with the name of … Continue reading