You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything functional.
Sharing my experience as it might be useful for someone else.
The process:
I had to remove some obsolete and unused kext hanging around.
For me it was Nvidia web driver and HoRNDIS.
I think it has to do with the installer script.
After this the installation succeeded.
I prefer to disable SIP only for kext.
In recovery terminal: csrutil disable
Reboot and install driver with shell script
In recovery terminal: csrutil enable --without kext
It was asking me to allow EMUMIDIDriver.plugin every time I start DAW.
In order to fix I ran: sudo xattr -rd com.apple.quarantine /Library/Audio/MIDI\ Drivers/EMUMIDIDriver.plugin
The text was updated successfully, but these errors were encountered:
Everything functional.
Sharing my experience as it might be useful for someone else.
The process:
I had to remove some obsolete and unused kext hanging around.
For me it was Nvidia web driver and HoRNDIS.
I think it has to do with the installer script.
After this the installation succeeded.
I prefer to disable SIP only for kext.
csrutil disable
csrutil enable --without kext
csrutil status
Additional steps:
It was asking me to allow EMUMIDIDriver.plugin every time I start DAW.
In order to fix I ran:
sudo xattr -rd com.apple.quarantine /Library/Audio/MIDI\ Drivers/EMUMIDIDriver.plugin
The text was updated successfully, but these errors were encountered: