-
-
Notifications
You must be signed in to change notification settings - Fork 819
Uninstallation
These are instructions for manually uninstalling BlackHole. You can also uninstall by downloading and running the uninstaller. Download Uninstaller
-
Close all your audio devices, including ‘Audio MIDI setup’ and ’Sound’ in your ‘System Settings’.
-
Open the terminal (Terminal.app).
-
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 ‘BlackHoleXch.driver’ when running
ls, where X is the number of channels. -
Remove the directory ‘BlackHoleXch.driver’. You will need to enter your user account password after entering the command.
sudo rm -rf BlackHole2ch.driverto remove the 2ch version.sudo rm -rf BlackHole16ch.driverto remove the 16ch version.sudo rm -rf BlackHole64ch.driverto remove the 64ch version.sudo rm -rf BlackHole.driverto remove older versions. -
Restart the Core Audio subsystem.
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.