Contribute
Register

No Audio, script doesn't seem to have the rights to install.

Status
Not open for further replies.
Joined
Mar 11, 2012
Messages
49
Motherboard
AsRock z75 Pro3
CPU
Intel i7-2600k Unlocked CPU
Graphics
Gigabyte GeForce GTX 560 TI 1GB
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. Android
Hello,

I just did a clean install of El Capitan on my AsRock z75 Pro3 and I can't get the sound to work.

After reading the Big List of Solutions for El Capitan (http://www.tonymacx86.com/el-capita...st-solutions-el-capitan-install-problems.html) I went to download and run the https://github.com/toleda/audio_CloverALC but I get the following errors:

Install System/Library/Extensions/AppleHDA.kext/ALC892 zml files
install: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/Platforms.zml.zlib: Operation not permitted
install: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/layout1.zml.zlib: Operation not permitted
install: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/layout2.zml.zlib: Operation not permitted
install: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/layout3.zml.zlib: Operation not permitted
Error: Installation failure
rm: /System/Library/Extensions/AppleHDA.kext/Contents/Resources/*zml.zlib: No such file or directory
Original S/L/E/AppleHDA.kext restored

I have SIP disabled and am booting rootless=0 and I have attached my config.plist file from /Volumes/EFI/EFI/CLOVER/

I also tried to run the script as the root user, no luck.

Many thanks for your time and help.
 

Attachments

  • config.plist
    3.6 KB · Views: 138
You have CsrActiveConfig and BooterConfig, confused.. You have:

Code:
 <key>RtVariables</key>    
<dict>
    <key>BooterConfig</key>
    <string>0x3</string>
    <key>CsrActiveConfig</key>
    <string>0x28</string>
    </dict>

It should be
Code:
 <key>RtVariables</key>
<dict>
    <key>BooterConfig</key>
    <string>[B][COLOR=#ff0000]0x28[/COLOR][/B]</string>
    <key>CsrActiveConfig</key>
    <string>[COLOR=#ff0000][B]0x3[/B][/COLOR]</string>
</dict>
 
You have CsrActiveConfig and BooterConfig, confused.. You have:

Code:
 <key>RtVariables</key>    
<dict>
    <key>BooterConfig</key>
    <string>0x3</string>
    <key>CsrActiveConfig</key>
    <string>0x28</string>
    </dict>

It should be
Code:
 <key>RtVariables</key>
<dict>
    <key>BooterConfig</key>
    <string>[B][COLOR=#ff0000]0x28[/COLOR][/B]</string>
    <key>CsrActiveConfig</key>
    <string>[COLOR=#ff0000][B]0x3[/B][/COLOR]</string>
</dict>

THANK YOU so much! I have to be more careful lol, thanks again. ;-)
 
Status
Not open for further replies.
Back
Top