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

Can you delete FakePCIID* and see if HDMI audio works #152

Open
xxxzc opened this issue May 31, 2021 · 6 comments
Open

Can you delete FakePCIID* and see if HDMI audio works #152

xxxzc opened this issue May 31, 2021 · 6 comments

Comments

@xxxzc
Copy link

xxxzc commented May 31, 2021

AppleALC added controller patch for 100 Series in this commit.

I can enable HDMI audio for XPS15-9570 by faking device-id to 100 Series after that commit, so I wonder if we don't need FakePCIID* to enable 9550's HDMI audio anymore.

I don't have 9550 now, can you try it?

@dnsdk
Copy link

dnsdk commented Jul 26, 2021

Audio does not work after disable FakePCIID

@krim404 krim404 closed this as completed Jul 26, 2021
@xxxzc
Copy link
Author

xxxzc commented Jul 26, 2021

<key>PciRoot(0x0)/Pci(0x1f,0x3)</key>
			<dict>
				<key>alc-delay</key>
				<integer>500</integer>
				<key>alc-verbs</key>
				<data>
				AQAAAA==
				</data>
				<key>device-id</key>
				<data>
				cKEAAA==
				</data>
				<key>layout-id</key>
				<integer>32</integer>
			</dict>

try adding device-id

@krim404 krim404 reopened this Jul 26, 2021
@dnsdk
Copy link

dnsdk commented Jul 27, 2021

<key>PciRoot(0x0)/Pci(0x1f,0x3)</key>
			<dict>
				<key>alc-delay</key>
				<integer>500</integer>
				<key>alc-verbs</key>
				<data>
				AQAAAA==
				</data>
				<key>device-id</key>
				<data>
				cKEAAA==
				</data>
				<key>layout-id</key>
				<integer>32</integer>
			</dict>

try adding device-id

感谢大佬~ 但是蓝牙一直就没开起来过...
But Bluetooth still doesn't work

@golimpio
Copy link
Collaborator

感谢大佬~ 但是蓝牙一直就没开起来过...
But Bluetooth still doesn't work

Sorry I can't help much, since I can't test HDMI audio, but I'm curious about the bluetooth issue... was it caused by the lack of FakePCIID*?

I've removed FakePCIID from OC in Big Sur, and bluetooth is working fine here.

On Monterey, bluetooth is working fine as well (so far).

@dnsdk
Copy link

dnsdk commented Jul 27, 2021

感谢大佬~ 但是蓝牙一直就没开起来过...
But Bluetooth still doesn't work

Sorry I can't help much, since I can't test HDMI audio, but I'm curious about the bluetooth issue... was it caused by the lack of FakePCIID*?

I've removed FakePCIID from OC in Big Sur, and bluetooth is working fine here.

On Monterey, bluetooth is working fine as well (so far).

Can you share EFI? Thanks ♪(・ω・)ノ

@golimpio
Copy link
Collaborator

golimpio commented Jul 27, 2021

Can you share EFI? Thanks ♪(・ω・)ノ

Note: this EFI has AppleCpuPmCfgLock / AppleXcpmCfgLock set to false (I have CFG Lock disabled), but it works fine with both set to true, since I test both options when I make changes to this repository.

This is for Big Sur.

EFI.zip

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

No branches or pull requests

4 participants