Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
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.
I don't think RH7.1 automatically installs the kernel sources, 7.0 certainly doesn't, I had to specifically install them. Do you have a usr/src/ and is there anything in it??
before any kind of kernel re-do, you should always check your packages to make sure you can do it. Otherwise, you may have to go out and find the CD you installed from. Or, if you're like me, and you borrowed the CD, then you'll have to find a copy of the RPMs online. They've got them stashed away somewhere, I dunno though. Just go out and download the newest kernel and use that instead.
those should be the only files you'll need... i think. the only other package that comes to mind is the ppp - if you're upgrading from a 2.2 kernel, you'll probably need to update the ppp also. if you're upgrading from a lower 2.4, then it should be fine.
anyway, it sounds like you just didn't install the sources. not a problem. just untar the linux-2.4.12 into your /usr/src directory. this should give you a directory called /usr/src/linux-2.4.12 ...now make a symlink using:
ln -s linux-2.4.12 linux
this will create the symbolic /usr/src/linux directory, which will just point to the 2.4.12 sources. if you ever upgrade your kernel again, you don't need to get rid of the old sources, just change the symlink.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.