Jump to content
2 posts in this topic

Recommended Posts

Hello. I've installed the latest Jas 10.4.8 release for AMD. Video is working, network and PATA.

I'm only having problems geting sound working!

My audio is an AMD-8111 AC'97 chip. VEND=1022 and DEV=746d. I've already tryed every AC97 that I've found on the board. None worked!

Has anyone wit the same chip managed to get audio working?

 

Any help wold be apreciated.

 

Xanix

Edited by Xanix
Link to comment
https://www.insanelymac.com/forum/topic/40842-amd-8111-ac97/
Share on other sites

  • 2 weeks later...

Edit the file Info.plist in /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext/Contents

 

Add 0x746d1022 to the NVIDIA AC97 Audio section, under IOPCIPrimaryMatch - Strings. So, the last section of your file should look like this:

 

<key>NVIDIA AC97 Audio</key>
			<dict>
					<key>CFBundleIdentifier</key>
					<string>com.apple.driver.AppleAC97AudioIntelICH</string>
					<key>ICH Type</key>
					<integer>99</integer>
					<key>IOClass</key>
					<string>AppleAC97AudioIntelICH</string>
					<key>IOPCIPrimaryMatch</key>
					<string>0x026b10de 0x005910de 0x00ea10de 0x00da10de 0x008a10de 0x006a10de 0x003a10de 0x01b110de 0x026c10de 0x746d1022</string>
					<key>IOProbeScore</key>
					<integer>1000</integer>
					<key>IOProviderClass</key>
					<string>IOPCIDevice</string>
			</dict>

 

After that, change to the /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns folder and type

kextload AppleAC97AudioIntelICH.kext

 

 

Nick

Link to comment
https://www.insanelymac.com/forum/topic/40842-amd-8111-ac97/#findComment-303506
Share on other sites

×
×
  • Create New...