I found that sound items were installed as extensions to Mac. I don't have original package with uninstaller, hence, I have to manually remove them. Here are steps I found:
- Open Terminal
- Change folder to /Library/Extensions
cd /Library/Extensions
- Check soundflower is there with command
ls Soundflower.kext
- Remove it with the command
sudo rm -rf Soundflower.kext
- Reboot
One more interesting I found that in the folder of
/Library/StagedExtensions/Library/Extensions/
, I can still see Soundflower.kext
file there, but I cannot remove it with above command. Anyway, the removal seems working fine in terms audio output list, I don't bother to figure out how to remove it from the second place.
No comments:
Post a Comment