Contribute
Register

[GUIDE] Sierra on the GA-Z170X-UD3

Status
Not open for further replies.
OK, so I can have HDMI/DP audio OR ALC1150. Not both?
 
you can have both
Screen Shot 2017-01-13 at 13.08.26.png
 
Here is the problem when I run the command

<<<
OS X Version: 10.12.2 is not supported
No system files were changed
>>>

???
 
I try the 120 command and get this

<<<
[/tmp/ALC1150.zip]
End-of-central-directory signature not found.
unzip: cannot find zipfile directory in one of /tmp/ALC1150.zip or
/tmp/ALC1150.zip.zip, and cannot find /tmp/ALC1150.zip.ZIP, period.
Error: Download failure, verify network
No system files were changed
>>>
 
That's good to know. Guess I will have to wait
 
find attached my realtekALC.kext, place into
Code:
/EFI/Clover/Kexts/10.12
or
Code:
/EFI/Clover/kexts/other
then add the following to you config.plist under KextsToPatch section

Code:
            <dict>
                <key>Comment</key>
                <string>t1-10.12-AppleHDA/Realtek ALC...</string>
                <key>Find</key>
                <data>
                ihnUEQ==
                </data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>
                AAAAAA==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>t1-10.9-10.12-AppleHDA/Realtek ALC1150</string>
                <key>Find</key>
                <data>
                ixnUEQ==
                </data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>
                AAnsEA==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>t1-AppleHDA/Resources/xml&gt;zml</string>
                <key>Find</key>
                <data>
                eG1sLnps
                </data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>
                em1sLnps
                </data>
            </dict>
 

Attachments

  • realtekALC.kext.zip
    2.1 KB · Views: 79
Last edited:
You mentioned AppleHDA.kext but sent me RealTek.kext

Now I have no audio at all. Time to restore the EFI partition......
 
Status
Not open for further replies.
Back
Top