fredldotme / Dell-XPS13-9343-Hackintosh

Clover & OpenCore configs for the Dell XPS 13 9343 (i7, QHD+)
8 stars 1 forks source link

xps13 9343 i7 5500 8g 1080p #1

Open Jojoello opened 4 years ago

Jojoello commented 4 years ago

OC has some problem ,ALC audio and Bluetooth is not work at MacOS15.6.

Jojoello commented 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

fredldotme commented 4 years ago

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)

Bildschirmfoto 2020-08-23 um 14 16 49