Hi, A short-term workaround for using nvidia-kernel-source with kernel 2.6.21 is to add the following two lines to the top area of makefile.kbuild in the nvidia module source:
PARAVIRT_OPS := $(shell grep "D paravirt_ops" /boot/System.map-$(shell uname -r) | colrm 9) EXTRA_LDFLAGS := --defsym paravirt_ops=0x$(PARAVIRT_OPS) That will allow the module to compile against the kernel in unstable and works fine. I am writing from a test machine (Pentium 4 i686 SMP) here and have no problems thus far. I am running up-to-date unstable, in case you need to know. - Lawrence -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]