Skip to content
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

New EFI for Ventura #8

Open
topiga opened this issue Jan 29, 2023 · 2 comments
Open

New EFI for Ventura #8

topiga opened this issue Jan 29, 2023 · 2 comments

Comments

@topiga
Copy link

topiga commented Jan 29, 2023

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
Copy link

extric99 commented Feb 20, 2023

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
Copy link

There is an updated FakePCIID.KEXT

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

Sound over HDMI works perfectly with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants