Jump to content

AppleHDA not working for ALC665 on 10.9.4


apcontre
 Share

1 post in this topic

Recommended Posts

I tried Clover on the fly patching and DSDT edits but no luck, audio does not work. Tried the patch from web civilian, does anybody know how to actually make this work on 10.9.4?

 

Here is what I did, If someone can help I can make a guide for Dell L702X and L502X with everything working...

<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>xml.zlib -> aml.zlib</string>
				<key>Find</key>
				<data>
				eG1sLnps
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				YW1sLnps
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>ALC622 -> ALC665 Codec</string>
				<key>Find</key>
				<data>
				YgLsEA==
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				ZQbsEA==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>ALC622 -> ALC665 Codec</string>
				<key>Find</key>
				<data>
				YgLsEA==
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				ZQbsEA==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Zero our jne chk for 10.7 and up</string>
				<key>Find</key>
				<data>
				U291bmQgYXNzZXJ0aW9uIGluICVzIGF0IGxpbmUgJWQK
				ACVz
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
				ACVz
				</data>
			</dict>
		</array>

Thanks

 

 

 

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...