Linux - Software This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-28-2004, 03:38 PM
|
#1
|
Member
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233
Rep:
|
kernel sources compilation prob.
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?
|
|
|
09-28-2004, 04:50 PM
|
#2
|
Senior Member
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073
Rep:
|
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
|
|
|
09-28-2004, 06:11 PM
|
#3
|
Member
Registered: Apr 2004
Distribution: CentOS6, CentOS5, F16, F15, Ubuntu, OpenSuse
Posts: 620
Rep:
|
If you copy an older .config file into a source directory make sure to run 'make oldconfig' also.
|
|
|
10-01-2004, 06:57 AM
|
#4
|
Member
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233
Original Poster
Rep:
|
kernel build
Okay guys, it's done and working, new procedure noted, thanks a lot. Next post for nvidia installer prob!
|
|
|
10-01-2004, 07:31 AM
|
#5
|
Senior Member
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672
Rep:
|
nvidia install should be okay up to 2.6.9-rc2 with 6111 driver
need patched one for 2.6.9-rc3
Last edited by amosf; 10-01-2004 at 07:33 AM.
|
|
|
10-01-2004, 03:34 PM
|
#6
|
Member
Registered: Mar 2002
Location: Lausanne, Switzerland
Distribution: Mandriva 2007.0
Posts: 233
Original Poster
Rep:
|
nv not ok!
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?
Last edited by rooman; 10-01-2004 at 03:35 PM.
|
|
|
All times are GMT -5. The time now is 10:37 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|