I am a newbie and am trying to build the kernel, the kernel version am trying to build in 2.6.36, i have added few header files and kernel module in the kernel before the compilation, that procedure have followed is,
$make
$make module
$sudo make modules_install
$sudo make install
--------------------------------------------------
Thanking You,
Sugnan Prabhu S
/boot$sudo mkinitramfs -o
initrd.img-2.6.36 2.6.36
$sudo update-grub
what i found is the kernel module load properly whenever a particular device is connected and that was the way it was written
but only problem am facing is that the headers file that was suppose to be there after installing the kernel is not the in the /usr/include directory
i even tried creating the .debian file, i do see that the header i have added is present in the linux-headers-2.6.3638_2.6.3638-10.00.Custom_i386.deb
please can someone tell am i wrong anywhere during the build process
Thanks in advance,
--------------------------------------------------
Thanking You,
Sugnan Prabhu S