Well I haven't figured out the error yet, but I have a little more information.
So I had installed the header package with yum and after looking a little more into everything I realized it was, in fact, the wrong version of the kernel headers. I decided it would be easiest instead of trying to remove it and downgrade to just reinstall FC9. So I did that and selected dev tools to be installed this time around and after everything was said and done I did a check and current dev tools installed are the correct version (kernel-headers-2.6.25-14.fc9.rpm)
However, I am still getting the same error:
Code:
warning: process 'nvidia-installe' used the deprecated sysctl system call with 1.23
nvidia: version magic '2.6.25 SMP mod_unload PENTIUMIII ' should be '2.5.25-14.fc9.i686 SMP mod_unload 686 4KSTACKS
I have a little more information on it now though. During configuration of the kernel source it is attempting to set the processor to PENTIUMIII. I can change this, but not to 686. It is not an option in the list. The options available are:
- 386
- 486
- 586/K5/5x86/6x86/6x86MX
- Pentium-Classic
- Pentium-MMX
- Pentium-Pro
- Pentium II/Celeron(pre-Coppermine)
- Pentium III/Celeron(Coppermine)/Pentium III Xeon
- Pentium M
- Pentium 4/Celeron(P4-based)/Pentium-4 M/older Xeon
- K6/K6-II/K6-III
- Athlon/Duron/K7
- Opteron/Athlon64/Hammer/K8
- Crusoe
- Efficeon
- Winchip-C6
- Winchip-2
- Winchip-2A/Whinchip-3
- GeodeGX1
- Geode GX/LX
- CyrixIII/VIA-C3
- VIA C3-2 (Nehemiah)
- VIA C7
- Core 2/new Xeon
My current processor is an Intel Q6600. I have tried out of the list using Core 2, 586/K5/..., and 386.
As far as the 4KSTACKS go that is an option under kernel hacking during configuration to enable 4k stacks as opposed to 8k stacks. I can enable that, but I am not sure what to do about the processor type. How is 686 not an option? Is this just a newbie mistake I'm making?