-
Notifications
You must be signed in to change notification settings - Fork 124
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
dp/hdmi audio not work #92
Comments
Which graphic card do you have? |
I have no graphic card. I use UHD 630. I test hdmi/dp to monitor by UHD 630 |
Ok. First try to disable the SSDT-5700XT.aml and the DAGPM.kext. If that doesn't work, try to disable the FakePCIID_Intel_HDMI_Audio.kext. This kext is not shown in your hackintool, because it a non executable or plist-only kext. It is a satellite to inject properties for FakePCIID. |
And which CPU you have? Below 10900k you should use iMac20,1 instead. |
i plug the usb install stick (which is bootable), but it can not boot again anymore. |
i delete the SSDT-5700XT.aml and the DAGPM.kext in the efi of ssd then it crash. and i plug install stick(which has old efi), but it still can not boot. I think it can boot again by usb stick when ssd efi is down. |
Because you are doing it wrong. Don't delete those files, just disable them in the config. Otherwise, they are not there, but the config expects them. |
The one thing to watch out for is with cdmi, when it sleeps, you’ll lose audio from that device when woken. I’ve reconnected every monitor with Display Port and it doesn’t have that problem. Though mine is running with a RX5700 XT card
… On 11 Nov 2020, at 10:32, jerrium ***@***.***> wrote:
thank you for your great work, so we can use great efi.
I buy the same hardware like you except graphic card. I have an issue that I can output video to monitor(Dell s3221qs) via dp or hdmi, but no audio. I mean Dell s3221qs has internal speaker, so it can play sound from dp/hdmi.
I check the Sound in the System Prefefences, no dp/hdmi output there.
<https://user-images.githubusercontent.com/2020472/98793793-560c7d80-2443-11eb-8385-625e1429d82c.png>
I google some info about this issue, find someone say
<https://user-images.githubusercontent.com/2020472/98794139-a84d9e80-2443-11eb-97d9-4ea5d926fac0.png>
but I am new about hackintosh, don't know how to fix this issue.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#92>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAASCBKQ5K2S3TCVZHWKC4TSPJK23ANCNFSM4TRYJAMQ>.
|
I enter wine system and delete efi on ssd and now I can enter the Mac OS by usb install stick.
|
do you also use UHD 630? |
How do you use DP on your monitor if you don't have a GPU? In your first post you said "I have an issue that I can output video to monitor(Dell s3221qs) via dp or hdmi, but no audio". The DP on the motherboard is a DP IN. It is no output. |
Ok. Then let me check if my MBP 16 transfers the sound via a TB3 to DP cable. |
@jerrium Can you please test this config.plist? |
test result: replace the old one, reboot, not work. |
That is weird. Because I used these device properties for the iGPU as well. And then I took out my GPU for test purposes. Check in the BIOS if you have an option to enable/disable HDMI audio. My board has this option. Can you test the HDMI audio again? |
Then I think it is pretty obvious, that our boards need different settings. The Vision D seems to need framebuffer settings to drive HDMI, the AsRock Phantom Gaming ITX/TB3 doesn't. And it is hard for me to figure this out because I am not running the Vision D anymore. |
Can you try this one again? It is the same as before, but with the framebuffer settings from the Vision D with one change: I have noticed that one port is defined as DP, and I changed that to HDMI because this is required to have Audio. |
And if that doesn't work, then this one: It have put my hopes in this one, because for me it works really well. Sound works on both, HDMI and DP. And I get 5120x1440@60HZ and 3840x2160@60Hz from it. In this one I have used a different Device ID: . I've got this from the Intel Website: https://ark.intel.com/content/www/de/de/ark/products/199332/intel-core-i9-10900k-processor-20m-cache-up-to-5-30-ghz.html |
this one : both hdmi picture and hdmi audio don't work. After directly switching to dp, dp can show picture, but dp can not show audio. |
Maybe try this one again, but this time disable FakePCIID_Intel_HDMI_Audio.kext + DAGPM.kext + SSDT-5700.aml |
test result: |
Can someone please test this and tell me if the HDMI Audio works now? |
I notice your file name include 5700xt. I have no graphic card, can I test it ? |
Yeah, it should still work. |
test result: Do you need some info/data exported from hackintool for patching? You can tell me the steps, I can provide it to you. |
I did some experimenting today and found that device-id is needed for audio over HDMI. I created a pull request here: #125 No other changes needed, just add this to your PciRoot(0x0)/Pci(0x1F,0x3) in DeviceProperties:
|
thank you. I notice you use AppleHDAHDMI_DPDriver. Can you please provide this file? |
I think that might be a built in Apple driver, I am using Schmocklord's EFI for 20,1 exactly as it is here in his repo. I've tried with gpu, without gpu and with gpu just for computing and hdmi works with this deviceid added. If you unplug your monitor and plug it back in does it appear? |
do you mean there is no file to add? |
@jerrium I guess I am facing the same problem on a z490. I couldn't get a sound output device via HDMI or usb-c to HDMI adapter. I was about to give up and don't know how, but it happens I connected the HDMI cable and my usb-c to HDMI cable the same time to the screen, booted the system and out of a sudden the display pops up as output device two times (and a new sound device in Hackintool "intel kabylake HDMI"). I did not find a way with only one cable, but perhaps give it a try. |
I found this on Tonymacx86. It works for me.
|
Can anyone with these HDMI issues try this approach? If it is confirmed to be working, I will add it to my config. I just cannot test it anymore as I am using Z590i Vision D now. |
I can confirm it works well now. I have tested it via type-c=>dp(DELL S3221S) and type-c=>hdmi(H1S projector). this is my config(which is same as the thread posted by @hieplpvip ): |
but after several days, it has an issue: |
HDMI audio still works for me after sleep. Here is my config. I use boot argument |
thank you for your great work, so we can use great efi.

I buy the same hardware like you except graphic card. I have an issue that I can output video to monitor(Dell s3221qs) via dp or hdmi, but no audio. I mean Dell s3221qs has internal speaker, so it can play sound from dp/hdmi.
I check the Sound in the System Prefefences, no dp/hdmi output there.
I google some info about this issue, find someone say
HDMI audio is now working after correctly patching devices HDAU and IGPU. i didn't need to do anything with AppleHDA.kext. i won't try that since i don't need any audio output other than HDMI.
https://www.tonymacx86.com/threads/fakepciid_intel_hdmi_audio-kext-for-id-0c0c.184877/
but I am new about hackintosh, don't know how to fix this issue.
The text was updated successfully, but these errors were encountered: