stormbringer10 Posted February 5, 2008 Share Posted February 5, 2008 i have some little problems with my Soundcard ADI 1986A , i can make work the sound, the laptop speakers working, and have the volume meter in 2 chan, but i no have jack-headphone out. my laptop its a packard bell mx765 intel t2350 @ 1.86 ok 2cpu chipset gma950 ok QE/CI ok 1gb ram ok wifi 3945ABG not work RTL 8139 realtek Lan ok ADI 1986A soundcard OSX 10.4.7 JaS DVD and i use the AzaliaAudio kext, i delete the HDAudio.kext, and put the windows id sound in the info.plist of the kext, and the others using the Middleman guide. sorry my english, greeting from Chile!! In Terminal, type: sudo su Enter password (if asked) 1) Delete AppleHDA.kext: sudo rm -rf /System/Library/Extensions/AppleHDA.kext sudo rm -rf /System/Library/Extensions.mkext sudo rm -rf /System/Library/Extensions.kextcache 2) For Intel: cd /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext/Contents For VIA: cd /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioVIA.kext/Contents sudo pico Info.plist Search for (use hotkey= ctrl + w): <key>IOPCIPrimaryMatch</key> change the string to: If Intel based: <string>0x27d88086</string> If VIA based: <string>0x32881106</string> Ctrl+O to save, Ctrl+X to quit chown -R root:wheel Info.plist chmod -R 644 Info.plist 3) Edit AppleAzaliaAudio.kext: In Terminal, type: sudo pico /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/info.plist Search for (use hotkey= ctrl + w): <key>IOHDAudioCodecVendorID</key> change the string to codec ID: <string>0x11d41986</string> (corrected this section as of 21/10/07) Ctrl+O to save, Ctrl+X to quit chown -R root:wheel Info.plist chmod -R 644 Info.plist 4) Edit AppleAzaliaController.kext sudo pico /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist Search for (use hotkey= ctrl + w): <key>IOPCIPrimaryMatch</key> change the string to: If Intel based: <string>0x27d88086</string> If VIA based: <string>0x32881106</string> Ctrl+O to save, Ctrl+X to quit chown -R root:wheel Info.plist chmod -R 644 Info.plist 5) For Soundmax/ADI owners you also need to change the AppleAC97CodecAD198x.kext file > sudo pico /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97CodecAD198x.kext/Contents/Info.plist You need to add ADS78 under <string>IOAC97CodecDevice</string> like this: <string>IOAC97CodecDevice</string> <key>PNPVendorID</key> <string>ADS78 ADS75 ADS74 ADS73 ADS72</string> Ctrl+O to save, Ctrl+X to quit chown -R root:wheel Info.plist chmod -R 644 Info.plist 6) Clean up the system: In Terminal, type: cd /System/Library/Extensions/ chown -R root:wheel AppleAzaliaAudio.kext chmod -R 755 AppleAzaliaAudio.kext chown -R root:wheel AppleAC97Audio.kext chmod -R 755 AppleAC97Audio.kext sudo diskutil repairpermissions / sudo kextload /System/Library/Extensions/AppleAzaliaAudio.kext kextcache -k /System/Library/Extensions/ 7) Then, reboot! You should have at least 2 channel sound after rebooting. Link to comment Share on other sites More sharing options...
MorcaeL Posted April 4, 2008 Share Posted April 4, 2008 Check this link... AD1986a Driver for Leopard Link to comment Share on other sites More sharing options...
Recommended Posts