1. Delete AppleHDA.kext:
sudo rm -rf /System/Library/Extensions/AppleHDA.kext
2. Edit AppleAzaliaAudio.kext for matching codec's proper ID:
sudo vi /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/Info.plist
in Realtek ALC880/ALC860 Codec Driver key
change the string to:
3. Edit AppleAzaliaController.kext for matching ICH8 HDA interface proper ID:
sudo vi /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist
Search for (use hotkey= ctrl + w):
change the string to:
4. Refresh kext caches
sudo rm /System/Library/Extensions.kextcache
kextcache -k /System/Library/Extensions/
5. reboot
No comments:
Post a Comment