toleda / audio_CloverALC

macOS Realtek ALC onboard audio with Clover
680 stars 109 forks source link

10.9.5 AppleHDA Problem #6

Closed joshuaseltzer closed 10 years ago

joshuaseltzer commented 10 years ago

I downloaded 10.9.5 today and tried to use this script to reinstall ALC audio. It failed when trying to copy over the layout files in the Resources folder. Why? My 10.9.5 AppleHDA.kext did not contain a Resources folder. When I created the Resources folder in the kext and then re-ran your script, everything worked fine.

I'd suggest adding a "mkdir $gHDAContentsDirectory/Resources" if it does not exist to solve this issue.

toleda commented 10 years ago

README: Requirements

  1. Native AppleHDA.kext

Fortunate a non native kext worked for you.

joshuaseltzer commented 10 years ago

It was native. I used a fresh install of 10.9.5 using the Combo update.

toleda commented 10 years ago

NOT native. Combo installs new files, does not replace missing files. Only way to get native is clean install.

joshuaseltzer commented 10 years ago

Oh, I actually didn't know that. I thought it would replace the entire kext.

If that's the case, then I will close this ticket.