Uninstall Airconsole driver on OSX
Posted: Fri Jun 20, 2014 12:04 am
by jperks
Hi,
Do you have instructions on how to uninstall the airconsole driver on OSX
I am running driver version 1.2.1 on OSX mavericks 10.9.3
Many thanks
Re: Uninstall Airconsole driver on OSX
Posted: Sat Jun 21, 2014 4:30 am
by daniel
Currently the Airconsole kernel extension must be manually removed. This can be done with the following steps:
Code: Select all
# unregister the kernel extension
sudo kextunload /System/Library/Extensions/Airconsole.kext
# delete the kernel extension from the disk
sudo rm -rf /System/Library/Extensions/Airconsole.kext
You should then reboot your Mac. Note that your Mac may take some extra time to boot whilst the operating system rebuilds the kernel extension cache.