Probleme d'installation Driver Nvidia Cuda
2 participants
Page 1 sur 1
Probleme d'installation Driver Nvidia Cuda
Salut,
J'ai installé Ubuntu Studio (XFCE) 11.10 64 bit, et je voudrais installé manuellement le driver Nvidia pour Cuda.
Par défaut la distrib Ubuntu installe gcc 4.6.1
J'ai fait un downgrader gcc de 4.6 4.4
j'ai appuyé Entrée pour *0
la commande gcc —version donne:
Pour Installation le driver:
ctrl-alt-f1
sudo service lightdm stop (XFCE)
le fichier /var/log/nvidia-installer.log'
Y'a t-il une solution?
J'ai installé Ubuntu Studio (XFCE) 11.10 64 bit, et je voudrais installé manuellement le driver Nvidia pour Cuda.
Par défaut la distrib Ubuntu installe gcc 4.6.1
J'ai fait un downgrader gcc de 4.6 4.4
- Code:
$ sudo apt-get install build-essential gcc-4.4 g++-4.4
serviteur@creation:~$ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.6 40 --slave /usr/bin/g++ g++ /usr/bin/g++-4.6
[sudo] password for serviteur:
serviteur@creation:~$ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.4 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.4
serviteur@creation:~$ sudo update-alternatives --config gcc
Il existe 2 choix pour l'alternative gcc (qui fournit /usr/bin/gcc).
Sélection Chemin Priorité État
------------------------------------------------------------
* 0 /usr/bin/gcc-4.4 60 mode automatique
1 /usr/bin/gcc-4.4 60 mode manuel
2 /usr/bin/gcc-4.6 40 mode manuel
Appuyez sur <Entrée> pour conserver la valeur par défaut[*] ou choisissez le numéro sélectionné :
j'ai appuyé Entrée pour *0
la commande gcc —version donne:
- Code:
serviteur@creation:~$ gcc —version
gcc: —version : Aucun fichier ou dossier de ce type
gcc: pas de fichier à l'entrée
serviteur@creation:~$ gcc --version
gcc (Ubuntu/Linaro 4.4.6-11ubuntu2) 4.4.6
Copyright © 2010 Free Software Foundation, Inc.
Ce logiciel est libre; voir les sources pour les conditions de copie. Il n'y a PAS
GARANTIE; ni implicite pour le MARCHANDAGE ou pour un BUT PARTICULIER.
Pour Installation le driver:
ctrl-alt-f1
sudo service lightdm stop (XFCE)
serviteur@creation:~$ sudo sh devdriver_4.0_linux_64_270.41.19.run
le driver ne s'intalle pas
The compiler used to compile the kernel (gcc 4.6) does not exactly match the
current compiler (gcc 4.4). The Linux 2.6 kernel module loader rejects kern
el modules built with a version of gcc that does not exactly match that of t
he compiler used to build the running kernel.
If you know what you are doing and want to ignore the gcc version check, sel
ect "No" to continue installation. Otherwise, select "Yes" to abort install
ation, set the CC environment variable to the name of the compiler used to c
ompile your kernel, and restart installation. Abort now? (Answer: Yes)
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com
le fichier /var/log/nvidia-installer.log'
- Code:
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Mon Feb 27 02:52:53 2012
installer version: 270.41.19
PATH:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
precompiled interfaces : true
no ncurses color : false
query latest version : false
no questions : false
silent : false
no recursion : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
no kernel module : false
force SELinux : default
no X server check : false
no cc version check : false
run distro scripts : true
no nouveau check : false
run nvidia-xconfig : false
sigwinch work around : true
force tls : (not specified)
force compat32 tls : (not specified)
X install prefix : (not specified)
X library install path : (not specified)
X module install path : (not specified)
OpenGL install prefix : (not specified)
OpenGL install libdir : (not specified)
compat32 install chroot : (not specified)
compat32 install prefix : (not specified)
compat32 install libdir : (not specified)
utility install prefix : (not specified)
utility install libdir : (not specified)
installer prefix : (not specified)
doc install prefix : (not specified)
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
precompiled kernel interfaces path : (not specified)
precompiled kernel interfaces url : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)
selinux chcon type : (not specified)
Using: nvidia-installer ncurses user interface
-> License accepted.
-> Installing NVIDIA driver version 270.41.19.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> The CC version check failed:
The compiler used to compile the kernel (gcc 4.6) does not exactly match the
current compiler (gcc 4.4). The Linux 2.6 kernel module loader rejects kern
el modules built with a version of gcc that does not exactly match that of t
he compiler used to build the running kernel.
If you know what you are doing and want to ignore the gcc version check, sel
ect "No" to continue installation. Otherwise, select "Yes" to abort install
ation, set the CC environment variable to the name of the compiler used to c
ompile your kernel, and restart installation. Abort now? (Answer: Yes)
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.
Y'a t-il une solution?
serviteur- Messages : 130
Date d'inscription : 07/01/2011
Re: Probleme d'installation Driver Nvidia Cuda
Salut,
Tout est expliqué sur le site NVIDIA
Tu suis les procédures à la lettre si tu veux le compiler. recherche Google
Sinon, il y a des ppa disponibles. recherche Google
As-tu fait aussi une recherche dans le Synaptic sur Cuda ?
Le problème c'est de savoir ce que l'on fait
Tout est expliqué sur le site NVIDIA
Tu suis les procédures à la lettre si tu veux le compiler. recherche Google
Sinon, il y a des ppa disponibles. recherche Google
As-tu fait aussi une recherche dans le Synaptic sur Cuda ?
Le problème c'est de savoir ce que l'on fait
Sujets similaires
» probleme cuda
» Disparition de Cuda
» Cartes graphiques Nvidia serie 6xx
» Installation de NVIDIA X Server pour Blender 2.8
» Comment installer NVIDIA X Server sous Linux
» Disparition de Cuda
» Cartes graphiques Nvidia serie 6xx
» Installation de NVIDIA X Server pour Blender 2.8
» Comment installer NVIDIA X Server sous Linux
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum