MandrivaThis Forum is for the discussion of Mandriva (Mandrake) Linux.
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.
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.
Hi,
A really stupid question. I have mandrake 9.0 installed on my desktop. While trying to configure my ethernet card, the installation failed because the source code was not found. Is it because the directory /usr/src/linux is missing ?
Besides, I am not clear about one thing. If the source code is supposed to be there in /usr/src/linux (which is missing in my case), how does my computer manage to boot linux at all ?
The linux sources are on your install cd.
Open the Rpmdrake, and type 'source' into the search box, then install.
If you are thinking of recompiling your kernel, whatever you do, don't use the 'make install' command. Read the 'Kernel how to' and make sure you have a complete list of all your hardware, chipsets etc
"If you are thinking of recompiling your kernel, whatever you do, don't use the 'make install' command. Read the 'Kernel how to' and make sure you have a complete list of all your hardware, chipsets etc"
Does this not work on Mandrake or something? Just curious...
The reason your system boots with-out the sources is that the sources are only needed to create the executables. Onces you have the executables to boot you don't need not the sources unless you want to recompile something or make changes.
Originally posted by lupin_the_3rd "If you are thinking of recompiling your kernel, whatever you do, don't use the 'make install' command. Read the 'Kernel how to' and make sure you have a complete list of all your hardware, chipsets etc"
Does this not work on Mandrake or something? Just curious...
As most users on here will tell you, using the 'make install' has a habit of doing the opposit to what you expect. More than anything it will mess up your lilo configuration, which will cause a kernel panic at boot up. This usually results in reinstalling your operating system. If you know what you are doing then go ahead, if your a newbie then follow the 'how to' and install manually.
This way if your new kernel doesnt boot, you will still be able to boot your original configuration. This isnt Mandrake specific, it goes for all operating systems.
Always backup, then backup again.
You are lucky, unlike windoze, that a fresh install only takes a couple of minutes.
I use it and it works fine but I use Red Hat and Grub... the only problem I've ever encountered is having to point grub to /dev/hda5 (example) instead of the default that RH specific kernels use (LABEL rather than /dev/hda5) after a kernel panic. It's good to keep an extra working kernel hanging around. .
I forgot that mandrake uses LILO which I know very little about
Last edited by lupin_the_3rd; 10-10-2003 at 11:17 AM.
In Slackware make install works very well... but it copies the files to the / directory, I just edited the Makefile and ucommented the line BOOT_INSTALL_PATH and now it goes directly to my /boot directory, and it places copies of the old kernel file like *.old
no, no, not al all.... it always worked ,but I just didn't like to copy the files from / to /boot. You could think it's not safe, but as it makes copies of the old ones is not an issue in any way.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.