#1 Le 24/12/2006, à 10:56
- Zihildaah
[Résolu]Problème driver nvidia 9746
Bonjour tout le monde,
voilà, j'ai un petit problème d'installation avec les drivers fournis par nvidia. En fait, jai essayé d'installer une nvidia ti 4200 sous une ubuntu 6.10 fraichement installée en adoptant la démarche suivante :
1. désinstallation des drivers nvidia
apt-get --purge remove nvidia-glx nvidia-glx-legacy nvidia-settings nvidia-kernel-common linux-restricted-modules-`uname -r` linux-restricted-modules-common
2.installation des ces paquets
apt-get install build-essential linux-source linux-headers-`uname -r` xserver-xorg-dev
pour la petite info (au cas où ça aurait de l'importance), voilà ce que renvoie uname -r :
2.6.17-10-generic
3. et installation via le fichier .run fournit par nvidia (c'est là que ça merde!) avec gcc-3.4 en faisant :
sudo /etc/init.d/gdm stop
sudo -s
export CC=gcc-3.4
sh NVIDIA-Linux-x86-1.0-9746-pkg1.run
et voilà le fichier d'erreur qu'il me sort dans mon /var/log :
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sun Dec 24 10:37:51 2006
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
OpenGL header files : true
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
force 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)
utility install prefix : (not specified)
utility install libdir : (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)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)
Using: nvidia-installer ncurses user interface
WARNING: The NVIDIA GeForce4 Ti 4200 GPU installed in this system is supported
through the NVIDIA 1.0-96xx legacy Linux graphics drivers. Please
visit http://www.nvidia.com/object/unix.html for more information.
The 1.0-9746 NVIDIA Linux graphics driver will ignore this GPU.
WARNING: You do not appear to have an NVIDIA GPU supported by the 1.0-9746
NVIDIA Linux graphics driver installed in this system. For further
details, please see the appendix SUPPORTED NVIDIA GRAPHICS CHIPS in
the README available on the Linux driver download page at
www.nvidia.com.
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
ke the installer to attempt to download a kernel interface for your kernel f
rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
that the installer will need to compile a new kernel interface.
-> Performing CC sanity check with CC="gcc-3.4".
-> Performing CC version check with CC="gcc-3.4".
-> The CC version check failed:
You appear to be compiling the NVIDIA kernel module with a different compile
r than the one that was used to compile the running kernel. The Linux 2.6 k
ernel module loader rejects kernel modules built with a version of gcc that
does not exactly match that of the compiler used to build the running kernel
. The compiler used to compile the kernel was gcc 4.1; the current compiler
is gcc 3.4.
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: No)
-> Kernel source path: '/lib/modules/2.6.17-10-generic/build'
-> Kernel output path: '/lib/modules/2.6.17-10-generic/build'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Performing Xen check.
-> Cleaning kernel module build directory.
executing: 'cd ./usr/src/nv; make clean'...
rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nv.o nv
-vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nvidia.mod.o
rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
rm -f -f stprof stprof.o symtab.h Modules.symvers
rm -f -rf .tmp_versions
rm -f Makefile
-> Building kernel module:
executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.17-10-gener
ic/build SYSOUT=/lib/modules/2.6.17-10-generic/build'...
sh ./conftest.sh "gcc-3.4" "gcc-3.4" /lib/modules/2.6.17-10-generic/build /l
ib/modules/2.6.17-10-generic/build cc_sanity_check full_output
sh ./conftest.sh "gcc-3.4" "gcc-3.4" /lib/modules/2.6.17-10-generic/build /l
ib/modules/2.6.17-10-generic/build select_makefile full_output
make --no-print-directory -f Makefile module
NVIDIA: calling KBUILD...
make CC=gcc-3.4 KBUILD_VERBOSE=1 -C /lib/modules/2.6.17-10-generic/build SU
BDIRS=/tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv modules
mkdir -p /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/.tmp_vers
ions
rm -f /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/.tmp_version
s/*
make -f scripts/Makefile.build obj=/tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746
-pkg1/usr/src/nv
echo \#define NV_COMPILER \"`gcc-3.4 -v 2>&1 | tail -n 1`\" > /tmp/selfgz642
9/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/nv_compiler.h
gcc-3.4 -Wp,-MD,/tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/
.nv.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.6/include -D__KE
RNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-p
rototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fomit-frame-p
ointer -fasynchronous-unwind-tables -pipe -msoft-float -mpreferred-stack-bou
ndary=2 -fno-unit-at-a-time -march=i586 -mregparm=3 -ffreestanding -Iinclud
e/asm-i386/mach-default -Wdeclaration-after-statement -I/tmp/selfgz6429/NVI
DIA-Linux-x86-1.0-9746-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswit
ch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar
-Werror -O -fno-common -msoft-float -MD -Wsign-compare -Wno-cast-qu
al -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_MAJOR
_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=9746 -UDEBUG -U_DEBUG -DNDE
BUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GE
T_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT
-DNV_IRQ_HANDLER_WITH_PTREGS_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_I
NSERT_PAGE_PRESENT -
DNV_OLD_MM_KGDB_BREAKPOINT_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_
PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUI
LD_BASENAME=KBUILD_STR(nv)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tm
p/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/.tmp_nv.o /tmp/selfgz
6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/nv.c
In file included from include/linux/list.h:7,
from include/linux/wait.h:22,
from include/asm/semaphore.h:41,
from include/linux/sched.h:57,
from include/linux/module.h:9,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-linux.h:51,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv.c:14:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: attention : usage en arithmétique d'un pointeu
r de type « void * »
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:559,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-linux.h:77,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv.c:14:
include/asm/io.h: In function `check_signature':
include/asm/io.h:245: attention : type d'argument erroné pour un incrément
gcc-3.4 -Wp,-MD,/tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/
.nv-vm.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.6/include -D_
_KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstric
t-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fomit-fram
e-pointer -fasynchronous-unwind-tables -pipe -msoft-float -mpreferred-stack-
boundary=2 -fno-unit-at-a-time -march=i586 -mregparm=3 -ffreestanding -Iinc
lude/asm-i386/mach-default -Wdeclaration-after-statement -I/tmp/selfgz6429/
NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Ws
witch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multich
ar -Werror -O -fno-co
mmon -msoft-float -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LO
OSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_MAJOR_VERSION=1 -DNV_MIN
OR_VERSION=0 -DNV_PATCHLEVEL=9746 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STR
UCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DN
V_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_IRQ_HANDLER_WI
TH_PTREGS_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT
-DNV_OLD_MM_KGDB_BREAKPOINT_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE
_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KBU
ILD_BASENAME=KBUILD_STR(nv_vm)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o
/tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/.tmp_nv-vm.o /tmp/
selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/nv-vm.c
In file included from include/linux/list.h:7,
from include/linux/wait.h:22,
from include/asm/semaphore.h:41,
from include/linux/sched.h:57,
from include/linux/module.h:9,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-linux.h:51,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-vm.c:14:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: attention : usage en arithmétique d'un pointeu
r de type « void * »
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:559,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-linux.h:77,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-vm.c:14:
include/asm/io.h: In function `check_signature':
include/asm/io.h:245: attention : type d'argument erroné pour un incrément
gcc-3.4 -Wp,-MD,/tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/
.os-agp.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.6/include -D
__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstri
ct-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fomit-fra
me-pointer -fasynchronous-unwind-tables -pipe -msoft-float -mpreferred-stack
-boundary=2 -fno-unit-at-a-time -march=i586 -mregparm=3 -ffreestanding -Iin
clude/asm-i386/mach-default -Wdeclaration-after-statement -I/tmp/selfgz6429
/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -W
switch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multic
har -Werror -O -fno-common -msoft-float -MD -Wsign-compare -Wno-ca
st-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_
MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=9746 -UDEBUG -U_DEBUG
-DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_P
CI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRE
SENT -DNV_IRQ_HANDLER_WITH_PTREGS_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV
_VM_INSERT_PAGE_PRESENT -DNV_OLD_MM_KGDB_BREAKPOINT_PRESENT -DNV_REMAP_PFN_R
ANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT
-DNV_VMAP_4_PRESENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD
_STR(os_agp)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz6429/N
VIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/.tmp_os-agp.o /tmp/selfgz6429/NVIDI
A-Linux-x86-1.0-9746-pkg1/usr/src/nv/os-agp.c
In file included from include/linux/list.h:7,
from include/linux/wait.h:22,
from include/asm/semaphore.h:41,
from include/linux/sched.h:57,
from include/linux/module.h:9,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-linux.h:51,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/os-agp.c:24:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: attention : usage en arithmétique d'un pointeu
r de type « void * »
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:559,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-linux.h:77,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/os-agp.c:24:
include/asm/io.h: In function `check_signature':
include/asm/io.h:245: attention : type d'argument erroné pour un incrément
gcc-3.4 -Wp,-MD,/tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/
.os-interface.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.6/incl
ude -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef
-Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fom
it-frame-pointer -fasynchronous-unwind-tables -pipe -msoft-float -mpreferred
-stack-boundary=2 -fno-unit-at-a-time -march=i586 -mregparm=3 -ffreestandin
g -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -I/tmp/self
gz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-t
ype -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-
multichar -Werror -O -fno-common -msoft-float -MD -Wsign-compare -
Wno-cast-qual -Wno-er
ror -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_MAJOR_VERSION=1
-DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=9746 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SI
GNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRE
SENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_IRQ_HA
NDLER_WITH_PTREGS_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_
PRESENT -DNV_OLD_MM_KGDB_BREAKPOINT_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DN
V_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -D"KBUILD_STR(s)=#s
" -D"KBUILD_BASENAME=KBUILD_STR(os_interface)" -D"KBUILD_MODNAME=KBUILD_STR
(nvidia)" -c -o /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/.t
mp_os-interface.o /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/
os-interface.c
In file included from include/linux/list.h:7,
from include/linux/wait.h:22,
from include/asm/semaphore.h:41,
from include/linux/sched.h:57,
from include/linux/module.h:9,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-linux.h:51,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/os-interface.c:26:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: attention : usage en arithmétique d'un pointeu
r de type « void * »
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:559,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-linux.h:77,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/os-interface.c:26:
include/asm/io.h: In function `check_signature':
include/asm/io.h:245: attention : type d'argument erroné pour un incrément
gcc-3.4 -Wp,-MD,/tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/
.os-registry.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.6/inclu
de -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -
Wstrict-prototypes -Wno-trigraphs -fno-
strict-aliasing -fno-common -O2 -fomit-frame-pointer -fasynchronous-unwind-t
ables -pipe -msoft-float -mpreferred-stack-boundary=2 -fno-unit-at-a-time -m
arch=i586 -mregparm=3 -ffreestanding -Iinclude/asm-i386/mach-default -Wdecl
aration-after-statement -I/tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/us
r/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts
-Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -msof
t-float -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL
_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION
=0 -DNV_PATCHLEVEL=9746 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -
DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_M
AX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_IRQ_HANDLER_WITH_PTREGS_
PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_M
M_KGDB_BREAKPOINT_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR
_PRESENT -DNV_VMAP_4_PRESENT -DMODU
LE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_registry)" -D"KBUI
LD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-97
46-pkg1/usr/src/nv/.tmp_os-registry.o /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9
746-pkg1/usr/src/nv/os-registry.c
In file included from include/linux/list.h:7,
from include/linux/wait.h:22,
from include/asm/semaphore.h:41,
from include/linux/sched.h:57,
from include/linux/module.h:9,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-linux.h:51,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/os-registry.c:14:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: attention : usage en arithmétique d'un pointeu
r de type « void * »
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:559,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-linux.h:77,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/os-registry.c:14:
include/asm/io.h: In function `check_signature':
include/asm/io.h:245: attention : type d'argument erroné pour un incrément
gcc-3.4 -Wp,-MD,/tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/
.nv-i2c.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.6/include -D
__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstri
ct-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fomit-fra
me-pointer -fasynchronous-unwind-tables -pipe -msoft-float -mpreferred-stack
-boundary=2 -fno-unit-at-a-time -march=i586 -mregparm=3 -ffreestanding -Iin
clude/asm-i386/mach-default -Wdeclaration-after-statement -I/tmp/selfgz6429
/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -W
switch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multic
har -Werror -O -fno-common -msoft-float -MD -Wsign-compare -Wno-ca
st-qual -Wno-error -D_L
OOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_MAJOR_VERSION=1 -DNV_MI
NOR_VERSION=0 -DNV_PATCHLEVEL=9746 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_ST
RUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -D
NV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_IRQ_HANDLER_W
ITH_PTREGS_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT
-DNV_OLD_MM_KGDB_BREAKPOINT_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE
_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KBU
ILD_BASENAME=KBUILD_STR(nv_i2c)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -
o /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/.tmp_nv-i2c.o /t
mp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/nv-i2c.c
In file included from include/linux/list.h:7,
from include/linux/wait.h:22,
from include/asm/semaphore.h:41,
from include/linux/sched.h:57,
from include/linux/module.h:9,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-linux.h:51,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-i2c.c:8:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: attention : usage en arithmétique d'un pointeu
r de type « void * »
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:559,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-linux.h:77,
from /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src
/nv/nv-i2c.c:8:
include/asm/io.h: In function `check_signature':
include/asm/io.h:245: attention : type d'argument erroné pour un incrément
ld -m elf_i386 -m elf_i386 -r -o /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-974
6-pkg1/usr/src/nv/nvidia.o /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/us
r/src/nv/nv-kernel.o /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/
nv/nv.o /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/nv-vm.o /t
mp/
selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/os-agp.o /tmp/selfgz642
9/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/os-interface.o /tmp/selfgz6429/N
VIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/os-registry.o /tmp/selfgz6429/NVIDI
A-Linux-x86-1.0-9746-pkg1/usr/src/nv/nv-i2c.o
Building modules, stage 2.
make -rR -f /usr/src/linux-headers-2.6.17-10-generic/scripts/Makefile.modpos
t
scripts/mod/modpost -m -a -i /usr/src/linux-headers-2.6.17-10-generic/Modu
le.symvers -I /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/Modu
les.symvers -o /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/Mod
ules.symvers /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/nvidi
a.o
WARNING: could not find /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/s
rc/nv/.nv-kernel.o.cmd for /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/us
r/src/nv/nv-kernel.o
gcc-3.4 -Wp,-MD,/tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/
.nvidia.mod.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/3.4.6/includ
e -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -W
strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fomit
-frame-pointer -fasynchronous-unwind-tables -pipe -msoft-float -mpreferred-s
tack-boundary=2 -fno-unit-at-a-time -march=i586 -mregparm=3 -ffreestanding
-Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -D"KBUILD_
STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nvidia)" -D"KBUILD_MODNAME=KBUILD_
STR(nvidia)" -DMODULE -c -o /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/u
sr/src/nv/nvidia.mod.o /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/sr
c/nv/nvidia.mod.c
ld -m elf_i386 -m elf_i386 -r -o /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746
-pkg1/usr/src/nv/nvidia.ko /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/us
r/src/nv/nvidia.o /tmp/selfgz6429/NVIDIA-Linux-x86-1.0-9746-pkg1/usr/src/nv/
nvidia.mod.o
NVIDIA: left KBUILD.
-> done.
-> Kernel module compilation complete.
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 device(s).
Please see the log entries 'Kernel module load error' and 'Kernel
messages' at the end of the file '/var/log/nvidia-installer.log' for
more information.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
-1 Invalid module format
-> Kernel messages:
[17179606.424000] lo: Disabled Privacy Extensions
[17179606.424000] IPv6 over IPv4 tunneling driver
[17179616.764000] wlan0: no IPv6 routers present
[17179695.296000] kjournald starting. Commit interval 5 seconds
[17179695.308000] EXT3 FS on hda1, internal journal
[17179695.308000] EXT3-fs: mounted filesystem with ordered data mode.
[17179695.684000] NTFS driver 2.1.27 [Flags: R/O MODULE].
[17179695.752000] NTFS volume version 3.1.
[17179699.340000] ACPI: Power Button (FF) [PWRF]
[17179699.340000] ACPI: Power Button (CM) [PWRB]
[17179699.340000] ACPI: Sleep Button (CM) [SLPB]
[17179699.472000] ibm_acpi: ec object not found
[17179699.504000] pcc_acpi: loading...
[17179708.492000] apm: BIOS not found.
[17179716.260000] Bluetooth: Core ver 2.8
[17179716.260000] NET: Registered protocol family 31
[17179716.260000] Bluetooth: HCI device and connection manager initialized
[17179716.260000] Bluetooth: HCI socket layer initialized
[17179716.352000] Bluetooth: L2CAP ver 2.8
[17179716.352000] Bluetooth: L2CAP socket layer initialized
[17179716.472000] Bluetooth: RFCOMM socket layer initialized
[17179716.472000] Bluetooth: RFCOMM TTY layer initialized
[17179716.472000] Bluetooth: RFCOMM ver 1.7
[17180104.912000] nvidia: version magic '2.6.17-10-generic SMP mod_unload
586 REGPARM gcc-3.4' should be '2.6.17-10-generic SMP mod_unload 586 REGPARM
gcc-4.1'
[17180981.508000] nvidia: version magic '2.6.17-10-generic SMP mod_unload
586 REGPARM gcc-3.4' should be '2.6.17-10-generic SMP mod_unload 586 REGPARM
gcc-4.1'
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.
voilà, j'espère que c'est pas super dramatique, en tout cas j'ai essayé pas mal de trucs la nuit dernière et j'ai pas mal patogé... donc je préfére faire appel à meilleurs que moi....
Dernière modification par Zihildaah (Le 24/12/2006, à 17:18)
MIAGe Power !!!
cobol is the only solution to save the world ...
Hors ligne
#2 Le 24/12/2006, à 11:03
- nicodeme
Re : [Résolu]Problème driver nvidia 9746
salut
il est dit dans le log que tu n'as pas un GPU compatible avec les pilotes que tu veux installer.
install plutot les pilotes 1.0-96xx. et oublies le "export CC gcc3.4"
dans ton log => "the compiler used to compile the kernel was gcc 4.1; the current compiler
is gcc 3.4." la version utilisé pour compiler ton kernel = 4.1. tu cherche à compiler tes pilotes nvidia avec la 3.4
oublies le "export....."
dégotes toi la version 1.0.96xx
http://www.nvidia.fr/content/license/dr … 9-pkg1.run
et un simple:
sudo /etc/init.d/gdm stop
sudo sh NVIDIA-Linux-x86-1.0-9629-pkg1.run
suffira
@+
Dernière modification par nicodeme (Le 24/12/2006, à 11:15)
L'eau coule t'elle dans quel sens ? si oui : combien ? justifiez votre réponse!
Hors ligne
#3 Le 24/12/2006, à 12:19
- Zihildaah
Re : [Résolu]Problème driver nvidia 9746
Merci pour ta réponse au combien rapide! tout à l'air de fonctionner avec la version 9629, apparemment je m'étais pris la tête pour pas grand chose...
Merci encore, et joyeux noël à toi et à l'ensemble des linuxiens qui font vivre ce forum...
MIAGe Power !!!
cobol is the only solution to save the world ...
Hors ligne
#4 Le 24/12/2006, à 12:27
- nicodeme
Re : [Résolu]Problème driver nvidia 9746
ce n'est pas la derniere version des pilotes 1.0-96xx il y a la 1.0-9631 et peut etre encore une autre en 96xx, j'en sais rien. j'ai juste fait une recherche rapide sur le site de Nvidia pour te filer une version qui fonctionne
mais si ton bleme est résolu c'est l'essentiel.
le wiki est super bien fait, j'y ai recours en permanence quand j'ai un souçaille, mais ses rédacteurs oublies parfois d'expliquer clairement le pkoi du comment sur certains petit détails...
@+ et bonne fête
L'eau coule t'elle dans quel sens ? si oui : combien ? justifiez votre réponse!
Hors ligne
#5 Le 24/12/2006, à 12:31
- Bobbybionic
Re : [Résolu]Problème driver nvidia 9746
Bonjour
Pour indiquer [Résolu] :
Bonne continuation, et Joyeux Noël
Non à la vente liée. Non au monopole Windows.
Tous ensemble, refusons les logiciels préinstallés et tournons nous vers le libre.
http://bobbybionic.wordpress.com
Hors ligne
#6 Le 24/12/2006, à 13:09
- Zihildaah
Re : [Résolu]Problème driver nvidia 9746
désolé je débarque!:rolleyes:
et ça tombe bien d'ailleurs, vu que j'en ai pas tout à fait fini avec ms problèmes de carte graphique, en fait je me suis réjouis trop vite... en gros, les drivers ont bien été installés, le fichier xorg.conf a bien été modifié aussi (à part le l'id du bus qui manquait et que j'ai rajouté à la main), le voilà ci-dessous :
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Nov 1 19:47:17 PST 2006
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
#Load "dri"
#Load “GLcore”
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV25 [GeForce4 Ti 4200]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV25 [GeForce4 Ti 4200]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
le problème, c'est que toutes les applications qui puisent leurs ressources dans la carte graphique ne veulent plus se lancer, par exemple pour un tux racer, ou la configuration d'un écran de veille j'ai systématiquement le droit à une pop up d'alerte avec "désolé le programme xxx a quitté de façon inattendue"...
ça m'inquiète un peu...
MIAGe Power !!!
cobol is the only solution to save the world ...
Hors ligne
#7 Le 24/12/2006, à 17:17
- Zihildaah
Re : [Résolu]Problème driver nvidia 9746
Bon, je reviens de jeter un coup d'oeil à tout ça, et il semblerait que la version 9629 des pilotes nvidia ait quelques soucis avec les cartes geforce4...
donc j'ai désinstallé cette version, et j'ai installé la version 9631 (merci pour l'info nicodeme), qui semble beaucoup plus stable avec les applications openGL (pour l'instant ça à l'air rouler),
Merci en tout cas pour vos conseils, et passez de joyeuses fêtes,
à bientôt.
MIAGe Power !!!
cobol is the only solution to save the world ...
Hors ligne
#8 Le 26/12/2006, à 19:32
- Lestat the vampire
Re : [Résolu]Problème driver nvidia 9746
Pour info :
Oui les drivers 9629 etaient buggés pour les GeForce 3 et 4, donc il te faut bien les 9631 !
En ce qui concerne les nouveaux drivers 9746, il n'ont pas voulu s'installer sur une GeForce2MX pourtant soi-disant supportée par ces drivers.... par contre pas de pb avec une GeForce 7900GT, peut être y-a-t-il encore une merde avec les anciens gpu ???
En ce qui concerne l'installation des drivers, le coup du gcc3.4 c'est uniquement pour BREEZY comme indiqué dans le wiki, il est donc normal que ca n'ai pas bien marché chez toi !
Hors ligne