I have suse11.
I installed kernel-default (2.6.25.11-0.1) and kernel-xen ( 2.6.25.11-0.1-xen) rpms.
NVIDIA-Linux-x86_64-177.13-pkg2 was successfully installed under 2.6.25.11-0.1. But I have an issue with 2.6.25.11-0.1-xen.
Installer complains for incompatible sources.
…
kernel name : 2.6.25.11-0.1-xen
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
-> Only installing a kernel module for a non-running kernel; skipping the “is
an X server running?” test.
-> Only installing a kernel module for a non-running kernel; skipping the “is
an NVIDIA kernel module loaded?” test.
-> License accepted by command line option.
-> Installing NVIDIA driver version 177.13.
-> Not probing for precompiled kernel interfaces.
-> Performing CC sanity check with CC=“cc”.
-> Kernel source path: ‘/lib/modules/2.6.25.11-0.1-xen/source’
-> Kernel output path: ‘/lib/modules/2.6.25.11-0.1-xen/build’
ERROR: If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.If you are using a Linux 2.6 kernel, please make sure you have configured kernel sources matching your kernel installed on your system. If you specified a separate output directory using either the "KBUILD_OUTPUT" or the "O" KBUILD parameter, make sure to specify this directory with the SYSOUT environment variable or with the equivalent nvidia-installer command line option. Depending on where and how the kernel sources (or the kernel headers) were installed, you may need to specify their location with the SYSSRC environment variable or the equivalent nvidia-installer command line option.
ERROR: Installation has failed.
here is the directory pointed by the kernel_source parameter given to the nvidia installer
sz@linux-gs2q:/lib/modules/2.6.25.11-0.1-xen> ls -l
загалом 1796
lrwxrwxrwx 1 root root 43 сер 15 22:31 build -> /usr/src/linux-2.6.25.11-0.1-obj/x86_64/xen
drwxr-xr-x 10 root root 4096 сер 15 22:27 kernel
-rw-r–r-- 1 root root 400093 сер 15 22:27 modules.alias
-rw-r–r-- 1 root root 69 сер 15 22:27 modules.ccwmap
-rw-r–r-- 1 root root 369559 сер 15 22:27 modules.dep
-rw-r–r-- 1 root root 813 сер 15 22:27 modules.ieee1394map
-rw-r–r-- 1 root root 375 сер 15 22:27 modules.inputmap
-rw-r–r-- 1 root root 18759 сер 15 22:27 modules.isapnpmap
-rw-r–r-- 1 root root 74 сер 15 22:27 modules.ofmap
-rw-r–r-- 1 root root 312229 сер 15 22:27 modules.pcimap
-rw-r–r-- 1 root root 1009 сер 15 22:27 modules.seriomap
-rw-r–r-- 1 root root 167784 сер 15 22:27 modules.symbols
-rw-r–r-- 1 root root 27525 сер 15 22:27 modules.unsupported.blacklist
-rw-r–r-- 1 root root 484726 сер 15 22:27 modules.usbmap
lrwxrwxrwx 1 root root 28 сер 15 22:29 source -> /usr/src/linux-2.6.25.11-0.1
and the include files directory
sz@linux-gs2q:/lib/modules/2.6.25.11-0.1-xen/build/include> ls -l
загалом 28
lrwxrwxrwx 1 root root 8 сер 16 12:07 asm -> asm-x86/
drwxr-xr-x 2 root root 4096 сер 15 22:29 asm-x86
drwxr-xr-x 432 root root 20480 сер 15 22:29 config
drwxr-xr-x 2 root root 4096 сер 15 22:29 linux
i’ve tried
>sudo ln -s /usr/src/linux/include/xen/ ./asm
and
>sudo ln -s /usr/src/linux/include/asm_x86/ ./asm
but still doesn’t work…
hope somebody helps me
ps stuff like IGNORE_XEN_PRESENCE and several nvidia installer patches doesn’t help