DellXPS15-9550-OSX icon indicating copy to clipboard operation
DellXPS15-9550-OSX copied to clipboard

Can you delete FakePCIID* and see if HDMI audio works

Open xxxzc opened this issue 3 years ago • 6 comments

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?

xxxzc avatar May 31 '21 15:05 xxxzc

Audio does not work after disable FakePCIID

dnsdk avatar Jul 26 '21 06:07 dnsdk

<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

xxxzc avatar Jul 26 '21 08:07 xxxzc

<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

dnsdk avatar Jul 27 '21 05:07 dnsdk

感谢大佬~ 但是蓝牙一直就没开起来过... 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).

golimpio avatar Jul 27 '21 06:07 golimpio

感谢大佬~ 但是蓝牙一直就没开起来过... 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 ♪(・ω・)ノ

dnsdk avatar Jul 27 '21 07:07 dnsdk

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

golimpio avatar Jul 27 '21 07:07 golimpio