LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Configure kernel source for standard debian kernel (module install) (https://www.linuxquestions.org/questions/debian-26/configure-kernel-source-for-standard-debian-kernel-module-install-395652/)

twinkers 12-22-2005 10:20 AM

Configure kernel source for standard debian kernel (module install)
 
I'd like to konw the command on how to configure the kernel source. I know how to recompile and build my own kernel but this time that just isn't needed. All I want to do is use the standard kernel and configure the source so I can compile modules with module-assistant (great tool).
I installed the linux-image-2.6.14-2-k7 and the linux-source-2.6.14. I copied the config from boot to /usr/src/.config and now need to know the command to get it configured. Could someone please enlighten me?

Regards

michapma 12-22-2005 10:35 AM

Dude, I admire you.

I'm not in touch with this stuff, but I believe in documentation:
http://www.debian.org/doc/manuals/re...kernel-classic

Will that do it, or maybe the previous section? Seems like maybe "$ make menuconfig" is what you're after. (Hope I'm not sounding too stupid here.)

Good luck!

HappyTux 12-22-2005 11:19 AM

Quote:

Originally Posted by twinkers
I'd like to konw the command on how to configure the kernel source. I know how to recompile and build my own kernel but this time that just isn't needed. All I want to do is use the standard kernel and configure the source so I can compile modules with module-assistant (great tool).
I installed the linux-image-2.6.14-2-k7 and the linux-source-2.6.14. I copied the config from boot to /usr/src/.config and now need to know the command to get it configured. Could someone please enlighten me?

Regards

Try this.
Code:

apt-get install linux-headers-2.6.14-2-k7
m-a -i prepare

Which should setup the headers for the kernel to allow you to compile the module you want.


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