Contribute
Register

Laptop ALC892 - Testers Needed

This works perfectly for my laptop everything works except the HDMI port. I am currently on 10.9.4 but I am using your 10.9.1 file in the original post. Can you patch my dsdt file to get my hdmi port to work with this file? Included is my ioreg file my dsdt.dsl file and my ssdt file. Plus all of the acpi files from my os from clover. Could you please update this file for the other version of 10.9 as well. This ALC892 is the best in my opinion. Thank you for all your hard work. The dsdt file compiled cleanly Pokeguyen compiled this for me.

With your current files HDMI-audio should work... But you need to patch Azul framebuffer. Best way is with Clover config.plist based patches.

I use this one on the Lenovo U430:
Code:
			<dict>
				<key>Name</key>
				<string>AppleIntelFramebufferAzul</string>
				<key>Find</key>
				<data>BgAmCgEDAwMAAAACAAAwAQAAYAAAAABg2QoAANkKAAAAAAAAAAAAAAAACAACAAAAMAAAAAEFCQAABAAAhwAAAAIECQAABAAAhwAAAP8AAAABAAAAQAAAAA8AAAABAQAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</data>
				<key>Replace</key>
				<data>BgAmCgEDAwMAAAACAAAwAQAAYAAAAABg2QoAANkKAAAAAAAAAAAAAAAACAACAAAAMAAAAAEFCQAABAAAhwAAAAIECQAACAAAhwAAAP8AAAABAAAAQAAAAA8AAAABAQAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</data>
				<key>Comment</key>
				<string>HDMI audio connector patch 10.9.3/10.9.4</string>
			</dict>

That is a patch for KextsToPatch section...

http://clover-wiki.zetam.org/Configuration/KernelAndKextPatches#KextsToPatch
 
hi toleda
i use your HDA and sound works but i have problems with internal mic and hdmi-sound
i uploaded ioreg ,i use audio layout 1
the
i hope you can help me
View attachment MacBook Air.ioreg
 
hi toleda
i use your HDA and sound works but i have problems with internal mic and hdmi-sound
i uploaded ioreg ,i use audio layout 1
the
i hope you can help me
View attachment 100907

FYI: In that ioreg, there is nothing plugged into HDMI... Also, layout-id is 3, not 1 as per post #1.
 
You are right here is the right one
My HDMI works know :D:D:D
but my internal microphone doesnt work

View attachment 100980

Just to clarify your results:
- with layout-id=1, HDMI audio works, but no internal mic
- with layout-id=2, no HDMI audio, but internal mic works
 
the internal mic doesnt work neither in layout 1 nor 2
but i found out of i plug a external microphone it works
but it is recognized as internal mic
 
the internal mic doesnt work neither in layout 1 nor 2
but i found out of i plug a external microphone it works
but it is recognized as internal mic

And layout-id=3?
 
With layout id 2 and 3 it finds only HDMI. The others are lost. But now the internal speakers doesnt function.
 
With layout id 2 and 3 it finds only HDMI. The others are lost. But now the internal speakers doesnt function.

You need to be clear about what works/doesn't work with each layout-id.
 
in layout 2 and 3 works only hdmi
In layout 1 everything inclusive HDMI works but i dont get a sound from my internal speakers
 
Back
Top