-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UX430 (kabylake refresh) and realtek alc-294 #67
Comments
Hi. I have an UX430 UAR with all-294 as you. And I also use layout 21 from the beginning without any issue (outside of the fact that there is no microphone with jack). I inject Device Properties for codec configuration, one SSDT less :p. PciRoot(0)/Pci(0x1f,3) |
Hello. I have UX430UNR with ALC294. To make my audio working, I updated AppleALC. Then on clover configurator I disabled patch that say rename HDAS to HDEF and change layout-id to 21. With this, I have jack audio. the microphone with jack is working too. |
Hi. You have the microphone for your jack headset working ? Internal microphone works, but external headset one not in my case. |
Yes, microphone on my headset is works too. i confirm it with trying alternately build in and the headset. But, my headset only working system preferences-sound-input window is active. so wierd. |
Hi @Vmonheros and @akaditya13 |
Hi @xseignard I am using Multi system, Windows 10 and Hackintosh |
Thanks @bliss95 but what's your asus model, realtek model, and your configuration ? |
https://www.asus.com/Laptops/ASUS-ZenBook-UX430UN/ |
Thanks, what about the realtek chip ? |
Realtek ALC294, Layout Id is 21, other layouts don't work, New Layout Id 22 is coming to test in AppleALC 1.4.9. |
Thanks a lot! |
AppleALC 1.4.9 is out. |
Hello, First of all thanks for this awesome work, I've got an Asus ux430unr and I've setup MacOs Mojave with little effort. What an experience MacOs! How can I find what ALC I'm running ? And then, how can I update the correct layout ? I've read the instructions of AppleALC and updated the kext but still the headphones don't work. Thank you ahead. EDIT: I've found I have the ALC294 as you. I've followed your instructions and now I'm a happy user of a fully functional mac :) |
Hello,
I have an Asus UX430 (kabylake refresh) and it seems that I have a realtek alc-294 instead of realtek alc-295 mentionned in this repository.
I had troubles getting the jack output working (but it was recognized when I plug my earphones).
I updated
AppleALC.kext
from here (https://github.com/acidanthera/AppleALC). And started fiddling to find the rightlayout-id
.At the end,
layout-id 21
is the one working for me.So I created a file (
layout21_HDEF.asl
) with the follwing (insrc/hotpatch/include
):And changed the
src/hotpatch/SSDT-UX430-KabyLakeR.dsl
to include the right layout (on line 9):Now I have working audio (jack + speakers)
I hope this help other people.
I can make a PR, but since it seems there are UX430 kabylake refresh with alc-295, I wouldn't mess with it.
Regards
The text was updated successfully, but these errors were encountered: