profzei / NUC7i3BNH

macOS on Intel NUC7i3BNH
Apache License 2.0
28 stars 10 forks source link

New EFI for Ventura #8

Open topiga opened 1 year ago

topiga commented 1 year ago

After some debug, I managed to update to OpenCore 0.8.8, and it works on Ventura 13.2 22D49 The HDMI audio doesn't work. The fake pci id for cdmi made Ventura reboot every 15 minutes. So yeah, there you go champs. Link to EFI

extric99 commented 1 year ago

Hello fake pci id does not work in Ventura. You need to get HDMI out working via below. I have an NUC7I7DNKE and it has the same GPU and HDMI setup so it should also work for you. Search google for: no HDMI sound intel 620 hackintosh Ventura . Different threads will come up

        <dict>
          <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
        <dict>
            <key>AAPL,ig-platform-id</key>
            <data>
            AAAeWQ==
            </data>
            <key>AAPL,slot-name</key>
            <string>Internal@0,2,0</string>
            <key>AAPL00,override-no-connect</key>
            <data>
            AP///////wAGEHycVzIwMAQcAQOAPCJg6m+xp1VMniUM
            UFSlSwBxT4GAqUDRwAEBAQEBAQEBVl4AoKCgKVAwIDUA
            VVAhAAAaAAAA/wBIRDhHR0QyCiAgICAgAAAA/ABERUxM
            IFMyNzE5RE0KAAAA/QAvSx6MPAAKICAgICAgAYw=
            </data>
            <key>device-id</key>
            <data>
            FlkAAA==
            </data>
            <key>device_type</key>
            <string>VGA compatible controller</string>
            <key>enable-hdmi20</key>
            <data>
            AQAAAA==
            </data>
            <key>enable-lspcon-support</key>
            <data>
            AQAAAA==
            </data>
            <key>framebuffer-con0-enable</key>
            <data>
            AQAAAA==
            </data>
            <key>framebuffer-con0-pipe</key>
            <data>
            EgAAAA==
            </data>
            <key>framebuffer-con1-enable</key>
            <data>
            CAAAAA==
            </data>
            <key>framebuffer-con1-pipe</key>
            <data>
            EgAAAA==
            </data>
            <key>framebuffer-con2-enable</key>
            <data>
            CAAAAA==
            </data>
            <key>framebuffer-con2-pipe</key>
            <data>
            EgAAAA==
            </data>
            <key>framebuffer-patch-enable</key>
            <data>
            AQAAAA==
            </data>
            <key>hda-gfx</key>
            <string>onboard-1</string>
            <key>model</key>
            <string>Intel HD Graphics 620</string>
        </dict>
            <key>PciRoot(0x0)/Pci(0x1f,0x3)</key>
        <dict>
            <key>AAPL,slot-name</key>
            <string>Internal@0,31,3</string>
            <key>device-id</key>
            <data>cKEAAA==</data>
            <key>device_type</key>
            <string>Audio device</string>
            <key>hda-gfx</key>
            <string>onboard-1</string>
            <key>model</key>
            <string>Sunrise Point-LP HD Audio</string>
        </dict>
    </dict>

            <key>boot-args</key>
            <string>-cdfon</string>
kapil4github1 commented 9 months ago

There is an updated FakePCIID.KEXT

See the repo https://github.com/shuai620/NUC7i7BNH

Sound over HDMI works perfectly with that.