For some reason, I noticed the soundflower (2ch) driver in my sound preferences today. How do I delete it please only I've tried uninstalling it but can't. Dos anyone have any suggestions for me how to uninstall it please
For some reason, I noticed the soundflower (2ch) driver in my sound preferences today. How do I delete it please only I've tried uninstalling it but can't. Dos anyone have any suggestions for me how to uninstall it please
/System/Library/Extensions
I believe there is a kext file for soundflower in this folder you need to remove then reboot.
Code:/System/Library/Extensions
Looks like they are using Yosemite and up kext signing to lock the file. Try this. command-r boot to recovery then in the Utilities menu launch Terminal and run the command below.It is but I tried to delete it last night and got the error message , ' “SoundflowerSigned.kext” can’t be modified or deleted because it’s required by OS X.'
sudo nvram boot-args=kext-dev-mode=1
sudo nvram -d boot-args
[doublepost=1471194096][/doublepost]It didn't work . Thanks for trying . I put the command in terminal in utilities but it said, there was no such command as 'bash' which was the command that came up instead of my name. I tried entering it a second time and same thing . It was funny because I went into restore and instead of the El Capitan system I got it seemed to go to the original OSX which was Mavericks. Thanks againLooks like they are using Yosemite and up kext signing to lock the file. Try this. command-r boot to recovery then in the Utilities menu launch Terminal and run the command below.
Code:sudo nvram boot-args=kext-dev-mode=1
That will turn off kext signing protection. Now reboot to regular mode then delete the kext file.
Then command-r boot back to recovery and in Terminal run this command to turn kext signing back on.
Code:sudo nvram -d boot-args
It would be a good idea to make a backup before you do this.
[doublepost=1471194096][/doublepost]It didn't work . Thanks for trying . I put the command in terminal in utilities but it said, there was no such command as 'bash' which was the command that came up instead of my name. I tried entering it a second time and same thing . It was funny because I went into restore and instead of the El Capitan system I got it seemed to go to the original OSX which was Mavericks. Thanks again
csrutil disable
csrutil enable
Still the same (never mind) thanks for trying . It doesn't seem to like those commands in terminal.thAckkk! My bad. On El Capitan the command is different.
Command-r boot to recovery then run this command in Terminal.
Code:csrutil disable
Then reboot and delete the kext file.
Then boot back to recovery and run this to turn kext signing back on.
Code:csrutil enable
Still the same (never mind) thanks for trying . It doesn't seem to like those commands in terminal.th