Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
The nvidia installer claims that modversion.h is missing and that the kernel sources are not configured. So I installed them with the package manager and followed the official instructions:
make xconfig:
make dep:
make clean:
make bzimage stopped; no rules etc...
make modules.
make install:
make modules-install; stopped: no rules etc...
Also, no /lib/modules/2.6.3-4mdkcustom, skipping creation of inird,
and
defaulllt vmlinux version is not the same as initrd, you have a mdk kernel but not a mdk initrd.
What should I try in order to install the sources corrrectly?
make dep went out with the 2.4 kernel series. If you want to clean the kernel source use make mrproper not make clean. If I were you, I would put a copy of your old kernel .config in the source folder then
make menuconfig
make
make modules_install
cp arch/i386/boot/bzImage /boot
cp System.map /boot
Then update your bootloader so it boots the new kernel
The kernel sources seem to be installed ok as make and make_modules_install went through ok.
However, the nvidia 6111 installer doesn't like the rivafb as a module and stops before completion. Here's the installer log, or should I put this in another post?
How to stop the rivafb module loading? Do I need to make another kernel and install it?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.