Hey All
I'm trying to get the following card working: http://www.newegg.com/Product/Product.asp?...N82E16814130014
When booting after the grey apple screen it comes up with the "Please reset you system"(something like that) screen.
System boots fine if I move the natit.kext out of the extension folder but I get no resolution and no QE/CI.
Further research shows that my card which I thought was a 6200 LE - 0x0163 is actually a GeForce 6200 A-LE with a device id of 0x222
My question is, Does the device id have to be listed in the natit.kext to be supported? 0x0222 is not listed but I tried adding it but still no success.
System:
Installed JaS.10.4.8.AMD.Intel.SSE2.SSE3 - MD5 of 0EF2904E0AAD1864C69B2AC67E050255
P4 3.0 Prescott
Asus P4P800 Deluxe MB
2GB RAM
160GB Maxtor Drive PATA
old crappy DFE-538TX(it works)
NEC 19" 1980fxi LCD monitor using DVI (tried old 15" vga monitor- same issue)
BIOS AGP aperture size of 256MB(tried 128MB and 64MB)
Added my deviceid of 0x0222 (also tried all this with 0x0163) to these files:
GEFORCE.KEXT
NVDARESMAN.KEXT
NVDANV40Hal.kext(removed the others)
The above files are like this for the IOPCIMatch key
<key>IOPCIMatch</key>
<string>0x022210de</string>
After any changes I always ran the following:
sudo rm -f /System/Library/Extensions.kextcache
sudo kextcache -k /System/Library/Extensions
diskutil repairpermissions /
BTW - I tried(and removed) the titan.kext and had the same problem.
Thanks in advance for any help.
Bill