geekhack
geekhack Community => Keyboards => Topic started by: willbarrow on Fri, 29 July 2016, 17:21:42
-
I installed the drivers, but realised that they aren't really needed. I launched the driver installer again, and, this time, selected the second option in the dropdown, which is, apparently, uninstall. I'm just not sure if it has completely uninstalled, because I couldn't read the pop-up that appeared after I had clicked it. Can anyone help me in completely removing the HHKB Mac driver?
-
Assume that you have HHKBPro.
1) confirm HHKB driver installed or not.
ls /Library/Extensions | grep HHKeyboardPro
if nothing shown, uninstalled. but not installed.
if installed, follow the steps below.
2) confirm HHKB driver loaded or not.
kextstat | grep HHKPro
if nothing shown, unloaded. but not, loaded.
if loaded, unload driver like this.
sudo kextunload /Library/Extensions/HHKeyboardPro.kext
3) remove driver
sudo rm -rf /Library/Extensions/HHKeyboardPro.kext
or you feel uneasy
sudo mv /Library/Extensions/HHKeyboardPro.kext ~/Desktop
4) rebuild driver cache
sudo touch /System/Library/Extensions && sudo kextcache -u /