[How To] ALC882 Sound, And Possibly, Sound for Other ALC8xx Chipsets |
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.
![]() |
[How To] ALC882 Sound, And Possibly, Sound for Other ALC8xx Chipsets |
|
Rammjet
InsanelyMac V.I.P
|
![]() |
May 30 2006, 04:17 PM Post #1
|
|
Edit: The following guide is for getting ALC882 sound out working. The process may work with any ALC8xx chipset with a few changes. See the Appendix at the end of the guide for how to make those changes.
The Guide I have yet to see the definitive guide here on getting ALC882 sound working. The best one I've seen comes from aRt on another forum and this is it (with some modifications): How to get HD audio working - sound for ya!!! 1) Backup AppleHDA.kext: In Terminal, type: 2) Edit AppleAzaliaAudio.kext: In Terminal, type:In Terminal, type: 3) Clean up the system: In Terminal, type: 4) Then, reboot and enjoy sound out of two channels. Appendix The following information might help you get your ALC8xx sound out working. The strings that are replaced in the guide above are for Realtek ALC882 only. For other versions of ALC8xx sound or if you are having trouble getting ALC882 sound working, we need to determine the vendor and device ids of the audio device and the audio hub. There are no guarantees that this will get your sound working, but I am pretty sure this also works for ALC880, ALC888, ALC861 and maybe others. To do this, go into Windows, then go to Device Manager: Step A. Under "Sound, video and game controllers", select "Realtek High Definition Audio". Get Properties and then click on the Detail tab. Record the vendor and device ids. As an example, in this picture, the set of id's are vendor = "10EC" and device = "0882"
audio.jpg ( 58.54K )
Number of downloads: 12630Step B. Under "System devices", find "Microsoft UAA Bus Driver For High Definition Audio" and also get the vendor and device ids. In this picture, the set of id's are vendor = "8086" and device = "27D8"
audio2.jpg ( 70.46K )
Number of downloads: 8537Now, using The Guide above, substitute the following: Instead of the string "0x10ec0882", use a new string constructed from the vendor id and device id from Step A. above. It should be of the form 0x + (vendor id) + (device id). Like: 0x + 10ec + 0882 = 0x10ec0882 Instead of the string "0x27d88086", use a string constructed from the vendor id and device id from Step B. above. However, it should be of the form 0x + (device id) + (vendor id). Note that this is backwards from the previous string. |
|
labria
InsanelyMac Geek
|
![]() |
May 30 2006, 04:45 PM Post #2
|
![]() ![]() ![]() ![]()
|
Any hope for line-in? :))))))
My ACL882 is working by default, but no input. Me want skype! :))) |
|
Rammjet
InsanelyMac V.I.P
|
![]() |
May 30 2006, 05:26 PM Post #3
|
|
|
|
Don Luca
The Random Factor
|
![]() |
May 30 2006, 06:02 PM Post #4
|
![]() ![]() ![]() ![]()
|
Can you also post some kind of "definiteve guide" on how to get ALC880 working on 10.4.6?
Thanks!!! |
|
|
dewdoobrown
InsanelyMac Protégé
|
![]() |
May 30 2006, 06:17 PM Post #5
|
|
I offered a 9800 ati pro 256 mb --->converted to 9800 xt, to anyone who can make the line in work w/ACL882. Maybe offering it here will intice a way to make this work. Oh..yeah the vid card is a sapphire 256mb ati AGP card.
|
|
sirdemonbrown
InsanelyMac Protégé
|
![]() |
Jun 3 2006, 12:14 PM Post #6
|
![]()
|
dunno what i could be doing wrong....
actually did two attempts.... i'm getting this.... The system extension “/System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/IOHDAudioFamily.kext“ was installed improperly and cannot be used. Please try reinstalling it, or contact the product’s vendor for an update. could you post yr kext as an attachment? thanx! sir demon brown |
|
sirdemonbrown
InsanelyMac Protégé
|
![]() |
Jun 3 2006, 12:29 PM Post #7
|
![]()
|
i get this error when executing the kextload in the terminal....
kextload: extension /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/IOHDAudioFamily.kext is not authentic (check ownership and permissions) kextload: extension /System/Library/Extensions/AppleAzaliaAudio.kext is not authentic (check ownership and permissions) |
|
winnimac
InsanelyMac Geek
|
![]() |
Jun 22 2006, 02:02 AM Post #8
|
![]() ![]() ![]()
|
|
|
skippyretard
InsanelyMac Geek
|
![]() |
Jun 24 2006, 06:15 PM Post #9
|
![]() ![]() ![]() ![]()
|
sirdemonbrown: Use disk utility to repair permissions
|
|
asstastic
InsanelyMac Sage
|
![]() |
Jun 26 2006, 03:25 AM Post #10
|
![]() ![]() ![]() ![]() ![]()
|
i tried this method on my notebook using 10.4.6 with an ALC883 chipset with no luck. anyone know what kexts this is suposed to work with?
|
|
jccool
InsanelyMac Sage
|
![]() |
Jul 1 2006, 01:53 PM Post #11
|
![]() ![]() ![]() ![]() ![]()
|
Hi,
I have tried several times and I keep getting the "not installed prperly" thing, iv tried repairing disk perms, removing it and reinstalling with sudo mv and iv tried removing kext cache, what should I do? JCCOOL |
|
Ravi7791
InsanelyMac Protégé
|
![]() |
Jul 6 2006, 09:40 PM Post #12
|
![]()
|
I get an error on step 3, "clean up"
CODE sudo kextload /System/Library/Extensions/AppleAzaliaAudio.kext
2006-07-06 17:38:48.656 kextload[224] CFLog (0): CFPropertyListCreateFromXMLData(): plist parse failed; the data is not proper UTF-8. The file name for this data could be: (UNKNOWN) The parser will retry as in 10.2, but the problem should be corrected in the plist. can't add kernel extension /System/Library/Extensions/AppleAzaliaAudio.kext (not a bundle) (run kextload on this kext with -t for diagnostic output) |
|
wantmac
InsanelyMac Protégé
|
![]() |
Jul 8 2006, 12:58 PM Post #13
|
|
which jack of the card will let the sound out????????
|
|
diX
InsanelyMac Protégé
|
![]() |
Jul 30 2006, 05:04 AM Post #14
|
|
Hi people, I must say I'm a little bit dissappointed with my osx installation, but this has been a motivation to continue searching further info. the problem is with my sound card, a Realtek ALC 883 soundcard on an msi 975X platinum. I've searched all over the forums, tested this method (which i found similar to many other threads), but with no success. ASSTATIC, have you managed to make it work? I've edited info.plist in appleazaliaaudio.kext, and also in the controller , cleared kextcache, but nothing happens. please if somebody has seen a solution for this topic, let me know about it.
Greetings! |
|
stiffy
InsanelyMac Protégé
|
![]() |
Jul 31 2006, 09:21 AM Post #15
|
![]()
|
ALC888 codec works too, but still no input
|
|
shintsuki
InsanelyMac Protégé
|
![]() |
Aug 1 2006, 05:11 AM Post #16
|
|
I understand how you get the first value
0x10ec0882 > 0882 (The sound device), 10ec (Realtek) but what about the second one ? I have an ALC883 so the first value is 0x10ec0883 but I'm almost sure it's not the same value for the second one...but I don't know which device to search... |
|
digitalarry
InsanelyMac Protégé
|
![]() |
Aug 5 2006, 05:52 AM Post #17
|
|
When I get to the search for "<key>IOHDAudioCodecVendorID</key>" it says that can't be found. I looked, and I don't seem to have the file "AppleAzaliaAudio.kext" and since you and I both have the same mobo, would you be so kind as to send me yours? I really would appreciate it. My email is digitalarry@yahoo.com Thanks!!
|
|
Roninregain
InsanelyMac Protégé
|
![]() |
Aug 8 2006, 08:44 PM Post #18
|
|
Well I for one haven't been able to get it running.
I'm using 10.4.5 myzar did everything like it says, no errors, did one without repairing permissions, did one with repairing permission, no dice |
|
Roninregain
InsanelyMac Protégé
|
![]() |
Aug 8 2006, 11:01 PM Post #19
|
|
Well I finally fixed, upon closer inspection and further reading of different posts all scattered around the forum it turns out that would your enter under IOPCIPrimaryMatch, is entirely different depending on what type of motherboard you have. I had to enter the Device and Vendor ID of my HD Audio Bus Driver.
In my case I have the DFI CFX3200 Lan Party motherboard, which uses Ati CFX3200 chipset, Under device manager> system devices should it be located. In my case it was called "Microsoft UAA Bus Driver For High Definition Audio" which resulted in 0x546110B9, I just added this one to the already existing one in the string (you never know) And also before you reboot it's wise to repair your permission after the kexcache -k command. from the terminal it's "diskutil repairpermissions /" without the brackets off course also instead of deleting extensions.kext in the first part I deleted extensions.kextcache. Read somewhere else your were suppose to do that everytime you edit kexts and also i couldn't see a file called extensions.kext. But that's basicly what i did to get my ALC 882 running. I hope it's helpfull to some of you. |
|
Vladimir
InsanelyMac Protégé
|
![]() |
Aug 9 2006, 01:02 AM Post #20
|
|
I understand how you get the first value 0x10ec0882 > 0882 (The sound device), 10ec (Realtek) but what about the second one ? I have an ALC883 so the first value is 0x10ec0883 but I'm almost sure it's not the same value for the second one...but I don't know which device to search... Did you try this method to get ALC883 working? |
![]() |
|
Lo-Fi Version | Time is now: 21st November 2009 - 11:47 AM |