Fix for Soundmax, ADI and maybe other soundboards, How to get Soundmax working on most boards including VIA |
Welcome to the Genius Bar. Here's how this forum works:
1. Members are encouraged to make a guide that details something that they might have found troubling or challenging. Chances are, if you've seen the same question asked over and over again, you should write a guide for it.
2. This is not the forum for asking questions. If you have a question about a thread that's already here, feel free to ask it. Just don't start a thread for a specific question. Use the other forums here for that.
3. Posting links to off-site tutorials is not allowed.
4. That's it! Thanks for sharing your information with the rest of us. :)
To keep this forum clean this forum is moderated. You can post in existing topics but new ones will have to be approved before they show up. Quality guides promoting new methods and encouraging users to learn will be approved.
Fix for Soundmax, ADI and maybe other soundboards, How to get Soundmax working on most boards including VIA |
|
Middleman
InsanelyMac Protégé
|
![]() |
Sep 28 2007, 08:22 PM Post #1
|
|
(corrected as of 02/10/07)
Guys, I've got my Soundmax ADI1986A going on my Asus P5VD2-VM! The key was integrating it with the PCI IRQ of the Microsoft UAA Bus Driver. To find your ID, simply go to Control Panel > Hardware > Device Manager and look under the Sound and System sections for the relevant hardware: The device IDs are under the Detail sections, with the first set of numbers as the Device ID, and the second set the Vendor ID as I have shown here: Soundmax Integrated Digital HD Audio: Dev ID : 1986 Vendor ID : 11D4 Microsoft UAA Bus Driver for HD Audio Vendor ID: 1106 Dev ID : 3288 Here's the guide to do it: 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. |
Middleman Fix for Soundmax, ADI and maybe other soundboards Sep 28 2007, 08:22 PM
blindmanonacid Hi,
I've tried to follow what you've done... Sep 29 2007, 07:18 PM
Middleman Blindmanonacid,
Intel and VIA are the two main ma... Sep 30 2007, 08:51 AM
Middleman To find your ADS number for ADI codecs you need to... Oct 2 2007, 01:33 AM
Param Middleman,
i wanna try to do as per your instructi... Oct 17 2007, 03:25 PM
Middleman QUOTE I also don't understand how you came up ... Oct 17 2007, 04:58 PM
acumos I followed exactly the post 6 (cause I have ICH7 a... Oct 18 2007, 07:40 AM
MartinK QUOTE (acumos @ Oct 18 2007, 09:40 AM) I ... Oct 18 2007, 05:14 PM
Middleman OK guys,
I've used this on a few systems and ... Oct 19 2007, 12:34 PM
Param Middleman,
I made a mistake on the very last inst... Oct 19 2007, 03:17 PM
Middleman QUOTE (Param @ Oct 19 2007, 11:17 PM) Mid... Oct 20 2007, 10:22 AM
acumos Middleman I'm stuck
I have notebook HP nx6310... Oct 19 2007, 08:04 PM
Middleman QUOTE (acumos @ Oct 20 2007, 04:04 AM) Mi... Oct 20 2007, 10:56 AM
acumos Middleman thx for reply but...probably my soundcar... Oct 20 2007, 01:42 PM
Middleman I have just corrected my guide above.
It should wo... Oct 21 2007, 04:39 AM
llauqsd first off thanks for your guide!
i've been... Oct 21 2007, 08:52 AM
Middleman QUOTE (llauqsd @ Oct 21 2007, 04:52 PM) f... Oct 30 2007, 09:51 AM
acumos HI Middleman, I checked in system prof:
I can find... Oct 23 2007, 10:08 AM
realfolkblues hey i already have 2 chan through mic jack on my d... Oct 23 2007, 12:14 PM
Param Middleman,
Apology for late feedback. To get my wi... Oct 25 2007, 01:54 PM
Param QUOTE If you are using an Intel setup, you could a... Oct 26 2007, 11:44 AM
deniz1992 can i have the installer or sume thing im not verr... Oct 26 2007, 01:14 PM
el31415 blindmanonacid Were you able to have your soundM... Oct 27 2007, 10:12 AM
blindmanonacid QUOTE (el31415 @ Oct 27 2007, 10:12 AM) b... Oct 28 2007, 06:14 PM
skully69 I have a T61 with ADI1985. Went through the proces... Oct 29 2007, 01:43 AM
deniz1992 any help plz...... ADI AD1986A Oct 30 2007, 01:02 AM
llauqsd i followed your guide (and others, to no avail) an... Oct 31 2007, 02:52 AM
Middleman QUOTE (llauqsd @ Oct 31 2007, 10:52 AM) i... Oct 31 2007, 08:01 AM
Neophyt_e Hi,
My first post, my first experiance with MAC O... Nov 4 2007, 04:01 PM
blindmanonacid QUOTE (Neophyt_e @ Nov 4 2007, 04:01 PM) ... Nov 4 2007, 09:14 PM
Neophyt_e QUOTE You need to go to Windows Device Manager (Co... Nov 5 2007, 06:19 PM
blindmanonacid Neophyt_e, in Device Manager there are a bunch of ... Nov 9 2007, 12:44 AM
grigione QUOTE (blindmanonacid @ Nov 9 2007, 02:41... Dec 27 2007, 04:29 PM
Param Middleman,
Though my sig indicates Mac.Nub's 1... Nov 6 2007, 11:37 AM
natzky can someone please help me look for the UAA id in ... Nov 7 2007, 03:40 PM
jantunes I can't seem to find the UAA stuff. I have not... Nov 25 2007, 11:03 AM
AtariKee QUOTE (jantunes @ Nov 25 2007, 06:03 AM) ... Mar 5 2008, 03:09 PM
jackalpret hi people, can anybody helps me to install correct... Nov 29 2007, 03:13 AM
kiran narayan hi guys,
can anyone help me out in installing my a... Dec 10 2007, 02:34 PM
Agent Hey guys, I have been banging my head against the ... Jan 4 2008, 09:29 AM
papillon68 Agent, you mean you installed Kalyway and AD1984 w... Feb 26 2008, 11:11 PM
ckybam69 im nub to mac but do u use the directions if i am ... Apr 5 2008, 08:34 AM
TehCypress Middleman, You are a GOD among men. WE are not wor... Aug 15 2008, 06:07 AM
FrankOS_Scripting Middleman or somebody else, can you give me a hand... Sep 1 2008, 05:20 AM
FrankOS_Scripting Middleman or somebody else, can you give me a hand... Sep 1 2008, 05:20 AM
batman83 What can I do to get my device working? I saw you... Oct 8 2008, 03:40 PM
Skirecs I followed the instructions and in system profiler... Nov 1 2008, 02:01 AM ![]() |
|
Lo-Fi Version | Time is now: 3rd September 2010 - 08:59 AM |