Eqmac: How to clean uninstall eqmac2

Created on 6 Feb 2020  Â·  14Comments  Â·  Source: bitgapp/eqMac

I recently tried to uninstall eqmac2 so that I can use the new version, however, eqMac2 still remains as an audio device. I am unable to remove the device as the remove button is greyed out.

Can you help?

image

Most helpful comment

sudo rm -rf /Library/Audio/Plug-Ins/HAL/eqMac.driver/ && sudo launchctl kickstart -k system/com.apple.audio.coreaudiod &>/dev/null

All 14 comments

Just to be clear, you uninstalled by clicking "uninstall" in the bottom right hand corner of the dropdown? Doing this + restarting your Mac should be all you need to do.

That is correct, but emac2 still shows up as an available speaker/audio source.

.........................................
Priyesh Patel

Your "Tech"  in Technology
(m) 972-591-1114
[email protected]

Visit us on the web:
www.astrea.co.uk
On 6 Feb 2020, 22:25 -0600, watchthesunrise notifications@github.com, wrote:

Just to be clear, you uninstalled by clicking "uninstall" in the bottom right hand corner of the dropdown? Doing this + restarting your Mac should be all you need to do.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

Same here. Uninstalled eqmac2 (to install eqmac beta) but the device is still listed.

Same here. Clicked on uninstall in eqmac2 and restarted. The device is still listed in sound preferences.

Also, did a kexstat command and the below kernel extension is still showing so it has not been uninstalled cleanly.

com.bitgapp.eqMac2Driver (2.0) C8E2C7F3-989B-3EF0-AE56-80D339AC2703 <88 6 5 3>

Has anyone managed to resolve?

Thanks

I have sorted this myself if anybody has the same problem.

Go to /Library/StagedExtensions/Library and delete eqMac2Driver.kext

Sound preferences does not now show eqMac2 as an option.

Hey everyone 👋
I will be open sourcing the new version of eqMac, therefore, I am closing this issue and repository as I will be transfering nodeful/eqMac2 repo to bitgapp/eqMac
Please bear with me for the next couple of days as I setup that new repo. The eqMac2 code will be living in the old-eqMac2 branch if anyone is interested in referencing it for whatever reason.
Please try out the new version and report bugs to the new repo.
Thanks for using eqMac.

I've also removed eqmac from /Library/Preferences/audio/com.apple.audio.DeviceSettings.plist and /Library/Preferences/audio/com.apple.audio.SystemSettings.plist

On MacOS Catalina, I was finally successful by removing two .kext folders from my system with SIP (System Integrity Protection) disabled (for which I needed to boot to recovery mode).

sudo reboot
(Press Cmd + R during boot)
(Select "Teminal" from the top menu "Utilities")
csrutil disable
reboot
(in Teminal:)
sudo rm -rf /System/Volumes/Data/Library/Extensions/eqMac2Driver.kext
sudo rm -rf /Library/StagedExtensions/Library/Extensions/eqMac2Driver.kext
reboot
(Press Cmd + R during boot)
(Select "Teminal" from the top menu "Utilities")
csrutil enable
reboot

On MacOS Catalina, I was finally successful by removing two .kext folders from my system with SIP (System Integrity Protection) disabled (for which I needed to boot to recovery mode).

sudo reboot
(Press Cmd + R during boot)
(Select "Teminal" from the top menu "Utilities")
csrutil disable
reboot
(in Teminal:)
sudo rm -rf /System/Volumes/Data/Library/Extensions/eqMac2Driver.kext
sudo rm -rf /Library/StagedExtensions/Library/Extensions/eqMac2Driver.kext
reboot
(Press Cmd + R during boot)
(Select "Teminal" from the top menu "Utilities")
csrutil enable
reboot

Finally!! This works like a charm!!

Closing in favour of #247

On El Capitan

sudo rm -rf /System/Library/Extensions/eqMac2Driver.kext 

I wanted to comment that while the below DID work, for me, I had to actually go back a number of levels til I reached the HD selection... I first had to ../../../ to get to root root, then follow the path from Macintosh HD through to the kext. I used find / eqMac2Driver.kext to find the full location, then this worked. Hope it helps someone as frustrated as I have been.

On MacOS Catalina, I was finally successful by removing two .kext folders from my system with SIP (System Integrity Protection) disabled (for which I needed to boot to recovery mode).

sudo reboot
(Press Cmd + R during boot)
(Select "Teminal" from the top menu "Utilities")
csrutil disable
reboot
(in Teminal:)
sudo rm -rf /System/Volumes/Data/Library/Extensions/eqMac2Driver.kext
sudo rm -rf /Library/StagedExtensions/Library/Extensions/eqMac2Driver.kext
reboot
(Press Cmd + R during boot)
(Select "Teminal" from the top menu "Utilities")
csrutil enable
reboot

sudo rm -rf /Library/Audio/Plug-Ins/HAL/eqMac.driver/ && sudo launchctl kickstart -k system/com.apple.audio.coreaudiod &>/dev/null

Hi how to get Eqmac2 out form my Mac I have (macOS Big Sur) I have try all that's have tried the solutions that are here pls help my make a video ?

Was this page helpful?
0 / 5 - 0 ratings