duquewu / Hackintosh-XPS7590

Run macOS Catalina(10.15) on a Dell XPS 7590 with OpenCore.
35 stars 7 forks source link

Sound doesn't work randomly #1

Closed romancin closed 4 years ago

romancin commented 4 years ago

Hi!

Thank you for this! I am trying to change my CLOVER config based on Lulettersoul's repo (working flawlessly) by yours (much more recent and I love OpenCore :) ). Most of it it works correctly, but the main problem I am having is that sound not always work. Have you experienced the same behaviour? Thank you!

duquewu commented 4 years ago

To be honest, I have faced the same problem with you.

Try to use boot-arg alcid = 30 to instead of DeviceProperties/Add/PciRoot(0x0)/Pci(0x1f,0x3) -> Layout-id.

I'm not sure it can be worked, need more test.

duquewu commented 4 years ago

To be honest, I have faced the same problem with you.

Try to use boot-arg alcid = 30 to instead of DeviceProperties/Add/PciRoot(0x0)/Pci(0x1f,0x3) -> Layout-id.

I'm not sure it can be worked, need more test.

I change audio injection method with boot-arg alcid=30 last week. Through a week test, it is a workaround for me.

romancin commented 4 years ago

👍👍 thank you!