Contribute
Register

GA Z97 MX Gaming 5 (Clover) no audio on yosemite

Status
Not open for further replies.
Joined
May 18, 2012
Messages
44
Motherboard
GA-Z97MX Gaming 5
CPU
i7-4790K
Graphics
EVGA GTX 770 SC ACX 2GB
Mac
  1. MacBook Air
Mobile Phone
  1. Android
  2. iOS
ahoi :)

i upgraded my build (previously running mavericks smoothly) to yosemite today.

everything works, except audio. the previous fix for maverix (Multibeast Intel 9 Series Support) is not available anymore as the new multibeast has this change:

Removed Drivers -> Audio -> Realtek ALCxxx > Intel 9 Series Motherboard Support

What are possible alternatives i could try?
 
Hi,

I've the same M/B, I use Clover and I managed to enable audio today (headphones actually) by following that procedure : https://github.com/toleda/audio_CloverALC

My system is brand new, I'm not sure if that changes anything.

Please take note that for our particular M/B, the config.plist needs to be edited (Note .F in the guide I just linked).
 
thank you! just found this before.
i am stumbling on that:

F. 1150 only: edit config.plist/KernelAndKextPatches/KextsToPatch/
"10.9 or 10.10/AppleHDA/Realtek ALC1150"
1. Clover Configurator/Property List Editor/Replace/
a. Before: <09ec10>
b. After: <0009ec10>
2. TextEdit/Replace
a. Before: CewQ
b. After: AAnsEA==

i cant find this anywhere in my config.plist :/
 
It's close to the end, just use textedit, cmd-f and type CewQ , you should find it.
 
It's close to the end, just use textedit, cmd-f and type CewQ , you should find it.

it's not in there :/ i used the config.plist from someone else with the same mobo who uses hdmi audio. maybe that's why its not in there..

could you post your section of the config.plist?
 
I put a bit above and all that is below so that you can find it easily.

Code:
    <key>Graphics</key>    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleRTC</key>
        <true/>
        <key>AsusAICPUPM</key>
        <true/>
        <key>KernelPm</key>
        <true/>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
[B]                <string>t1-10.9-10.10-AppleHDA/Realtek ALC1150</string>[/B]
[B]                <key>Find</key>[/B]
[B]                <data>[/B]
[B]                ixnUEQ==[/B]
[B]                </data>[/B]
[B]                <key>Name</key>[/B]
[B]                <string>AppleHDA</string>[/B]
[B]                <key>Replace</key>[/B]
[B]                <data>[/B]
[B]                AAnsEA==[/B]
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>t1-10.9-10.10-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>
            <dict>
                <key>Comment</key>
                <string>External icons patch</string>
                <key>Find</key>
                <data>
                RXh0ZXJuYWw=
                </data>
                <key>Name</key>
                <string>AppleAHCIPort</string>
                <key>Replace</key>
                <data>
                SW50ZXJuYWw=
                </data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>LogEveryBoot</key>
        <string>10</string>
        <key>LogLineCount</key>
        <integer>3000</integer>
        <key>MountEFI</key>
        <string>Yes</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>Trust</key>
        <false/>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>YES</string>
        <key>InjectSystemID</key>
        <true/>
    </dict>
</dict>
</plist>
 
it works! thank you a lot :)
also had to reinstall AppleHDA.kext ... but now everything is fine
 
Status
Not open for further replies.
Back
Top