Jump to content
3 posts in this topic

Recommended Posts

How? you use the search function.

And in your case since you are using a nforce mobo, search about nvidia + nforce too.

 

No, I won't tell you how, there's been like 050503500300 posts, including myself speaking about this.

Can you help me understand how to do this:

the fix for nForce Motherboards, no matter if they are for intel or AMD is that the kext needs to set rid of the trailing part, those "&0xfff0ffff", because they causing conflicts with other Nvidia components of the board, but I don't know if is easy to deply because you need to know every DeviceId of geforce cards.

 

an example:

 

if NVDAResman has:

<key>IOPCIPrimaryMatch</key>

<string>0x011010de&0xfff8ffff 0x017010de&0xfff8ffff 0x017910de 0x018010de&0xfff8ffff</string>

 

it should be like this

<key>IOPCIPrimaryMatch</key>

<string>0x011710de 0x017110de 0x017910de 0x018610de</string>

 

Users who know the specific DevIDs can put the DeviceID that they are using:

<key>IOPCIPrimaryMatch</key>

<string>0x014110de</string>

 

that is my DeviceID of my 6600 on my nForce 4 Ultra MoBo BTW.

×
×
  • Create New...