Jump to content

IP35-e help


2 posts in this topic

Recommended Posts

Okay, so I'm always thought I was pretty savvy, but I feel like a complete noob when it comes to this stuff. I have successfully installed the kalyway leopard 10.5.1 but can't get any sort of audio to work. I have been trying to do what was outlined here:

 

http://forum.insanelymac.com/index.php?showtopic=64033

 

But am completely lost when mumford says to:

 

"Use AppleAudioAzalia.kext and edit kext values to [1] 0x293e8086, and [2]0x10EC0888, respectively."

 

Now, I got to the info.plist file for the AppleAudioAzalia kext, but I don't know what it IS that I am suppoused to be editing these numbers from. Sorry if this has been posted somewhere else, but I have been searching around for hours with no luck and am getting quite frustrated.

 

I figure that the Abit IP35-e is a popular enough motherboard that there may be others that can help me and others yet that have the same, or other, problems.

Link to comment
Share on other sites

Per my provided link, there is a post detailing how to make changes.

 

Instead of <string>0x11d4198b</string>, use <string>0x10EC0888</string>

Instead of <string>0x284b8086</string>, use <string>0x293e8086</string>

 

Please noted that it has been a while since I made the changes, if the values do not work, flip the order and use 0x10EC0888 for the second entry.

 

 

The instruction post is posted as follow.

 

Hi Guys,

 

once more thanx to ReLoad for this excellent solution. It works on the Asus P5B motherboards with the ADI1988B audio chips .

 

So here it is...

 

1. Delete AppleHDA.kext:

 

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

 

2. Edit AppleAzaliaAudio.kext for matching codec's proper ID:

 

sudo vi /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/Info.plist

 

in Realtek ALC880/ALC860 Codec Driver key

change the string to:

 

<string>0x11d4198b</string>

 

3. Edit AppleAzaliaController.kext for matching ICH8 HDA interface proper ID:

 

sudo vi /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>0x284b8086</string>

 

4. Refresh kext caches

 

sudo rm /System/Library/Extensions.kextcache

 

kextcache -k /System/Library/Extensions/

 

5. repair permissions and reboot

Link to comment
Share on other sites

 Share

×
×
  • Create New...