| Errsta_Fonzarelli |
06-01-2007 11:47 PM |
nvidia driver woes after dist-upgrade (GeForce F5200, Debian Unstable)
after my last dist-upgrade, X would no longer start. Last time this happened, it was a simple matter of reinstalling the nvidia drivers.
I am using the nvidia driver package from nvidia (NVIDIA-Linux-x86-1.0-9755-pkg1.run) and not doing things the apt-get/module-assistant way. This time the drivers would not even install. I tried installing the older version (9746) also to no avail.
I am able to get going using the native nv driver, but I want to get back to using the nvidia driver ASAP.
The past few times I've installed the nvidia drivers, I've done so successfully by runnning:
Quote:
NVIDIA-Linux-x86-1.0-9755-pkg1.run --x-module-path=`X -showDefaultModulePath 2>&1 | cut -d, -f1` --x-library-path=`X -showDefaultLibPath 2>&1`
|
This time I tried this way and just ./NVIDIA-Linux-x86-1.0-9755-pkg1.run
Here is /var/log/nvidia-installer.log:
Code:
lnvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Fri Jun 1 23:32:24 2007
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 : /usr/lib
X module install path : /usr/lib/xorg/modules
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
-> License accepted.
-> There appears to already be a driver installed on your system (version: 1.0-
9746). As part of installing this driver (version: 1.0-9755), the existing
driver will be uninstalled. Are you sure you want to continue? ('no' will a
bort installation) (Answer: Yes)
-> 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".
-> Kernel source path: '/lib/modules/2.6.21.3/source'
-> Kernel output path: '/lib/modules/2.6.21.3/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.21.3/source
SYSOUT=/lib/modules/2.6.21.3/build'...
sh ./conftest.sh "cc" "cc" /lib/modules/2.6.21.3/source /lib/modules/2.6.21.
3/build cc_sanity_check full_output
sh ./conftest.sh "cc" "cc" /lib/modules/2.6.21.3/source /lib/modules/2.6.21.
3/build select_makefile full_output
make --no-print-directory -f Makefile module
NVIDIA: calling KBUILD...
make CC=cc KBUILD_OUTPUT=/lib/modules/2.6.21.3/build KBUILD_VERBOSE=1 -C /li
b/modules/2.6.21.3/source SUBDIRS=/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-
pkg1/usr/src/nv modules
make -C /lib/modules/2.6.21.3/build \
KBUILD_SRC=/usr/src/linux-2.6.21.3 \
KBUILD_EXTMOD="/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv" -
f /usr/src/linux-2.6.21.3/Makefile modules
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/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.tmp_vers
ions
rm -f /tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.tmp_version
s/*
make -f /usr/src/linux-2.6.21.3/scripts/Makefile.build obj=/tmp/selfgz5959/N
VIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv
echo \#define NV_COMPILER \"`cc -v 2>&1 | tail -n 1`\" > /tmp/selfgz5959/NVI
DIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv_compiler.h
cc -Wp,-MD,/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.nv.o
.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KERNEL_
_ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.21.3/include -include include/li
nux/autoconf.h -I/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv
-Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-c
ommon -Os -pipe -msoft-float -mregparm=3 -freg-struct-return -mpreferred-sta
ck-boundary=2 -march=i686 -mtune=pentium4 -ffreestanding -maccumulate-outgoi
ng-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -I/usr/src/linux-2.
6.21.3/include/asm-i386/ma
ch-default -Iinclude/asm-i386/mach-default -fomit-frame-pointer -fno-stack-p
rotector -Wdeclaration-after-statement -Wno-pointer-sign -I/tmp/selfgz5959/
NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Ws
witch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multicha
r -Werror -O -fno-common -msoft-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=9755 -UDEBUG -U_DEBUG -DNDEBUG -DNV_
SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_P
RESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_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_VMA
P_4_PRESENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"
-D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz5959/NVIDIA-Linux-x8
6-1.0-9755-pkg1/usr/src/nv/.tmp_nv.
o /tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv.c
In file included from include/linux/list.h:8,
from include/linux/wait.h:22,
from include/asm/semaphore.h:41,
from include/linux/sched.h:59,
from include/linux/utsname.h:35,
from /tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src
/nv/nv-linux.h:19,
from /tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/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 arith
metic
/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv.c: At top level
:
/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv.c:110: warning:
'kmem_cache_t' is deprecated
cc -Wp,-MD,/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.nv-v
m.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KERN
EL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.21.3/include -include include
/linux/autoconf.h -I/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/
nv -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fn
o-common -Os -pipe -msoft-float -mregparm=3 -freg-struct-return -mpreferred-
stack-boundary=2 -march=i686 -mtune=pentium4 -ffreestanding -maccumulate-out
going-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -I/usr/src/linux
-2.6.21.3/include/asm-i386/mach-default -Iinclude/asm-i386/mach-default -fom
it-frame-pointer -fno-stack-protector -Wdeclaration-after-statement -Wno-poi
nter-sign -I/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv -Wall
-Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -
Wpointer-arith -Wno-multichar -Werror -O -fno-common -msoft-float -MD -Wsign
-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODU
LE -DNVRM -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=9755 -UD
EBUG -U_DEBUG -DNDEBUG -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_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_MM_KGDB_B
REAKPOINT_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT
-DNV_VMAP_4_PRESENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_
STR(nv_vm)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz5959/NVI
DIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.tmp_nv-vm.o /tmp/selfgz5959/NVIDIA-L
inux-x86-1.0-9755-pkg1/usr/src/nv/nv-vm.c
In file included from include/linux/list.h:8,
from include/linux/wait.h:22,
from include/asm/semaphore.h:41,
from include/linux/sched.h:59,
from include/linux/utsname.h:35,
from /tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src
/nv/nv-linux.h:19,
from /tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/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 arith
metic
cc -Wp,-MD,/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.os-a
gp.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KER
NEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.21.3/include -include includ
e/linux/autoconf.h -I/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src
/nv -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -f
no-common -Os -pipe -msoft-float -mregparm=3 -freg-struct-return -mpreferred
-stack-boundary=2 -march=i686 -mtune=pentium4 -ffreestanding -maccumulate-ou
tgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -I/usr/src/linu
x-2.6.21.3/include/asm-i386/mach-default -Iinclude/asm-i386/mach-default -fo
mit-frame-pointer -fno-stack-protector -Wdeclaration-after-statement -Wno-po
inter-sign -I/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv -Wal
l -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses
-Wpointer-arith -Wno-multichar -Werror -O -fno-common -msoft-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=97
55 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AG
PGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -
DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_P
RESENT -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"KBUILD_BASENAME=KBUILD_STR(os_agp)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)
" -c -o /tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.tmp_os-ag
p.o /tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/os-agp.c
In file included from include/linux/list.h:8,
from include/linux/wait.h:22,
from include/asm/semaphore.h:41,
from include/linux/sched.h:59,
from include/linux/utsname.h:35,
from /tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src
/nv/nv-linux.h:19,
from /tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/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 arith
metic
cc -Wp,-MD,/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.os-i
nterface.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -
D__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.21.3/include -include
include/linux/autoconf.h -I/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/u
sr/src/nv -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-alias
ing -fno-common -Os -pipe -msoft-float -mregparm=3 -freg-struct-return -mpre
ferred-stack-boundary=2 -march=i686 -mtune=pentium4 -ffreestanding -maccumul
ate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -I/usr/sr
c/linux-2.6.21.3/include/asm-i386/mach-default -Iinclude/asm-i386/mach-defau
lt -fomit-frame-pointer -fno-stack-protec
tor -Wdeclaration-after-statement -Wno-pointer-sign -I/tmp/selfgz5959/NVIDI
A-Linux-x86-1.0-9755-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch
-Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Wer
ror -O -fno-common -msoft-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=9755 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_
STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT
-DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_
STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_MM_KGDB_BREAKPOINT_PRESEN
T -DNV_REMAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRE
SENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_interfac
e)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz5959/NVIDIA-Linu
x-x86-1.0-9755-pkg1/usr/src/nv/.tmp_os-interface.o /tmp/selfgz5959/NVIDIA-Li
nux-x86-1.0-9755-pkg1/usr/src/nv/o
s-interface.c
In file included from include/linux/list.h:8,
from include/linux/wait.h:22,
from include/asm/semaphore.h:41,
from include/linux/sched.h:59,
from include/linux/utsname.h:35,
from /tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src
/nv/nv-linux.h:19,
from /tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/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 arith
metic
cc -Wp,-MD,/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.os-r
egistry.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D
__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.21.3/include -include i
nclude/linux/autoconf.h -I/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/us
r/src/nv -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasi
ng -fno-common -Os -pipe -msoft-float -mregparm=3 -freg-s
truct-return -mpreferred-stack-boundary=2 -march=i686 -mtune=pentium4 -ffree
standing -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL
_FRAME=1 -I/usr/src/linux-2.6.21.3/include/asm-i386/mach-default -Iinclude/a
sm-i386/mach-default -fomit-frame-pointer -fno-stack-protector -Wdeclaration
-after-statement -Wno-pointer-sign -I/tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9
755-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-
subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-comm
on -msoft-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=9755 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DN
V_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX
_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -
DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_MM_KGDB_BREAKPOINT_PRESENT -DNV_REMAP_PF
N_RANGE_PRESENT -DNV_CHANGE_PAGE_ATT
R_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENA
ME=KBUILD_STR(os_registry)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tm
p/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.tmp_os-registry.o /t
mp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/os-registry.c
In file included from include/linux/list.h:8,
from include/linux/wait.h:22,
from include/asm/semaphore.h:41,
from include/linux/sched.h:59,
from include/linux/utsname.h:35,
from /tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src
/nv/nv-linux.h:19,
from /tmp/selfgz5959/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src
/nv/os-registry.c:14:
include/linux/prefetch.h: In function 'prefetch_range':
include/linux/prefetch.h:62: warning: pointer of type 'void *' used in arith
metic
|