toleda / audio_RealtekALC

macOS Realtek ALC onboard audio with Chameleon/Clover
202 stars 75 forks source link

cloverALC.command does not work for ALC1150 on MSI Z170A Gaming Pro #27

Closed saihv closed 8 years ago

saihv commented 8 years ago

It says Error: IOReg/HDEF; BIOS/audio/disabled or ACPI problem.

My motherboard is us.msi.com/product/mb/Z170A-GAMING-PRO.html. Chip is the Realtek 1150. Do I need a special DSDT for this? Thanks!

toleda commented 8 years ago

!00 Series uses dsdt/HDAS for audio, OS X uses HDEF. Install https://github.com/toleda/audio_ALCInjection/blob/master/ssdt_hdef/ssdt_hdef-1-100-hdas.zip and restart. Run script.

saihv commented 8 years ago

Hey, so I installed the SSDT and reran the script and it worked, and I am not sure if the kext is getting patched, it still says AppleHDA.kext like the default one in System Library Extensions folder, so there's still no audio. I already have SIP disabled completely. Is there anything else I could be missing? Thanks!

saihv commented 8 years ago

Ah, well, ignore that: I tried your cloverALC script instead of this and it works now. Thanks for all your work!