-
-
Notifications
You must be signed in to change notification settings - Fork 601
Uninstallation
Devin Roth edited this page Mar 31, 2020
·
17 revisions
-
Close all your audio devices, including ‘Audio MIDI setup’ and ’Sound’ in your ‘System Settings’
-
Open your iTerm terminal
-
Go to the directory where the driver is located
cd /Library/Audio/Plug-Ins/HAL
-
Check if the driver is there. You should see the directory ‘BlackHole.driver’
ls
-
remove the directory ‘BlackHole.driver’
sudo rm -rf BlackHole.driver
-
restart the core audio driver
sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod
-
Check your system preferences and / or audio midi setup. You should not see the BlackHole driver anymore.