Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

> Forum Guidelines.

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.

11 Pages V   1 2 3 > »   
Reply to this topic Start new topic
[How To] ALC882 Sound, And Possibly, Sound for Other ALC8xx Chipsets
Group Icon
  • Group: Gurus
  • Posts: 5,302
  • Joined: 12-May 06
  • Member No.: 38,728
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:
CODE
cd /System/Library/Extensions
sudo mkdir audio_backup
sudo mv AppleHDA.kext audio_backup/

2) Edit AppleAzaliaAudio.kext:
In Terminal, type:
CODE
cd /System/Library/Extensions
sudo pico AppleAzaliaAudio.kext/Contents/Info.plist

Search for IOHDAudioCodecVendorID (press Ctrl + W)

Find:
<key>IOHDAudioCodecVendorID</key>
<string>0x10ec0880</string>
Change <string>0x10ec0880</string> -- to -- <string>0x10ec0882</string>

Exit pico: press Ctrl + O to save and then Ctrl + X to exit
In Terminal, type:
CODE
sudo pico AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist

Search for IOPCIPrimaryMatch (press Ctrl + W)

Find:
<key>IOPCIPrimaryMatch</key>
<string>0xNNNN8086</string> (where NNNN are any 4 characters)
Change <string>0xNNNN8086</string> -- to -- <string>0x27d88086</string>
(note: for ALC882, the string is probably correct without any edit)

Exit pico: press Ctrl + O to save and then Ctrl + X to exit

3) Clean up the system:
In Terminal, type:
CODE
sudo diskutil repairpermissions /
sudo chown -R root:wheel AppleAzaliaAudio.kext
sudo chmod -R 755 AppleAzaliaAudio.kext
cd /System/Library
sudo rm -rf Extensions.mkext Extensions.kextcache

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"
Attached File  audio.jpg ( 58.54K ) Number of downloads: 12630


Step 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"
Attached File  audio2.jpg ( 70.46K ) Number of downloads: 8537


Now, 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.
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 201
  • Joined: 12-January 06
  • From: Russia
  • Member No.: 19,715
Any hope for line-in? :))))))
My ACL882 is working by default, but no input. Me want skype! :)))
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Gurus
  • Posts: 5,302
  • Joined: 12-May 06
  • Member No.: 38,728
QUOTE (labria @ May 30 2006, 12:45 PM) *
Any hope for line-in? smile.gif)))))
My ACL882 is working by default, but no input. Me want skype! smile.gif))



Maybe a USB microphone would work.
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 249
  • Joined: 21-March 06
  • From: Rome
  • Member No.: 29,947
Can you also post some kind of "definiteve guide" on how to get ALC880 working on 10.4.6?

Thanks!!! wink.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 20
  • Joined: 9-March 06
  • Member No.: 27,559
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.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 22
  • Joined: 2-June 06
  • Member No.: 41,687
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
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 22
  • Joined: 2-June 06
  • Member No.: 41,687
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)
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 117
  • Joined: 22-May 06
  • From: Austria
  • Member No.: 40,180
QUOTE (labria @ May 30 2006, 06:42 PM) *
Any hope for line-in? smile.gif)))))
My ACL882 is working by default, but no input. Me want skype! smile.gif))





hi
you solved the problem ?

greetz winnimac
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 198
  • Joined: 24-November 05
  • From: South Carolina
  • Member No.: 16,393
sirdemonbrown: Use disk utility to repair permissions
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 254
  • Joined: 31-January 06
  • From: Yangsan, South Korea
  • Member No.: 22,151
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?
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 282
  • Joined: 24-August 05
  • Member No.: 7,618
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
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 38
  • Joined: 14-April 06
  • Member No.: 34,277
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)
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 4
  • Joined: 7-July 06
  • Member No.: 45,780
which jack of the card will let the sound out????????
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 9-July 06
  • Member No.: 46,000
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!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 33
  • Joined: 6-March 06
  • Member No.: 26,976
ALC888 codec works too, but still no input sad.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 17
  • Joined: 31-July 06
  • Member No.: 48,547
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...
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 9
  • Joined: 30-July 06
  • Member No.: 48,452
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!!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 11
  • Joined: 19-October 05
  • Member No.: 13,532
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
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 11
  • Joined: 19-October 05
  • Member No.: 13,532
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.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 6
  • Joined: 7-August 06
  • Member No.: 49,590
QUOTE (shintsuki @ Aug 1 2006, 01:08 AM) *
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?
PM Profile Card
Go to the top of the page
+ Quote Post
11 Pages V   1 2 3 > » 
Reply to this topic Start new topic

2 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
1 Members: merlin3

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 11:47 AM