Contribute
Register

Missing HDMI-Audio NVIDIA

Status
Not open for further replies.
you are only providing audio properties in your config.plist:
Code:
<key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x1F,0x3)</key>
            <dict>
                <key>device-id</key>
                <data>cKEAAA==</data>
                <key>layout-id</key>
                <data>BwAAAA==</data>
            </dict>
        </dict>
        <key>Delete</key>
        <dict/>
    </dict>
which i do not think is required with VoodooHDA, although i do not use that kext, i only use AppleALC instead

you are missing your graphics in that section, be a good idea to check on:

Good point. There are two layout IDs in config.plist. One on command-line, the other in DeviceProperties.

(By the way I've edited my post above concerning MinKernel).

:thumbup:
 
sorry, if i`m asking:what do you mean? "remove minikernel entries"



so, i have removed MinKernel.
The Audio onboard is alc897
 

Attachments

  • 2021-12-5-11-29-49-EFI.zip
    4 MB · Views: 35
Last edited:
Status
Not open for further replies.
Back
Top