Results 1 to 3 of 3
hi everyone
i tried to install linux kernel version 2.6.28 evrything went very well until i typed make modules and then it has said no modules found can U help?...
- 02-05-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 16
2.6.28 modules
hi everyone
i tried to install linux kernel version 2.6.28 evrything went very well until i typed make modules and then it has said no modules found can U help?
- 02-05-2009 #2Just Joined!
- Join Date
- Feb 2008
- Posts
- 17
I generally do the following steps:
1. copy config of a working kernel as .config to linux
2. make oldconfig
3. make -jN # N is 10 * p where p is the number of processors your system has.
4. make modules_install install
Step 3 takes care of making the kernel image and compiling the modules.
- 02-12-2009 #3Just Joined!
- Join Date
- Jan 2009
- Location
- Bangalore
- Posts
- 15
2.6.28 modules
Hi,
Do the following steps to build the kernel
make menuconfig
make modules_install
make modules
make install
reboot the system


Reply With Quote
