Open Jojoello opened 4 years ago
OC has some problem ,ALC audio and Bluetooth is not work at MacOS15.6.
And I don't known where is the problem ,I check all of kext ,And I update all of them ,check id .That's all right . What you're making is the best that's out there only one OpenCore, That's really great job ! Thankyou
Bluetooth should be working, I cannot reproduce that issue.
However, the audio issues stem from the audio chipset being restarted in I2S mode rather than HDA (which Ubuntu & macOS require), depending on what the embedded controller rests its decision on.
On Ubuntu this is solved by returning an ACPI _REV value 5 instead of 2, however patching that out in the AppleACPIPlatform didn't result in the desired effect, and on Clover it's not needed at all.
Now, I have compared both the vanilla and the Clover-modified DSDT tables and, mind you, I don't understand ASL well enough to know if that's the issue, but the only difference I could spot is the different name for the IO ports of the embedded controller device, and I couldn't find a spot in the Clover source code where that is changed on purpose.
Comparison of the Clover-edited DSDT (left) and the vanilla one (right)
OC has some problem ,ALC audio and Bluetooth is not work at MacOS15.6.