Skip to content

Uninstallation

Devin Roth edited this page Mar 31, 2020 · 17 revisions

Uninstallation Instructions

  1. Close all your audio devices, including ‘Audio MIDI setup’ and ’Sound’ in your ‘System Settings’

  2. Open your iTerm terminal

  3. Go to the directory where the driver is located cd /Library/Audio/Plug-Ins/HAL

  4. Check if the driver is there. You should see the directory ‘BlackHole.driver’ ls

  5. remove the directory ‘BlackHole.driver’ sudo rm -rf BlackHole.driver

  6. restart the core audio driver sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod

  7. Check your system preferences and / or audio midi setup. You should not see the BlackHole driver anymore.

Clone this wiki locally