Need help installing Tesla 1060 on RHEL 5.3

Hi,

I just added Tesla 1060 to my existing RHEL 5.3. The system also has nVidia NVS290 for display. I am trying install a driver for the new Tesla 1060. Here’s what I have done so far:

uname -a
Linux 2.6.18-128.1.10.el5xen #1 SMP Wed Apr 29 14:24:51 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux

./cudadriver_2.2_linux_64_185.18.08-beta.run --kernel-source-path /usr/src/kernels/2.6.18-128.1.10.el5-x86_64/

(Try to compile a new kernel interface…)

ERROR /var/log/nvidia-installer.log shows the following:

nvidia-installer log file ‘/var/log/nvidia-installer.log’
creation time: Sun May 31 15:17:55 2009
installer version: 1.0.7

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
no cc version check : false
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)
doc install prefix : (not specified)
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : /usr/src/kernels/2.6.18-128.1.10.el5-x86_64/
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
→ License accepted.
→ Installing NVIDIA driver version 185.18.08.
→ 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=“cc”.
→ Performing CC version check with CC=“cc”.
→ Using the kernel source path ‘/usr/src/kernels/2.6.18-128.1.10.el5-x86_64/’
as specified by the ‘–kernel-source-path’ commandline option.
→ Kernel source path: ‘/usr/src/kernels/2.6.18-128.1.10.el5-x86_64/’
→ Kernel output path: ‘/usr/src/kernels/2.6.18-128.1.10.el5-x86_64/’
→ Performing rivafb check.
→ Performing nvidiafb check.
→ Performing Xen check.
→ Cleaning kernel module build directory.
executing: ‘cd ./usr/src/nv; make clean’…
→ Building kernel module:
executing: ‘cd ./usr/src/nv; make module SYSSRC=/usr/src/kernels/2.6.18-128.
1.10.el5-x86_64/ SYSOUT=/usr/src/kernels/2.6.18-128.1.10.el5-x86_64/’…
NVIDIA: calling KBUILD…
make CC=cc KBUILD_VERBOSE=1 -C /usr/src/kernels/2.6.18-128.1.10.el5-x86_64/
SUBDIRS=/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv module
s
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (
echo;
echo " ERROR: Kernel configuration is invalid.“;
echo " include/linux/autoconf.h or include/config/auto.conf are mis
sing.”;
echo " Run ‘make oldconfig && make prepare’ on kernel src to fix it
.“;
echo;
/bin/false)
mkdir -p /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/.tmp_
versions
rm -f /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/.tmp_ver
sions/*
make -f scripts/Makefile.build obj=/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.1
8.08-pkg2/usr/src/nv
cc -Wp,-MD,/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/.
nv.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include -D
KERNEL -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstr
ict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstrict-prot
otypes -Wundef -Werror-implicit-function-declaration -Os -mtune=generic -m6
4 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compare
-fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-sse2
-mno-3dnow -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after
-statement -Wno-pointer-sign -I/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08
-pkg2/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-sub
scripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -mcmodel=kernel
-mno-red-zone -fno-defer-pop -MD -Wsign-compare -Wno-cast-qual -Wno-error
-D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING="185.18.08" -UDEBUG -U_DE
BUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s” -D"KBUILD_BASENAME=KBUILD_STR(nv
)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz5770/NVIDIA-Linux
-x86_64-185.18.08-pkg2/usr/src/nv/.tmp_nv.o /tmp/selfgz5770/NVIDIA-Linux-x86
64-185.18.08-pkg2/usr/src/nv/nv.c
In file included from include/linux/list.h:8,
from include/linux/preempt.h:66,
from include/linux/spinlock.h:49,
from include/linux/capability.h:45,
from include/linux/sched.h:44,
from include/linux/module.h:9,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv.c:14:
include/linux/prefetch.h: In function ‘prefetch_range’:
include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
rithmetic
In file included from include/linux/sched.h:54,
from include/linux/module.h:9,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv.c:14:
include/linux/nodemask.h: In function ‘__first_node’:
include/linux/nodemask.h:229: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function ‘__next_node’:
include/linux/nodemask.h:235: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function ‘__first_unset_node’:
include/linux/nodemask.h:253: warning: signed and unsigned type in condition
al expression
In file included from include/asm/elf.h:48,
from include/linux/elf.h:9,
from include/linux/module.h:16,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv.c:14:
include/asm/compat.h: In function ‘compat_alloc_user_space’:
include/asm/compat.h:202: warning: pointer of type ‘void *’ used in arit
hmetic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:625,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:86,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv.c:14:
include/asm/io.h: In function ‘check_signature’:
include/asm/io.h:275: warning: wrong type argument to increment
In file included from include/asm/pci.h:129,
from include/linux/pci.h:763,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:86,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv.c:14:
include/asm-generic/pci-dma-compat.h: In function ‘pci_map_page’:
include/asm-generic/pci-dma-compat.h:49: warning: pointer of type ‘void *â
€™ used in arithmetic
In file included from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:113,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv.c:14:
include/linux/highmem.h: In function ‘zero_user_segments’:
include/linux/highmem.h:92: warning: pointer of type ‘void *’ used in ar
ithmetic
include/linux/highmem.h:95: warning: pointer of type ‘void *’ used in ar
ithmetic
cc -Wp,-MD,/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/.
nv-vm.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include
-D__KERNEL
_ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Ws
trict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstrict-pr
ototypes -Wundef -Werror-implicit-function-declaration -Os -mtune=generic -
m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compar
e -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-ss
e2 -mno-3dnow -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-af
ter-statement -Wno-pointer-sign -I/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18
.08-pkg2/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-
subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -mcmodel=ker
nel -mno-red-zone -fno-defer-pop -MD -Wsign-compare -Wno-cast-qual -Wno-er
ror -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING="185
.18.08" -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_
BASENAME=KBUILD_STR(nv_vm)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tm
p/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/.tmp_nv-vm.o /tmp
/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/nv-vm.c
In file included from include/linux/list.h:8,
from include/linux/preempt.h:66,
from include/linux/spinlock.h:49,
from include/linux/capability.h:45,
from include/linux/sched.h:44,
from include/linux/module.h:9,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-vm.c:14:
include/linux/prefetch.h: In function ‘prefetch_range’:
include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
rithmetic
In file included from include/linux/sched.h:54,
from include/linux/module.h:9,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-vm.c:14:
include/linux/nodemask.h: In function ‘__first_node’:
include/linux/nodemask.h:229: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function ‘__next_node’:
include/linux/nodemask.h:235: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function ‘__first_unset_node’:
include/linux/nodemask.h:253: warning: signed and unsigned type in condition
al expression
In file included from include/asm/elf.h:48,
from include/linux/elf.h:9,
from include/linux/module.h:16,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-vm.c:14:
include/asm/compat.h: In function ‘compat_alloc_user_space’:
include/asm/compat.h:202: warning: pointer of type ‘void *’ used in arit
hmetic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:625,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:86,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-vm.c:14:
include/asm/io.h: In function ‘check_signature’:
include/asm/io.h:275: warning: wrong type argument to increment
In file included from include/asm/pci.h:129,
from include/linux/pci.h:763,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:86,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-vm.c:14:
include/asm-generic/pci-dma-compat.h: In function ‘pci_map_page’:
include/asm-generic/pci-dma-compat.h:49: warning: pointer of type ‘void *â
€™ used in arithmetic
In file included from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:113,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-vm.c:14:
include/linux/highmem.h: In function ‘zero_user_segments’:
include/linux/highmem.h:92: warning: pointer of type ‘void *’ used in ar
ithmetic
include/linux/highmem.h:95: warning: pointer of type ‘void *’ used in ar
ithmetic
cc -Wp,-MD,/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/.
os-agp.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.1.2/includ
e -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -
Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstrict-
prototypes -Wundef -Werror-implicit-function-declaration -Os -mtune=generic
-m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compa
re -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-s
se2 -mno-3dnow -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-a
fter-statement -Wno-pointer-sign -I/tmp/se
lfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv -Wall -Wimplicit -Wre
turn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith
-Wno-multichar -Werror -mcmodel=kernel -mno-red-zone -fno-defer-pop -MD -W
sign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VER
SION_STRING="185.18.08" -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(
s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_agp)" -D"KBUILD_MODNAME=KBUILD_STR(
nvidia)" -c -o /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv
/.tmp_os-agp.o /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv
/os-agp.c
In file included from include/linux/list.h:8,
from include/linux/preempt.h:66,
from include/linux/spinlock.h:49,
from include/linux/capability.h:45,
from include/linux/sched.h:44,
from include/linux/module.h:9,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-agp.c:24:
include/linux/prefetch.h: In function ‘prefetch_range’:
include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
rithmetic
In file included from include/linux/sched.h:54,
from include/linux/module.h:9,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-agp.c:24:
include/linux/nodemask.h: In function ‘__first_node’:
include/linux/nodemask.h:229: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function ‘__next_node’:
include/linux/nodemask.h:235: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function ‘__first_unset_node’:
include/linux/nodemask.h:253: warning: signed and unsigned type in condition
al expression
In file included from include/asm/elf.h:48,
from include/linux/elf.h:9,
from include/linux/module.h:16,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-agp.c:24:
include/asm/compat.h: In function ‘compat_alloc_user_space’:
include/asm/compat.h:202: warning: pointer of type ‘void *’ used in arit
hmetic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:625,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:86,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-agp.c:24:
include/asm/io.h: In function ‘check_signature’:
include/asm/io.h:275: warning: wrong type argument to increment
In file included from include/asm/pci.h:129,
from include/linux/pci.h:763,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:86,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-agp.c:24:
include/asm-generic/pci-dma-compat.h: In function ‘pci_map_page’:
include/asm-generic/pci-dma-compat.h:49: warning: pointer of type ‘void *â
€™ used in arithmetic
In file included from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:113,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-agp.c:24:
include/linux/highmem.h: In function ‘zero_user_segments’:
include/linux/highmem.h:92: warning: pointer of type ‘void *’ used in ar
ithmetic
include/linux/highmem.h:95: warning: pointer of type ‘void *’ used in ar
ithmetic
cc -Wp,-MD,/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/.
os-interface.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.1.2/
include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wu
ndef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Ws
trict-prototypes
-Wundef -Werror-implicit-function-declaration -Os -mtune=generic -m64 -mno-
red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compare -fno-as
ynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3
dnow -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-state
ment -Wno-pointer-sign -I/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/
usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscript
s -Wparentheses -Wpointer-arith -Wno-multichar -Werror -mcmodel=kernel -mno-
red-zone -fno-defer-pop -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__K
ERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING="185.18.08" -UDEBUG -U_DEBUG -
DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_inte
rface)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz5770/NVIDIA-
Linux-x86_64-185.18.08-pkg2/usr/src/nv/.tmp_os-interface.o /tmp/selfgz5770/N
VIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/os-interface.c
In file included from include/linux/list.h:8,
from include/linux/preempt.h:66,
from include/linux/spinlock.h:49,
from include/linux/capability.h:45,
from include/linux/sched.h:44,
from include/linux/module.h:9,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-interface.c:26:
include/linux/prefetch.h: In function ‘prefetch_range’:
include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
rithmetic
In file included from include/linux/sched.h:54,
from include/linux/module.h:9,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-interface.c:26:
include/linux/nodemask.h: In function ‘__first_node’:
include/linux/nodemask.h:229: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function ‘__next_node’:
include/linux/nodemask.h:235: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function ‘__first_unset_node’:
include/linux/nodemask.h:253: warning: signed and unsigned type in condition
al expression
In file included from include/asm/elf.h:48,
from include/linux/elf.h:9,
from include/linux/module.h:16,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-interface.c:26:
include/asm/compat.h: In function ‘compat_alloc_user_space’:
include/asm/compat.h:202: warning: pointer of type ‘void *’ used in arit
hmetic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:625,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:86,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-interface.c:26:
include/asm/io.h: In function ‘check_signature’:
include/asm/io.h:275: warning: wrong type argument to increment
In file included from include/asm/pci.h:129,
from include/linux/pci.h:763,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:86,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-interface.c:26:
include/asm-generic/pci-dma-compat.h: In function ‘pci_map_page’:
include/asm-generic/pci-dma-compat.h:49: warning: pointer of type ‘void *â
€™ used in arithmetic
In file included from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:113,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-interface.c:26:
include/linux/highmem.h: In function ‘zero_user_segments’:
include/linux/highmem.h:92: warning: pointer of type ‘void *’ used in ar
ithmetic
include/linux/highmem.h:95: warning: pointer of type ‘void *’ used in ar
ithmetic
cc -Wp,-MD,/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/.
os-registry.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.1.2/i
nclude -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wun
def -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wst
rict-prototypes -Wundef -Werror-implicit-function-declaration -Os -mtune=ge
neric -m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign
-compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx
-mno-sse2 -mno-3dnow -fomit-frame-pointer -g -fno-stack-protector -Wdeclara
tion-after-statement -Wno-pointer-sign -I/tmp/selfgz5770/NVIDIA-Linux-x86_64
-185.18.08-pkg2/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat
-Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -mcmo
del=kernel -mno-red-zone -fno-defer-pop -MD -Wsign-compare -Wno-cast-qual
-Wno-error -D__KERNEL__ -DMODULE -DNVRM -DN
V_VERSION_STRING="185.18.08" -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD
STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_registry)" -D"KBUILD_MODNAME=K
BUILD_STR(nvidia)" -c -o /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/
usr/src/nv/.tmp_os-registry.o /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-
pkg2/usr/src/nv/os-registry.c
In file included from include/linux/list.h:8,
from include/linux/preempt.h:66,
from include/linux/spinlock.h:49,
from include/linux/capability.h:45,
from include/linux/sched.h:44,
from include/linux/module.h:9,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-registry.c:15:
include/linux/prefetch.h: In function ‘prefetch_range’:
include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
rithmetic
In file included from include/linux/sched.h:54,
from include/linux/module.h:9,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-registry.c:15:
include/linux/nodemask.h: In function ‘__first_node’:
include/linux/nodemask.h:229: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function ‘__next_node’:
include/linux/nodemask.h:235: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function ‘__first_unset_node’:
include/linux/nodemask.h:253: warning: signed and unsigned type in condition
al expression
In file included from include/asm/elf.h:48,
from include/linux/elf.h:9,
from include/linux/module.h:16,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-registry.c:15:
include/asm/compat.h: In function ‘compat_alloc_user_space’:
include/asm/compat.h:202: warning: pointer of type ‘void *’ used in arit
hmetic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:625,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:86,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-registry.c:15:
include/asm/io.h: In function ‘check_signature’:
include/asm/io.h:275: warning: wrong type argument to increment
In file included from include/asm/pci.h:129,
from include/linux/pci.h:763,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:86,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-registry.c:15:
include/asm-generic/pci-dma-compat.h: In function ‘pci_map_page’:
include/asm-generic/pci-dma-compat.h:49: warning: pointer of type ‘void *â
€™ used in arithmetic
In file included from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:113,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/os-registry.c:15:
include/linux/highmem.h: In function ‘zero_user_segments’:
include/linux/highmem.h:92: warning: pointer of type ‘void *’ used in ar
ithmetic
include/linux/highmem.h:95: warning: pointer of type ‘void *’ used in ar
ithmetic
cc -Wp,-MD,/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/.
nv-i2c.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.1.2/includ
e -D__KERNEL
_ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -
Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstrict-
prototypes -Wundef -Werror-implicit-function-declaration -Os -mtune=generic
-m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compa
re -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-s
se2 -mno-3dnow -fomit-frame-pointer -g -f
no-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -I/tmp/se
lfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv -Wall -Wimplicit -Wre
turn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith
-Wno-multichar -Werror -mcmodel=kernel -mno-red-zone -fno-defer-pop -MD -W
sign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VER
SION_STRING="185.18.08" -UDEBUG -U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(
s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_i2c)" -D"KBUILD_MODNAME=KBUILD_STR(
nvidia)" -c -o /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv
/.tmp_nv-i2c.o /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv
/nv-i2c.c
In file included from include/linux/list.h:8,
from include/linux/preempt.h:66,
from include/linux/spinlock.h:49,
from include/linux/capability.h:45,
from include/linux/sched.h:44,
from include/linux/module.h:9,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-i2c.c:8:
include/linux/prefetch.h: In function ‘prefetch_range’:
include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
rithmetic
In file included from include/linux/sched.h:54,
from include/linux/module.h:9,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-i2c.c:8:
include/linux/nodemask.h: In function ‘__first_node’:
include/linux/nodemask.h:229: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function ‘__next_node’:
include/linux/nodemask.h:235: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function ‘__first_unset_node’:
include/linux/nodemask.h:253: warning: signed and unsigned type in condition
al expression
In file included from include/asm/elf.h:48,
from include/linux/elf.h:9,
from include/linux/module.h:16,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-i2c.c:8:
include/asm/compat.h: In function ‘compat_alloc_user_space’:
include/asm/compat.h:202: warning: pointer of type ‘void *’ used in arit
hmetic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:625,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:86,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-i2c.c:8:
include/asm/io.h: In function ‘check_signature’:
include/asm/io.h:275: warning: wrong type argument to increment
In file included from include/asm/pci.h:129,
from include/linux/pci.h:763,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:86,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-i2c.c:8:
include/asm-generic/pci-dma-compat.h: In function ‘pci_map_page’:
include/asm-generic/pci-dma-compat.h:49: warning: pointer of type ‘void *â
€™ used in arithmetic
In file included from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:113,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-i2c.c:8:
include/linux/highmem.h: In function ‘zero_user_segments’:
include/linux/highmem.h:92: warning: pointer of type ‘void *’ used in ar
ithmetic
include/linux/highmem.h:95: warning: pointer of type ‘void *’ used in ar
ithmetic
cc -Wp,-MD,/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/.
nvacpi.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.1.2/includ
e -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -
Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstrict-
prototypes -Wundef -Werror-implicit-function-declaration -Os -mtune=generic
-m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compa
re -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-s
se2 -mno-3dnow -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-a
fter-statement -Wno-pointer-sign -I/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.1
8.08-pkg2/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar
-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -mcmodel=ke
rnel -mno-red-zone -fno-defer-pop -MD -Wsign-compare -Wno-cast-qual -Wno-e
rror -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING="185.18.08" -UDEBUG
-U_DEBUG -DNDEBUG -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_S
TR(nvacpi)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz5770/NVI
DIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/.tmp_nvacpi.o /tmp/selfgz5770/NVI
DIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/nvacpi.c
In file included from include/linux/list.h:8,
from include/linux/preempt.h:66,
from include/linux/spinlock.h:49,
from include/linux/capability.h:45,
from include/linux/sched.h:44,
from include/linux/module.h:9,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nvacpi.c:15:
include/linux/prefetch.h: In function ‘prefetch_range’:
include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
rithmetic
In file included from include/linux/sched.h:54,
from include/linux/module.h:9,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nvacpi.c:15:
include/linux/nodemask.h: In function ‘__first_node’:
include/linux/nodemask.h:229: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function ‘__next_node’:
include/linux/nodemask.h:235: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function ‘__first_unset_node’:
include/linux/nodemask.h:253: warning: signed and unsigned type in condition
al expression
In file included from include/asm/elf.h:48,
from include/linux/elf.h:9,
from include/linux/module.h:16,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:59,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nvacpi.c:15:
include/asm/compat.h: In function ‘compat_alloc_user_space’:
include/asm/compat.h:202: warning: pointer of type ‘void *’ used in arit
hmetic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:625,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:86,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nvacpi.c:15:
include/asm/io.h: In function ‘check_signature’:
include/asm/io.h:275: warning: wrong type argument to increment
In file included from include/asm/pci.h:129,
from include/linux/pci.h:763,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:86,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nvacpi.c:15:
include/asm-generic/pci-dma-compat.h: In function ‘pci_map_page’:
include/asm-generic/pci-dma-compat.h:49: warning: pointer of type ‘void *â
€™ used in arithmetic
In file included from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nv-linux.h:113,
from /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr
/src/nv/nvacpi.c:15:
include/linux/highmem.h: In function ‘zero_user_segments’:
include/linux/highmem.h:92: warning: pointer of type ‘void *’ used in ar
ithmetic
include/linux/highmem.h:95: warning: pointer of type ‘void *’ used in ar
ithmetic
ld -m elf_x86_64 -r -o /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2
/usr/src/nv/nvidia.o /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/
src/nv/nv-kernel.o /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/sr
c/nv/nv.o /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/nv-v
m.o /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/os-agp.o /
tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/os-interface.o
/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/os-registry.o
/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/nv-i2c.o /tmp/
selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/nvacpi.o
Building modules, stage 2.
make -rR -f /usr/src/kernels/2.6.18-128.1.10.el5-x86_64/scripts/Makefile.mod
post
scripts/mod/modpost -m -a -i /usr/src/kernels/2.6.18-128.1.10.el5-x86_64/M
odule.symvers -I /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/
nv/Module.symvers -o /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/
src/nv/Module.symvers -K /usr/src/kernels/2.6.18-128.1.10.el5-x86_64/Module.
markers -M /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/Mod
ule.markers /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/nv
idia.o
WARNING: could not find /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/u
sr/src/nv/.nv-kernel.o.cmd for /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08
-pkg2/usr/src/nv/nv-kernel.o
cc -Wp,-MD,/tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/.
nvidia.mod.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.1.2/in
clude -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wund
ef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstr
ict-prototypes -Wundef -Werror-implicit-function-declaration -Os -mtune=gen
eric -m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-
compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -
mno-sse2
-mno-3dnow -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after
-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUI
LD_STR(nvidia.mod)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -DMODULE -c -o /t
mp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/nvidia.mod.o /tm
p/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/nv/nvidia.mod.c
ld -m elf_x86_64 -r -o /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/
usr/src/nv/nvidia.ko /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/
src/nv/nvidia.o /tmp/selfgz5770/NVIDIA-Linux-x86_64-185.18.08-pkg2/usr/src/n
v/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), or NVIDIA GPU
installed in this system is not supported by this NVIDIA Linux graphics
driver release.

   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:
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
Bluetooth: HIDP (Human Interface Emulation) ver 1.1
Bridge firewalling registered
virbr0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
eth0: no IPv6 routers present
xenbr0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
device vif0.0 entered promiscuous mode
xenbr0: topology change detected, propagating
xenbr0: port 1(vif0.0) entering forwarding state
ADDRCONF(NETDEV_UP): peth0: link is not ready
tg3: peth0: Link is up at 100 Mbps, full duplex.
tg3: peth0: Flow control is off for TX and off for RX.
ADDRCONF(NETDEV_CHANGE): peth0: link becomes ready
device peth0 entered promiscuous mode
xenbr0: topology change detected, propagating
xenbr0: port 2(peth0) entering forwarding state
virbr0: no IPv6 routers present
eth0: no IPv6 routers present
nvidia: disagrees about version of symbol struct_module
nvidia: disagrees about version of symbol struct_module
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.

Any suggestions please??