Poblem with CUDA 5.0 installation

Hi everyone

I’m trying to install CUDA 5.0 unsuccessfully…

My log file after trying the installation :

Verifying archive integrity... All good.
Uncompressing NVIDIA CUDA.......................................................................................................
===========
= Summary =
===========

Driver:   Not Selected
Toolkit:  Installation Failed
Samples:  Cannot find Toolkit in /usr/local/cuda-5.0

I give you information about my system

I’m running Xubuntu 12.10 with Kernel 3.5.0-29 x86_64

cat /proc/driver/nvidia/gpus/0/information

Model: 		 GeForce 9400M
IRQ:   		 16
GPU UUID: 	 GPU-f538d7ba-15b1-f016-7bf5-84483478d6e5
Video BIOS: 	 62.79.40.00.01
Bus Type: 	 PCI
DMA Size: 	 40 bits
DMA Mask: 	 0xffffffffff
Bus Location: 	 0000:02.00.0

cat /proc/driver/nvidia/version

NVRM version: NVIDIA UNIX x86_64 Kernel Module  310.14  Tue Oct  9 11:52:41 PDT 2012
GCC version:  gcc version 4.4.7 (Ubuntu/Linaro 4.4.7-2ubuntu1)

I follow the CUDA toolkit documentation and many searches on Google. Always the same problems.

Thanks for your answers

You might want to check at the logs for the installer, they might give you a better idea of why the installation failed.

Where can I find the log file of the installer ?
I gave you the log from the end of the installation in /tmp/…

Try:

cat /var/log/nvidia-installer.log

have you done this ? (this here was missing on my linux-machine before
cuda-installation had any effect …) :

sudo add-apt repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install --reinstall bumblebee virtualgl linux-headers-generic
sudo reboot

You might want to check at the log in /tmp/cuda_installer*.

I had the same issues here you can find how I solved it

http://andnovar.wordpress.com/2013/05/31/install-pyopencl-and-cuda-5-0-on-ubuntu-13-04-64-bits-using-nvidia-optimus-with-bumblebee-and-primus/