Joost Posted February 25, 2006 Share Posted February 25, 2006 Hi There, I'm kinda stuck. I know AppleI386.kext was replaced bij IOPCIFamily.kext in 10.4.4. I want to enable the Nvidia drivers but must enable the AGP bridge first. Because most of the Applei386 posts were deleted i wasn't able to search correctly. I got the Intel ® 82865G/PE/P/GV/82848P Processor to AGP Controller - 2571 (Windows XP Indentification) The Code that must inserted in the Info.plist of IOPCIFamily.kext is 0x25718086. Tried both places (but not both places at the same time) but nothing changes. Where must I insert this code? <key>IOPCI2PCIBridge-PCI</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.iokit.IOPCIFamily</string> <key>IOClass</key> <string>IOPCI2PCIBridge</string> <key>IOPCIMatch</key> <string>0x00261011</string> <key>IOProviderClass</key> <string>IOPCIDevice</string> </dict> <key>IOPCI2PCIBridge-i386</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.iokit.IOPCIFamily</string> <key>IOClass</key> <string>IOPCI2PCIBridge</string> <key>IOPCIClassMatch</key> <string>0x06040000&0xffff0000</string> <key>IOProviderClass</key> <string>IOPCIDevice</string> </dict> Can someone help me? Thanx in advance Link to comment https://www.insanelymac.com/forum/topic/10115-lost-here-iopcifamilykext-on-1044/ Share on other sites More sharing options...
domino Posted February 25, 2006 Share Posted February 25, 2006 it's been a while for me and nV. what do you intend on accomplishing by editing this file? just to get it working (no QE/CI) or to enable QE/CI? Link to comment https://www.insanelymac.com/forum/topic/10115-lost-here-iopcifamilykext-on-1044/#findComment-63203 Share on other sites More sharing options...
Joost Posted February 25, 2006 Author Share Posted February 25, 2006 it's been a while for me and nV. what do you intend on accomplishing by editing this file? just to get it working (no QE/CI) or to enable QE/CI? Trying to enable QE/CI.... Hope that it wil work Link to comment https://www.insanelymac.com/forum/topic/10115-lost-here-iopcifamilykext-on-1044/#findComment-63208 Share on other sites More sharing options...
limbohz Posted March 11, 2006 Share Posted March 11, 2006 if anything you would insert the code here: <string>IOPCI2PCIBridge</string><key>IOPCIMatch</key> <string>0x00261011</string> make sure you have the correct info to insert. Link to comment https://www.insanelymac.com/forum/topic/10115-lost-here-iopcifamilykext-on-1044/#findComment-73164 Share on other sites More sharing options...
Recommended Posts