Jump to content
3 posts in this topic

Recommended Posts

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.....banghead.gif

post-1596735-0-96379700-1445183313_thumb.png

post-1596735-0-98783900-1445183318_thumb.png

post-1596735-0-73491400-1445183322_thumb.png

post-1596735-0-62341700-1445183326_thumb.png

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

×
×
  • Create New...