Bdog79 Posted October 18, 2015 Share Posted October 18, 2015 I'm trying to fix my audio using toleda audio_cloverALC-110_v1.0h command. My audio codec is ALC 898. When I run the command, it tells me that my SIP is enabled. I am still able to complete the install process and the kext goes into the 10.11 kext folder in clover but after reboot the audio output is not listed. When I check my clover configurator, I have my CsrActiveConfig set to 0x67 which should be disabled. But when I reboot, it still tells me it's enabled. I've tried going into the recovery partition and disabling SIP from there and it says disabled there, but when I boot into main partition, it still says enabled.I've provided screen shots of my clover config settings, config.plist, and the terminal output when running toleda's audio command as well as just a csrutil status command.If this is in the wrong section, please direct me to the correct place to post this question.Help..... Link to comment https://www.insanelymac.com/forum/topic/308830-trouble-disabling-sip-el-capitan-clover/ Share on other sites More sharing options...
toleda Posted October 18, 2015 Share Posted October 18, 2015 terminal output when running toleda's audio command SIP is disabled. script/Terminal output: OK to patch Confirm Realtek ALC898 (y/n): Enter y Link to comment https://www.insanelymac.com/forum/topic/308830-trouble-disabling-sip-el-capitan-clover/#findComment-2179365 Share on other sites More sharing options...
Danielani Posted October 20, 2015 Share Posted October 20, 2015 Open /EFI/CLOVER/config.plist with TextEdit and add the following BooterConfig and CsrActiveConfig keys to RtVariables section. This will partially disable SIP (System Integrity Protection) when booting OS X El Capitan. Again open config.plist with TextEdit not Configurator. If you don't have RtVariables section then add that or download a text bass config.plist somewhere on the internet. <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x3</string> </dict> Good luck Link to comment https://www.insanelymac.com/forum/topic/308830-trouble-disabling-sip-el-capitan-clover/#findComment-2179895 Share on other sites More sharing options...
Recommended Posts