Установка драйвера NVIDIA (скоро убьюсь головой ап стену)

Cent OS, Scientific Linux

Модератор: Модераторы разделов

Аватара пользователя
lolobot
Сообщения: 436
ОС: Gentoo 2008.0

Установка драйвера NVIDIA

Сообщение lolobot »

Где нибудь есть точное, пошаговое и на сто процентов рабочее объяснение: "Как Ставить Драйверы Nvidia на Fedora Core 6", а то никак не могу поставить: поставил FC6, обновил, подключил репозитории livna, поставил следующие пакеты:
gcc
kernel-devel
xorg-x11-server-sdk
pkgconfig
kmod-nvidia
xorg-x11-drv-nvidia

И при попытке установки говорит, что не находит исходников ядра:
nvidia-installer.log

Код:

nvidia-installer log file '/var/log/nvidia-installer.log' creation time: Mon Apr 9 14:21:52 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 : (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 -> 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: Yes) -> No matching precompiled kernel interface was found on the NVIDIA ftp site; this means that the installer will need to compile a kernel interface for your kernel. -> Performing CC sanity check with CC="cc". -> Performing CC version check with CC="cc". ERROR: Unable to find the kernel source tree for the currently running kernel. Please make sure you have installed the kernel source files for your kernel and that they are properly configured; on Red Hat Linux systems, for example, be sure you have the 'kernel-source' RPM installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the '--kernel-source-path' command line option. 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.

Ну а если указать путь к исходникам вот так --kernel-source-path /usr/src/kernels/2.6.20-1.2933.fc6-i686 то установка начинается и вылетает с ошибкой ERROR: Unable to build the NVIDIA kernel module.
nvidia-installer.log

Код:

nvidia-installer log file '/var/log/nvidia-installer.log' creation time: Mon Apr 9 14:37:34 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 : (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 : /usr/src/kernels/2.6.20-1.2933.fc6-i686 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. -> 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: Yes) -> No matching precompiled kernel interface was found on the NVIDIA ftp site; this means that the installer will need to compile a kernel interface for your kernel. -> Performing CC sanity check with CC="cc". -> Performing CC version check with CC="cc". -> Using the kernel source path '/usr/src/kernels/2.6.20-1.2933.fc6-i686' as specified by the '--kernel-source-path' commandline option. -> Kernel source path: '/usr/src/kernels/2.6.20-1.2933.fc6-i686' -> Kernel output path: '/usr/src/kernels/2.6.20-1.2933.fc6-i686' -> Performing rivafb check. -> Performing nvidiafb 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.o nv-vm.o os- agp.o os-interface.o os-registry.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 -rf .tmp_versions -> Building kernel module: executing: 'cd ./usr/src/nv; make module SYSSRC=/usr/src/kernels/2.6.20-1.29 33.fc6-i686 SYSOUT=/usr/src/kernels/2.6.20-1.2933.fc6-i686'... NVIDIA: calling KBUILD... make CC=cc KBUILD_VERBOSE=1 -C /usr/src/kernels/2.6.20-1.2933.fc6-i686 SUBD IRS=/tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv 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/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/.tmp_vers ions rm -f /tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/.tmp_version s/* make -f scripts/Makefile.build obj=/tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184 -pkg1/usr/src/nv echo \#define NV_COMPILER \"`cc -v 2>&1 | tail -n 1`\" > /tmp/selfgz5247/NVI DIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv_compiler.h cc -Wp,-MD,/tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/.nv.o .d -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.1/include -D__KERN EL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-pr ototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-implicit-function-declaration -Os -pipe -msoft-float -mregpa rm=3 -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -mtune=generic -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_ SIGNAL_FRAME=1 -Iinclude/asm-i386/mach-generic -Iinclude/asm-i386/mach-defau lt -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-stateme nt -Wno-pointer-sign -I/tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/sr c/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wpa rentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -MD -Wsi gn-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMO DULE -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV _MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=7184 -DNV_UNIX -DNV _LINUX - DNV_INT64_OK -DNVCPU_X86 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT _RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_P M_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_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(nv)" -D"K BUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz5247/NVIDIA-Linux-x86-1.0 -7184-pkg1/usr/src/nv/.tmp_nv.o /tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pk g1/usr/src/nv/nv.c In file included from /tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src /nv/nv.c:14: /tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv-linux.h:17:26: error: linux/config.h: пВІпв•Јяв”Њ яв”Њпв•џпв•Ёп╬пЁп╬ яв””пв•џпв•§пв•©пв•џ п╦пв•©п╦ пв•Ёпв•џяв”Њпв•џпв•©п╬пЁп в•џ 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/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src /nv/nv-linux.h:19, from /tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src /nv/nv.c:14: include/linux/prefetch.h: пв–“ яв””яв”ђпв•«пв•Ёяв”њп╦п╦ Б─≤prefetch_rangeБ─≥ include/linux/prefetch.h:62: п©яв”Ђпв•Јпв•ўяв”ђп©яв”Ђпв•Јп╤пв•ўпв•Јпв•«п╦пв•Ј: пв•Ў пв•џяв”Ђп╦яв””пв•Єпв•Јяв”Њ п╦я┤пв•Јяв”‚пв•Ёп╬пв•Є пв•Ўяв–Ђяв”Ђпв•џп╤пв•Јпв•«п╦п╦ п╦яв”‚п©п╬пв•©яв–„пв•Ґп╬пв•Ўпв•џпв•« яв”ђпв•Ёпв•џпв•Ґпв•џяв”Њпв•Јпв•©яв–„ Б─≤VOID *Б─≥ /tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c: пВІпв•џ пв•Ўпв•Јяв”Ђя в”пїЅпв•«пв•Јпв•Є яв”ђяв”Ђп╬пв•Ўпв•«пв•Ј: /tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:93: п©яв”Ђпв•Јпв•ўя в”ђп©яв”Ђпв•Јп╤пв•ўпв•Јпв•«п╦пв•Ј: п╦пв•Єяв–ђ Б─≤kmem_cache_tБ─≥ пв• яв”ђпв•ўпв•Јяв”Њ п╦яв”‚пв•Ёпв•©яв–Њя┤пв•Јпв•«п╬ пв•Ў пв• яв”ђпв•ўяв”ђя┴п╦яв”пїЅ пв•Ўпв•Јяв”Ђяв”‚п╦яв–ђяв”пїЅ /tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c: пв–“ яв””яв”ђпв•«пв•Ёя в”њп╦п╦ Б─≤nv_kern_openБ─≥ /tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:1764: п©яв”Ђпв•Јп в•ўяв”ђп©яв”Ђпв•Јп╤пв•ўпв•Јпв•«п╦пв•Ј: passing argument 2 of Б─≤request_irqБ─≥ from incompat ible pointer type make[3]: *** [/tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.o ] п·я┬п╦пв• пв•Ёпв•џ 1 make[2]: *** [_module_/tmp/selfgz5247/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src /nv] п·я┬п╦пв• пв•Ёпв•џ 2 NVIDIA: left KBUILD. nvidia.ko failed to build! make[1]: *** [module] п·я┬п╦пв• пв•Ёпв•џ 1 make: *** [module] п·я┬п╦пв• пв•Ёпв•џ 2 -> Error. ERROR: Unable to build the NVIDIA kernel 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.


ЗЫ Причем раньше, когда я ставил федору таких проблем не возникало (как кстати и во всех других дистрибах, которые я юзал), хотя тогда когда я в прошлый раз ставил fc6 - ядро было помладше и обновлений вроде поменьше: а то сейчас аж 600 метров вытянул :(.
GNU/Linux forever! [Gentoo 2008.0]
Спасибо сказали:
Аватара пользователя
Uncle_Theodore
Сообщения: 3339
ОС: Slackware 12.2, ArchLinux 64

Re: Установка драйвера NVIDIA

Сообщение Uncle_Theodore »

А вот тута у тебя в сообщении об ошибке написано
echo " Run 'make oldconfig && make prepare' on kernel src to fix it

Ты так пробовал сделать?
Спасибо сказали:
Аватара пользователя
lolobot
Сообщения: 436
ОС: Gentoo 2008.0

Re: Установка драйвера NVIDIA

Сообщение lolobot »

Uncle_Theodore писал(а):
08.04.2007 02:05
Ты так пробовал сделать?

Нулевой результат - все то же самое.

Попробовал скачать новые дрова 1.0-9755, они при --kernel-source-path /usr/src/kernels/2.6.20-1.2933.fc6-i686 ругаются так:

Код:

nvidia-installer log file '/var/log/nvidia-installer.log' creation time: Mon Apr 9 15:12:16 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 : (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 : /usr/src/kernels/2.6.20-1.2933.fc6-i686 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 -> Tagging shared libraries with chcon -t textrel_shlib_t. -> 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: Yes) -> No matching precompiled kernel interface was found on the NVIDIA ftp site; this means that the installer will need to compile a kernel interface for your kernel. -> Performing CC sanity check with CC="cc". -> Performing CC version check with CC="cc". -> Using the kernel source path '/usr/src/kernels/2.6.20-1.2933.fc6-i686' as specified by the '--kernel-source-path' commandline option. -> Kernel source path: '/usr/src/kernels/2.6.20-1.2933.fc6-i686' -> Kernel output path: '/usr/src/kernels/2.6.20-1.2933.fc6-i686' -> 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=/usr/src/kernels/2.6.20-1.29 33.fc6-i686 SYSOUT=/usr/src/kernels/2.6.20-1.2933.fc6-i686'... sh ./conftest.sh "cc" "cc" /usr/src/kernels/2.6.20-1.2933.fc6-i686 /usr/src/ kernels/2.6.20-1.2933.fc6-i686 cc_sanity_check full_output sh ./conftest.sh "cc" "cc" /usr/src/kernels/2.6.20-1.2933.fc6-i686 /usr/src/ kernels/2.6.20-1.2933.fc6-i686 select_makefile full_output make --no-print-directory -f Makefile module NVIDIA: calling KBUILD... make CC=cc KBUILD_VERBOSE=1 -C /usr/src/kernels/2.6.20-1.2933.fc6-i686 SUBD IRS=/tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv 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/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.tmp_ver sions rm -f /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.tmp_versio ns/* make -f scripts/Makefile.build obj=/tmp/selfgz10991/NVIDIA-Linux-x86-1.0-975 5-pkg1/usr/src/nv echo \#define NV_COMPILER \"`cc -v 2>&1 | tail -n 1`\" > /tmp/selfgz10991/NV IDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv_compiler.h cc -Wp,-MD,/tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.nv. o.d -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.1/include -D__KER NEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-p rototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstrict-prototype s -Wundef -Werror-implicit-function-declaration -Os -pipe -msoft-float -mreg parm=3 -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -mtune=gener ic -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_C FI_SIGNAL_FRAME=1 -Iinclude/asm-i386/mach-generic -Iinclude/asm-i386/mach-de fault -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-stat ement -Wno-pointer-sign -I/tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/us r/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscri pts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common - msoft-float -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KE RNEL_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_MAJOR_VERSION=1 -DNV_MINOR_VER SION=0 -DNV_PATCHLEVEL=9755 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RL IM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSC TL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRE SENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_MM_KGDB_BREAKPOINT_PRESENT -DNV_RE MAP_PFN_RANGE_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT -DM ODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)" -D"KBUILD_MOD NAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pk g1/usr/src/nv/.tmp_nv.o /tmp/selfgz10991/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/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/sr c/nv/nv-linux.h:19, from /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/sr c/nv/nv.c:14: include/linux/prefetch.h: пв–“ яв””яв”ђпв•«пв•Ёяв”њп╦п╦ Б─≤prefetch_rangeБ─≥ include/linux/prefetch.h:62: п©яв”Ђпв•Јпв•ўяв”ђп©яв”Ђпв•Јп╤пв•ўпв•Јпв•«п╦пв•Ј: пв•Ў пв•џяв”Ђп╦яв””пв•Єпв•Јяв”Њ п╦я┤пв•Јяв”‚пв•Ёп╬пв•Є пв•Ўяв–Ђяв”Ђпв•џп╤пв•Јпв•«п╦п╦ п╦яв”‚п©п╬пв•©яв–„пв•Ґп╬пв•Ўпв•џпв•« яв”ђпв•Ёпв•џпв•Ґпв•џяв”Њпв•Јпв•©яв–„ Б─≤VOID *Б─≥ /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv.c: пВІпв•џ пв•Ўпв•Јяв”Ђ яв”пїЅпв•«пв•Јпв•Є яв”ђяв”Ђп╬пв•Ўпв•«пв•Ј: /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv.c:110: п©яв”Ђпв•Јп в•ўяв”ђп©яв”Ђпв•Јп╤пв•ўпв•Јпв•«п╦пв•Ј: п╦пв•Єяв–ђ Б─≤kmem_cache_tБ─≥ пв• яв”ђпв•ўпв•Јяв”Њ п╦яв”‚пв•Ёпв•©яв–Њя┤пв•Јпв•« п╬ пв•Ў пв• яв”ђпв•ўяв”ђя┴п╦яв”пїЅ пв•Ўпв•Јяв”Ђяв”‚п╦яв–ђяв”пїЅ /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv.c: пв–“ яв””яв”ђпв•«пв•Ё яв”њп╦п╦ Б─≤__nv_setup_pat_entriesБ─≥ /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv.c:955: п©яв”Ђпв•Јп в•ўяв”ђп©яв”Ђпв•Јп╤пв•ўпв•Јпв•«п╦пв•Ј: яв”‚яв”Ђпв•џпв•Ўпв•«пв•Јпв•«п╦пв•Ј пв•Ґпв•«пв•џпв•Ёп╬пв•Ўп╬пЁп╬ п╦ пв• пв•Јпв•Ґпв•Ґпв•«пв•џ пв•Ёп╬пв•Ўп╬пЁп╬ пв•Ґпв•«пв•џя┤пв•Јпв•«п╦пв•§ /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv.c: пв–“ яв””яв”ђпв•«пв•Ё яв”њп╦п╦ Б─≤__nv_restore_pat_entriesБ─≥ /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv.c:981: п©яв”Ђпв•Јп в•ўяв”ђп©яв”Ђпв•Јп╤пв•ўпв•Јпв•«п╦пв•Ј: яв”‚яв”Ђпв•џпв•Ўпв•«пв•Јпв•«п╦пв•Ј пв•Ґпв•«пв•џпв•Ёп╬пв•Ўп╬пЁп╬ п╦ пв• пв•Јпв•Ґпв•Ґпв•«пв•џ пв•Ёп╬пв•Ўп╬пЁп╬ пв•Ґпв•«пв•џя┤пв•Јпв•«п╦пв•§ /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv.c: пв–“ яв””яв”ђпв•«пв•Ё яв”њп╦п╦ Б─≤nv_kern_cpu_callbackБ─≥ /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv.c:1287: п©яв”Ђпв•Ј пв•ўяв”ђп©яв”Ђпв•Јп╤пв•ўпв•Јпв•«п╦пв•Ј: яв”‚яв”Ђпв•џпв•Ўпв•«пв•Јпв•«п╦пв•Ј пв•Ґпв•«пв•џпв•Ёп╬пв•Ўп╬пЁп╬ п╦ пв• пв•Јпв•Ґпв•Ґпв•«п в•џпв•Ёп╬пв•Ўп╬пЁп╬ пв•Ґпв•«пв•џя┤пв•Јпв•«п╦пв•§ /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv.c:1294: п©яв”Ђпв•Ј пв•ўяв”ђп©яв”Ђпв•Јп╤пв•ўпв•Јпв•«п╦пв•Ј: яв”‚яв”Ђпв•џпв•Ўпв•«пв•Јпв•«п╦пв•Ј пв•Ґпв•«пв•џпв•Ёп╬пв•Ўп╬пЁп╬ п╦ пв• пв•Јпв•Ґпв•Ґпв•«п в•џпв•Ёп╬пв•Ўп╬пЁп╬ пв•Ґпв•«пв•џя┤пв•Јпв•«п╦пв•§ cc -Wp,-MD,/tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.nv- vm.o.d -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.1/include -D__ KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstric t-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstrict-protot ypes -Wundef -Werror-implicit-function-declaration -Os -pipe -msoft-float -m regparm=3 -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -mtune=ge neric -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_A S_CFI_SIGNAL_FRAME=1 -Iinclude/asm-i386/mach-generic -Iinclude/asm-i386/mach -default -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-s tatement -Wno-pointer-sign -I/tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1 /usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscrip ts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -m soft-float -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KER NEL_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERS ION=0 -DNV_PATCHLEVEL=9755 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLI M -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCT L_MAX_MAP_COUNT_PRESEN T -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAG E_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"KBUILD_BASENAME=KBUILD_STR(nv_vm)" -D"KBUILD_MODNAME=KBUILD_STR(nvid ia)" -c -o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.tmp_n v-vm.o /tmp/selfgz10991/NVIDIA-Linux-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/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/sr c/nv/nv-linux.h:19, from /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/sr c/nv/nv-vm.c:14: include/linux/prefetch.h: пв–“ яв””яв”ђпв•«пв•Ёяв”њп╦п╦ Б─≤prefetch_rangeБ─≥ include/linux/prefetch.h:62: п©яв”Ђпв•Јпв•ўяв”ђп©яв”Ђпв•Јп╤пв•ўпв•Јпв•«п╦пв•Ј: пв•Ў пв•џяв”Ђп╦яв””пв•Єпв•Јяв”Њ п╦я┤пв•Јяв”‚пв•Ёп╬пв•Є пв•Ўяв–Ђяв”Ђпв•џп╤пв•Јпв•«п╦п╦ п╦яв”‚п©п╬пв•©яв–„пв•Ґп╬пв•Ўпв•џпв•« яв”ђпв•Ёпв•џпв•Ґпв•џяв”Њпв•Јпв•©яв–„ Б─≤VOID *Б─≥ cc -Wp,-MD,/tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.os- agp.o.d -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.1/include -D_ _KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstri ct-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstrict-proto types -Wundef -Werror-implicit-function-declaration -Os -pipe -msoft-float - mregparm=3 -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -mtune=g eneric -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_ AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-i386/mach-generic -Iinclude/asm-i386/mac h-default -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after- statement -Wno-pointer-sign -I/tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg 1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscri pts -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 =9755 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDG E_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESE NT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PA GE_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"KBUILD_BASENAME=KBUILD_STR(os_agp)" -D"KBUILD_MODNAME=KBUILD_STR(nv idia)" -c -o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.tmp _os-agp.o /tmp/selfgz10991/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/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/sr c/nv/nv-linux.h:19, from /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/sr c/nv/os-agp.c:24: include/linux/prefetch.h: пв–“ яв””яв”ђпв•«пв•Ёяв”њп╦п╦ Б─≤prefetch_rangeБ─≥ include/linux/prefetch.h:62: п©яв”Ђпв•Јпв•ўяв”ђп©яв”Ђпв•Јп╤пв•ўпв•Јпв•«п╦пв•Ј: пв•Ў пв•џяв”Ђп╦яв””пв•Єпв•Јяв”Њ п╦я┤пв•Јяв”‚пв•Ёп╬пв•Є пв•Ўяв–Ђяв”Ђпв•џп╤пв•Јпв•«п╦п╦ п╦яв”‚п©п╬пв•©яв–„пв•Ґп╬пв•Ўпв•џпв•« яв”ђпв•Ёпв•џпв•Ґпв•џяв”Њпв•Јпв•©яв–„ Б─≤VOID *Б─≥ cc -Wp,-MD,/tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.os- interface.o.d -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.1/inclu de -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 -pipe -msoft-f loat -mregparm=3 -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -m tune=generic -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DC ONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-i386/mach-generic -Iinclude/asm-i3 86/mach-default - fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-statement - Wno-pointer-sign -I/tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/n v -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparen theses -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=9755 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULT IPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_C OUNT_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_RANG E_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -D"KBU ILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_interface)" -D"KBUILD_MODNA ME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1 /usr/src/nv/.tmp_os-interface.o /tm p/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/os-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/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/sr c/nv/nv-linux.h:19, from /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/sr c/nv/os-interface.c:26: include/linux/prefetch.h: пв–“ яв””яв”ђпв•«пв•Ёяв”њп╦п╦ Б─≤prefetch_rangeБ─≥ include/linux/prefetch.h:62: п©яв”Ђпв•Јпв•ўяв”ђп©яв”Ђпв•Јп╤пв•ўпв•Јпв•«п╦пв•Ј: пв•Ў пв•џяв”Ђп╦яв””пв•Єпв•Јяв”Њ п╦я┤пв•Јяв”‚пв•Ёп╬пв•Є пв•Ўяв–Ђяв”Ђпв•џп╤пв•Јпв•«п╦п╦ п╦яв”‚п©п╬пв•©яв–„пв•Ґп╬пв•Ўпв•џпв•« яв”ђпв•Ёпв•џпв•Ґпв•џяв”Њпв•Јпв•©яв–„ Б─≤VOID *Б─≥ cc -Wp,-MD,/tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.os- registry.o.d -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.1/includ e -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef - Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fn o-common -Wstrict-prototypes -Wundef -Werror-implicit-function-declaration - Os -pipe -msoft-float -mregparm=3 -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -mtune=generic -ffreestanding -maccumulate-outgoing-args -DCO NFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-i386/mach-generic -Iinclude/asm-i386/mach-default -fomit-frame-pointer -g -fno-stack-protecto r -Wdeclaration-after-statement -Wno-pointer-sign -I/tmp/selfgz10991/NVIDIA- Linux-x86-1.0-9755-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch - Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -We rror -O -fno-common -msoft-float -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_MAJOR_VE RSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=9755 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CL ASS_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_PFN_RANGE _PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -D"KBUI LD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_registry)" -D"KBUILD_MODNAME =KBUILD_STR(nvidia)" -c -o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/u sr/src/nv/.tmp_os-registry.o /tmp/selfgz10991/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/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/sr c/nv/nv-linux.h:19, from /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/sr c/nv/os-registry.c:14: include/linux/prefetch.h: пв–“ яв””яв”ђпв•«пв•Ёяв”њп╦п╦ Б─≤prefetch_rangeБ─≥ include/linux/prefetch.h:62: п©яв”Ђпв•Јпв•ўяв”ђп©яв”Ђпв•Јп╤пв•ўпв•Јпв•«п╦пв•Ј: пв•Ў пв•џяв”Ђп╦яв””пв•Єпв•Јяв”Њ п╦я┤пв•Јяв”‚пв•Ёп╬пв•Є пв•Ўяв–Ђяв”Ђпв•џп╤пв•Јпв•«п╦п╦ п╦яв”‚п©п╬пв•©яв–„пв•Ґп╬пв•Ўпв•џпв•« яв”ђпв•Ёпв•џпв•Ґпв•џяв”Њпв•Јпв•©яв–„ Б─≤VOID *Б─≥ cc -Wp,-MD,/tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.nv- i2c.o.d -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.1/include -D_ _KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstri ct-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstrict-proto types -Wundef -Werror-implicit-function-declaration -Os -pipe -msoft-float - mregparm=3 -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -mtune=g eneric -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_ AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-i386/mach-generic -Iinclude/asm-i386/mac h-default -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after- statement -Wno-pointer-sign -I/tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg 1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscri pts -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 -D NV_MINOR_VERSION=0 -DNV_PATCHLEVEL=9755 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGN AL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESE NT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOO SE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_MM_KGDB_BREAKPOINT_PRE SENT -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_i2c) " -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz10991/NVIDIA-Linux -x86-1.0-9755-pkg1/usr/src/nv/.tmp_nv-i2c.o /tmp/selfgz10991/NVIDIA-Linux-x8 6-1.0-9755-pkg1/usr/src/nv/nv-i2c.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/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/sr c/nv/nv-linux.h:19, from /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/sr c/nv/nv-i2c.c:8: include/linux/prefetch.h: пв–“ яв””яв”ђпв•«пв•Ёяв”њп╦п╦ Б─≤prefetch_rangeБ─≥ include/linux/prefetch.h:62: п©яв”Ђпв•Јпв•ўяв”ђп©яв”Ђпв•Јп╤пв•ўпв•Јпв•«п╦пв•Ј: пв•Ў пв•џяв”Ђп╦яв””пв•Єпв•Јяв”Њ п╦я┤пв•Јяв”‚пв•Ёп╬пв•Є пв•Ўяв–Ђяв”Ђпв•џп╤пв•Јпв•«п╦п╦ п╦яв”‚п©п╬пв•©яв–„пв•Ґп╬пв•Ўпв•џпв•« яв”ђпв•Ёпв•џпв•Ґпв•џяв”Њпв•Јпв•©яв–„ Б─≤VOID *Б─≥ ld -m elf_i386 -m elf_i386 -r -o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-97 55-pkg1/usr/src/nv/nvidia.o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/ usr/src/nv/nv-kernel.o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/s rc/nv/nv.o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv-vm. o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/os-agp.o /tmp/s elfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/os-interface.o /tmp/sel fgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/os-registry.o /tmp/selfgz 10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv-i2c.o Building modules, stage 2. make -f /usr/src/kernels/2.6.20-1.2933.fc6-i686/scripts/Makefile.modpost scripts/mod/modpost -m -a -i /usr/src/kernels/2.6.20-1.2933.fc6-i686/Modul e.symvers -I /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/Modu le.symvers -o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/Mod ule.symvers -w /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/n vidia.o WARNING: could not find /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/ src/nv/.nv-kernel.o.cmd for /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/ usr/src/nv/nv-kernel.o cc -Wp,-MD,/tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/.nvi dia.mod.o.d -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.1/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 -pipe -msoft-floa t -mregparm=3 -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -mtun e=generic -ffreestanding -maccumulate-outgoing-args -DCON FIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-i386/mach-generic -Iinclude/asm-i386/mach-default -fomit-frame-pointer -g -fno-stack-protecto r -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D "KBUILD_BASENAME=KBUILD_STR(nvidia.mod)" -D"KBUILD_MODNAME=KBUILD_STR(nvidi a)" -DMODULE -c -o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/n v/nvidia.mod.o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/usr/src/nv/nv idia.mod.c ld -m elf_i386 -m elf_i386 -r -o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-975 5-pkg1/usr/src/nv/nvidia.ko /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-pkg1/ usr/src/nv/nvidia.o /tmp/selfgz10991/NVIDIA-Linux-x86-1.0-9755-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: SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts Bluetooth: Core ver 2.11 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized 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 SELinux: initialized (dev autofs, type autofs), uses genfs_contexts SELinux: initialized (dev autofs, type autofs), uses genfs_contexts SELinux: initialized (dev autofs, type autofs), uses genfs_contexts eth0: no IPv6 routers present ReiserFS: sda1: found reiserfs format "3.6" with standard journal ReiserFS: sda1: using ordered data mode ReiserFS: sda1: journal params: device sda1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ReiserFS: sda1: checking transaction log (sda1) ReiserFS: sda1: Using r5 hash to sort names SELinux: initialized (dev sda1, type reiserfs), uses genfs_contexts audit(1176116445.640:4): enforcing=0 old_enforcing=1 auid=4294967295 nvidia: version magic '2.6.20-1.2933.fc6 SMP mod_unload 686 4KSTACKS ' should be '2.6.20-1.2933.fc6 SMP mod_unload 586 4KSTACKS ' nvidia: version magic '2.6.20-1.2933.fc6 SMP mod_unload 686 4KSTACKS ' should be '2.6.20-1.2933.fc6 SMP mod_unload 586 4KSTACKS ' nvidia: version magic '2.6.20-1.2933.fc6 SMP mod_unload 686 4KSTACKS ' should be '2.6.20-1.2933.fc6 SMP mod_unload 586 4KSTACKS ' 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.

gcc (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51); файла nvidia.ko в папке с исходниками ядра нет.
GNU/Linux forever! [Gentoo 2008.0]
Спасибо сказали:
Аватара пользователя
INF[SZ]
Сообщения: 395
ОС: Centos

Re: Установка драйвера NVIDIA

Сообщение INF[SZ] »

Поставьте kernel-headers.

Кстати последние версии драйверов от Nvidia не работают со старыми видеокартами типа MX200, MX400.
Я не понял Вашего вопроса, но я Вам на него отвечу.
Спасибо сказали:
Аватара пользователя
lolobot
Сообщения: 436
ОС: Gentoo 2008.0

Re: Установка драйвера NVIDIA

Сообщение lolobot »

INF писал(а):
08.04.2007 06:57
Поставьте kernel-headers.

Кстати последние версии драйверов от Nvidia не работают со старыми видеокартами типа MX200, MX400.

kernel-headers стояли в федоре по умолчанию. Карточка не старая GF FX 6600 128Mb. И еще примечательный момент:

Код: Выделить всё

[root@dhcppc0 lol]# yum install kmod-nvidia xorg-x11-drv-nvidia
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package kmod-nvidia.i686 0:1.0.9755-2.2.6.20_1.2933.fc6 set to be installed
---> Package xorg-x11-drv-nvidia.i386 0:1.0.9755-3.lvn6 set to be updated
--> Running transaction check
--> Processing Dependency: kernel-i686 = 2.6.20-1.2933.fc6 for package: kmod-nvidia
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package kernel.i686 0:2.6.20-1.2933.fc6 set to be installed
--> Running transaction check
--> Populating transaction set with selected packages. Please wait.
---> Package kernel.i586 0:2.6.18-1.2798.fc6 set to be erased
--> Running transaction check

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 kmod-nvidia             i686       1.0.9755-2.2.6.20_1.2933.fc6  livna             2.3 M
 xorg-x11-drv-nvidia     i386       1.0.9755-3.lvn6  livna             4.9 M
Removing:
 kernel                  i586       2.6.18-1.2798.fc6  installed          43 M
Installing for dependencies:
 kernel                  i686       2.6.20-1.2933.fc6  updates            16 M

Transaction Summary
=============================================================================
Install      3 Package(s)
Update       0 Package(s)
Remove       1 Package(s)

Total download size: 23 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test


Transaction Check Error:
  package kernel-2.6.20-1.2933.fc6 is already installed
  file /boot/System.map-2.6.20-1.2933.fc6 from install of kernel-2.6.20-1.2933.fc6 conflicts with file from package kernel-2.6.20-1.2933.fc6
  file /boot/config-2.6.20-1.2933.fc6 from install of kernel-2.6.20-1.2933.fc6 conflicts with file from package kernel-2.6.20-1.2933.fc6
  file /boot/symvers-2.6.20-1.2933.fc6.gz from install of kernel-2.6.20-1.2933.fc6 conflicts with file from package kernel-2.6.20-1.2933.fc6
  file /boot/vmlinuz-2.6.20-1.2933.fc6 from install of kernel-2.6.20-1.2933.fc6 conflicts with file from package kernel-2.6.20-1.2933.fc6

Error Summary
-------------

[root@dhcppc0 lol]#
GNU/Linux forever! [Gentoo 2008.0]
Спасибо сказали:
tba
Сообщения: 48
ОС: Debian, Centos

Re: Установка драйвера NVIDIA

Сообщение tba »

lolobot писал(а):
08.04.2007 13:17
kernel-headers стояли в федоре по умолчанию. Карточка не старая GF FX 6600 128Mb. И еще примечательный момент:

Код: Выделить всё

[root@dhcppc0 lol]# yum install kmod-nvidia xorg-x11-drv-nvidia
Loading "installonlyn" plugin
...


А ядро 2.6.20 уже установлено? В федоре из-за бага в анаконде вроде ставится i586. Покажите вывод arch. Если действительно i586, то тут написано решение
Спасибо сказали:
Аватара пользователя
lolobot
Сообщения: 436
ОС: Gentoo 2008.0

Re: Установка драйвера NVIDIA

Сообщение lolobot »

tba писал(а):
08.04.2007 15:06
А ядро 2.6.20 уже установлено? В федоре из-за бага в анаконде вроде ставится i586. Покажите вывод arch. Если действительно i586, то тут написано решение

20e yadro yze ystanvleno.

Код: Выделить всё

[lol@dhcppc0 ~]$ arch
i686
GNU/Linux forever! [Gentoo 2008.0]
Спасибо сказали:
tba
Сообщения: 48
ОС: Debian, Centos

Re: Установка драйвера NVIDIA

Сообщение tba »

lolobot писал(а):
08.04.2007 15:22
20e yadro yze ystanvleno.

Код: Выделить всё

[lol@dhcppc0 ~]$ arch
i686


Странно, по вашему логу такое впечаление, что рпм не видит новое ядро.
Ядро yum'ом обновляли?
rpm -q kernel и uname -a покажите для очистки совести )
А через rpm -i не пробовали ставить kmod-nvidia?
Спасибо сказали:
ginn
Сообщения: 1
ОС: FC6

Re: Установка драйвера NVIDIA

Сообщение ginn »

tba писал(а):
08.04.2007 15:38
Странно, по вашему логу такое впечаление, что рпм не видит новое ядро.
Ядро yum'ом обновляли?
rpm -q kernel и uname -a покажите для очистки совести )
А через rpm -i не пробовали ставить kmod-nvidia?


вот, у меня такая же проблема :(
ядро обновляла yum'ом

Код: Выделить всё

[root@hellawes ~]# rpm -q kernel
kernel-2.6.20-1.2933.fc6

[root@hellawes ~]# uname -a
Linux hellawes 2.6.20-1.2933.fc6 #1 SMP Mon Mar 19 10:42:48 EDT 2007 i686 i686 i386 GNU/Linux


через rpm -i не ставится
Спасибо сказали:
tba
Сообщения: 48
ОС: Debian, Centos

Re: Установка драйвера NVIDIA

Сообщение tba »

ginn писал(а):
12.04.2007 14:01
вот, у меня такая же проблема :(
ядро обновляла yum'ом

Код: Выделить всё

[root@hellawes ~]# rpm -q kernel
kernel-2.6.20-1.2933.fc6

[root@hellawes ~]# uname -a
Linux hellawes 2.6.20-1.2933.fc6 #1 SMP Mon Mar 19 10:42:48 EDT 2007 i686 i686 i386 GNU/Linux


через rpm -i не ставится


Только что у себя поставил - без проблем
Попробуйте все обновить через "yum update", если есть возможность
Спасибо сказали:
Аватара пользователя
BaZilio
Сообщения: 457
Статус: Say оПХБЕР again!

Re: Установка драйвера NVIDIA

Сообщение BaZilio »

Иногда бывает полезно "прочистить yum мозги" с помощью yum clean all.

Windows XP:
Netbook - Acer Aspire One A150.
Debian Squeeze amd64:
Laptop - Acer TravelMate 5520G.
Laptop_work - Toshiba Satellite C660.
Windows 7 x64:
Desktop - Core2Duo 6600 2.4GHz/6 GB/i965/GeForce 9500GT.

4 the lulz!
Спасибо сказали: