Xanix Posted February 2, 2007 Share Posted February 2, 2007 (edited) 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 February 2, 2007 by Xanix Link to comment https://www.insanelymac.com/forum/topic/40842-amd-8111-ac97/ Share on other sites More sharing options...
imnes Posted February 15, 2007 Share Posted February 15, 2007 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 More sharing options...
Recommended Posts