I had the same error with recent and old versions of nvidia source:

nvidia-kernel-source 1.0.8776-4
nvidia-kernel-source 1.0.9746-2
and even original nvidia package NVIDIA-Linux-x86-1.0-9755-pkg1.run

my workaround was to disable paravirtualization in kernel
(paravirt_ops have EXPORT_SYMBOL_GPL in Module.symvers and I think this couses the problem)
I've done this, more or less, that way:

1. Install linux-source-2.6.20-1-686
2. Uncompress /usr/src/linux-source-2.6.20-1-686.tar.bz2
3. delete symlink /lib/modules/2.6.20-1-686/build and make new (ln -s /usr/src/linux-source-2.6.20 /lib/modules/2.6.20-1-686/build) 4. copy .config from headers to sources (cp /usr/src/linux-headers-2.6.20-1-686/.config /usr/src/linux-source-2.6.20) 5. in sources dir 'make menuconfig' and disable paravirtualization in 'processor features'
6. make prepare
7. make scripts
8. now i could compile and install nvidia kernel driver

--
Michal Pokrywka <wolfmoon AT o2.pl>


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to