LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kernel Basics (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-basics-33811/)

darkfnord 10-26-2002 05:00 AM

Kernel Basics
 
I have been using the Kernel-Howto, which seems wildly out of date, to try to create a new kernel. I am running debian woody on a pentium pro, and trying to make a 2.4.18 kernel. The problem is that 'make config' doesn't ask me about certain devices, such as my sound card, (an old soundblaster 16) so there is no obvious way to make kernel modules for the necessary drivers. I am obviously missing something really big here. Basically my 2.2.whatever kernel has a bunch of modules, and those don't seem to get compiled when I run 'make modules', and I don't understand why. Thanks for dealing with newbie crap.

By the way, I am pretty much following the HowTo verbatim, so if you are wondering what steps I am taking, those are them.
Matt

markus1982 10-26-2002 05:40 AM

Go into the kernel source directory and do the following:
Code:

make mrproper && make menuconfig && make dep && make modules && make bzImage && make modules_install && make install
You may find www.kernelnewbies.org of help maybe :)

darkfnord 11-21-2002 01:02 PM

This is exactly what i did. I then went into lilo.conf and pointed Linux to the new bzImage. I still don't know where the modules are supposed to end up. There is a directory called /usr/src/modules which only has one module (one I compiled myself) . /lib/modules/2.4.18/ does not appear to contain any *.o type files. So what step am i missing ?

Thanks for any help. As you can tell by the long time since my last post, learning to use linux is not something I have been spending a lot of my time on lately, but I think building a kernel is probably one of the most important things to learn to do at the beginning.

Matt

darkfnord 11-21-2002 03:54 PM

Never mind I had my head up my @@@.

Matt


All times are GMT -5. The time now is 02:23 PM.