Jump to content
4 posts in this topic

Recommended Posts

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

  • 2 weeks later...
×
×
  • Create New...