由 hpeter » 週六 1月 10, 2004 2:16 am
不好意思,我想再請問一下我的NVIDIA driver~
我是照下面的方面去做的
# sh NVIDIA-Linux-XXXX.run --extract-only
# cd NVIDIA-Linux-XXXX/usr/src/nv
# patch -p1 < ../../../../NVIDIA_kernel-XXXX-2.6.diff
# ln -s Makefile.kbuild Makefile
# cd ../../..
# make install
在make的時候出現了奇怪的問題 @@
make[1]: Entering directory `/root/NVIDIA-Linux-x86-1.0-5328-pkg1/usr/src/nv'
make[2]: Entering directory `/usr/src/kernel-source-2.6.0'
CHK include/linux/version.h
*** Warning: Overriding SUBDIRS on the command line can cause
*** inconsistencies
make[3]: `arch/i386/kernel/asm-offsets.s' is up to date.
Building modules, stage 2.
/usr/src/kernel-source-2.6.0/scripts/Makefile.modpost:17: *** Uh-oh, you have stale module entries. You messed with SUBDIRS,
/usr/src/kernel-source-2.6.0/scripts/Makefile.modpost:18: do not complain if something goes wrong.
MODPOST
make[2]: Leaving directory `/usr/src/kernel-source-2.6.0'
depmod: QM_MODULES: Function not implemented
make[1]: *** [module-install] Error 1
make[1]: Leaving directory `/root/NVIDIA-Linux-x86-1.0-5328-pkg1/usr/src/nv'
make: *** [kernel_module_install] Error 2
那個QM_MODULES 是什麼呢?@@
請幫小弟解惑一下 謝謝^^~