Friday, January 5, 2007

Now in stereo :D

Gotten the sound on the evil ICH8 to work. Heres a small guide i ripped from the forums.

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:
0x11d41988
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):
IOPCIPrimaryMatch
change the string to:
0x284b8086
4. Refresh kext caches
sudo rm /System/Library/Extensions.kextcache
kextcache -k /System/Library/Extensions/
5. reboot

No comments: