Contribute
Register

Mavericks: Audio - Realtek ALC AppleHDA [Guide]

Status
Not open for further replies.
But why is this happen.. Detect all my outputs .. but there is no sound ..
 
I had such a problem with VoodooHDA. It was detecting my outputs and inputs .. but I havent got a sound .. Then I found that if I change the codec to 0 (For ALC888), I`ve got all outputs and inputs working .. Codec 1 and codec 2 were not working ..
I also change nodes like this:
Code:
			<key>NodesToPatch</key>
			<array>
				<dict>
					<key>Config</key>
					<string>0x40f000f0</string>
					<key>Node</key>
					<integer>28</integer>
				</dict>
				<dict>
					<key>Config</key>
					<string>0x40f000f0</string>
					<key>Node</key>
					<integer>29</integer>
				</dict>
				<dict>
					<key>Config</key>
					<string>0x01014010</string>
					<key>Node</key>
					<integer>20</integer>
				</dict>
				<dict>
					<key>Config</key>
					<string>0x01011070</string>
					<key>Node</key>
					<integer>21</integer>
				</dict>
				<dict>
					<key>Config</key>
					<string>0x01016080</string>
					<key>Node</key>
					<integer>22</integer>
				</dict>
				<dict>
					<key>Config</key>
					<string>0x01012090</string>
					<key>Node</key>
					<integer>23</integer>
				</dict>
				<dict>
					<key>Config</key>
					<string>0x01214020</string>
					<key>Node</key>
					<integer>27</integer>
				</dict>
				<dict>
					<key>Config</key>
					<string>0x40f000f0</string>
					<key>Node</key>
					<integer>30</integer>
				</dict>
				<dict>
					<key>Config</key>
					<string>0x40f000f0</string>
					<key>Node</key>
					<integer>31</integer>
				</dict>
			</array>

I read a lot, but AppleHDA seems to complicated to play with nodes/pin ...

Is it possible like voodoohda, AppleHDA ALC888 Legacy/Current (Multibeast Mavericks).. to has problem with nodes .. and codec 0, and because of that .. I`ve got detection but no sound .. ?

Code:
Address 0 codec verbs for ALC888:
01471C10 01471D40 01471E01 01471F01 01571C60 01571D10 01571E01 01571F01 01671C70 01671D60 01671E01 01671F01 01771C80 01771D20 01771E01 01771F01 01871C40 01871D90 01871EA1 01871F01 01971C90 01971D90 01971EA1 01971F01 01A71C50 01A71D30 01A71E81 01A71F01 01B71C20 01B71D40 01B71E21 01B71F01 01D71CA0 01D71DE0 01D71E05 01D71F40 01E71C30 01E71D40 01E71E45 01E71F01
 
AppleHDA ALC888 Legacy/Current (Multibeast Mavericks).. to has problem with nodes .. and codec 0, and because of that ..
I don't know as i don't have the codec. You can edit the 888 pinconfigs from a leading 2 to leading 0 for each config. Do not use different values for the other values in each config. See M-Realtek_ALC_AppleHDA_Customization.pdf.zip
 
Anyone like to help me to get my Asus Gryphon z87 ALC892 working with Clover, please

I have found this here :
https://github.com/toleda/audio_CloverALC

But I don't understand the installation yet.

Is there a way to make this work without touching any apple kext ?

Any help is welcome.
 
Hi,
I have a Lenovo Z580, running OS 10.9.4, using Clover.
I have no sound. The machine has Realtek ALC269VC (Vendor Id: 0x10ec0269 - Subsystem Id: 0x17aa4022). Has layout 28. Any sugestions? Thanks for your help.
 
Hi there,

Is there a fix for the 'no sound after machine wakes up from sleep' issue? I tried reinstall the HDA kext with an older version of multibeast but that caused other issues.

asus z97I-plus

Thanks!
 
Status
Not open for further replies.
Back
Top