Jump to content
7 posts in this topic

Recommended Posts

C/P from someone's post in this forum.. Goodluck

 

 

 

How to get Realtek ALC882 HD-audio working

 

1. Delete AppleHDA.kext:

 

In Terminal, type: sudo rm -rf /System/Library/Extensions/AppleHDA.kext

 

sudo rm -rf /System/Library/Extensions.mkext

 

sudo rm -rf /System/Library/Extensions.kext

 

2) 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:

<string>0x10ec0882</string>

Exit pico

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:

<string>0x27d88086</string>

Exit pico

 

3) Clean up the system:

In Terminal, type: sudo kextload /System/Library/Extensions/AppleAzaliaAudio.kext

 

kextcache -k /System/Library/Extensions/

 

4) Then, reboot and enjoy sound out of two channels.

Link to comment
https://www.insanelymac.com/forum/topic/22190-trash/#findComment-146852
Share on other sites

The info above is a good guide. Its basically what I used to get my audio working as well on my Intel i945P. I had saved the following info from the wiki...

 

Needs AppleAzaliaAudio.kext/Contents/Info.plist edited with AudioCodecVendorID set to 0x14f15047, and AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist edited with IOPCIPrimaryMatch set to 0x27d88086, and finally needs AppleHDA.kext removed S/PDIF appears NOT to work, neither does Mic in

As far as I know this chip/codec is only found in newer HP notebooks

 

My Info:

 

Vendor 8086h Intel Corporation

Device 27D8h 82801G (ICH7 Family) High Definition Audio

Chipset Intel i945P rev. A1

 

I started with 10.4.6 and it contained /System/LIbrary/Extensions/AppleAzaliaAudio.kext for editing.

 

Hope this helps...

Link to comment
https://www.insanelymac.com/forum/topic/22190-trash/#findComment-146928
Share on other sites

Maybe the permissions aren't set properly after adding the .kext file to your Extensions folder. Sorry if I'm not much help, I'm new to this as well...

 

I think i got the torrent from a search in Demonoid.com or TorrentSpy.com

 

The actual filename was MacOSX_10.4.6DVDPATCHED_Myz.iso

 

good luck :)

Link to comment
https://www.insanelymac.com/forum/topic/22190-trash/#findComment-147278
Share on other sites

×
×
  • Create New...