I have a GTS 250 installed in a PCIe x16 slot. To maximize computation performance I am running my video out from the onboard video. I am very new to CUDA so I’m having trouble getting everything started. I am running Ubuntu 9.10 and I’ve downloaded the following install files:
cudatoolkit_3.0_linux_32_ubuntu-9.04.run
devdriver_3.0_linux_32_35_195.36.15.run
gpucomputingsdk_3.0_linux.run
I installed cuda… and gpu… without any trouble at all (though I haven’t accessing them in any way). I finally found a way to kill the X server so that I can install devdriver, but when I run it, I get the following message:
WARNING: You do not appear to have an NVIDIA GPU supported by the 195.36.15 NVIDIA Linux graphics driver installed on this system…
After I press okay it still offers me the license agreement, and I accept.
It then attempts “Building Kernel _______” (didn’t look up quick enough)
Then I get the error:
ERROR: Unable to load the kernel module ‘nvidia.ko’. This happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources, with a version of gcc that differs from the one used to build the target kernel, or if a driver such as rivafb/nvidiafb is present and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA graphics devices, or NVIDIA GPU installed in this system is not supported by this NVIDIA Linux graphics driver release."
I am also directed to see the log entires “Kernel module load error’ and “Kernel messages” at the end of /var/log/nvidia-installer.log”. I can post this log file if anyone feels it will help.
Can anyone help explain this download to me? For reference I am also not an experienced Ubuntu user, but am relatively familiar with the terminal from Mac OS X.
TL/DR: Can’t install necessary CUDA tools in Ubuntu 9.10. Have a GTS 250 and run video out of the onboard graphics. Anyone have a good walkthrough?