[ATrpms-users] NVidia 173 kmdl for New F9 Kernel
Jean-Yves Avenard
jyavenard at gmail.com
Tue Nov 18 11:43:56 CET 2008
Hi
2008/11/18 Axel Thimm <Axel.Thimm at atrpms.net>:
> Hi,
>
> On Mon, Nov 17, 2008 at 09:24:13PM -0500, John Welch wrote:
>> Any chance of getting nVidia 173.14.12 (legacy) kmdls for the new F9 kernel
>> (2.6.27.5-37)? Am I just being impatient or is there some type of problem
>> building them? Seems like most of the other kmdls for this kernel have been
>> out for a few days now. I need these kmdls for my systems where I'm using
>> FX5200 cards.
>
> it fails due to the driver detecting xen support in the kernel:
>
> -> Performing Xen check.
> ERROR: The kernel you are installing for is a Xen kernel!
>
I had the same issue with the latest Ubuntu 8.10 kernel, those idiots
compiled the standard kernel with XEN support.
Here is what I did to get it to compile:
% cd /lib/modules/`uname -r`
% grep CONFIG_XEN . -Rl | xargs -i sed -i -e 's/CONFIG_XEN/CONFIG_LUPO/g' { }
% export IGNORE_XEN_PRESENCE=1
% cd -
% sh NVIDIA-Linux-x86_64-177.61.02-pkg2.run
nvidia only checks the presence of CONFIG_XEN in the config file
More information about the atrpms-users
mailing list