Results 11 to 13 of 13
You actually need the kernel source from which the running kernel is built.
So get any latest stable source from kernel.org, configure, build kernel and modules, install it, make sure ...
- 04-05-2007 #11
You actually need the kernel source from which the running kernel is built.
So get any latest stable source from kernel.org, configure, build kernel and modules, install it, make sure that the new kernel image boots up properly.
Then your module compilation shud have no problems.---------------------------------
Registered Linux User #440311
HI2ARUN _AT_ GMAIL _DOT_ COM
---------------------------------
- 04-06-2007 #12Just Joined!
- Join Date
- Aug 2006
- Location
- india
- Posts
- 57
hi cyberinstructer,
today i am happy ,with ur help i made success i installed 2.6.20kernel from kernel.org
i config it make it and got it to boot when i turn on the system thanku but........
while config i dont know whether i have config for ethernet MY NET not working.
when i make ur given makefile it is entering /usr/src
[rajasekhar@localhost hello]$ make -f Makefile.txt
make -C /lib/modules/2.6.20/build M=/home/rajasekhar/hello modules
make[1]: Entering directory `/usr/src/kernels/linux-2.6.20.4'
scripts/Makefile.build:17: /home/rajasekhar/hello/Makefile: No such file or directory
make[2]: *** No rule to make target `/home/rajasekhar/hello/Makefile'. Stop.
make[1]: *** [_module_/home/rajasekhar/hello] Error 2
make[1]: Leaving directory `/usr/src/kernels/linux-2.6.20.4'
make: *** [default] Error 2
whats happening cyber???
- 04-07-2007 #13Rename the makefile as "Makefile" and not "Makefile.txt"scripts/Makefile.build:17: /home/rajasekhar/hello/Makefile: No such file or directory
make[2]: *** No rule to make target `/home/rajasekhar/hello/Makefile'. Stop.
make[1]: *** [_module_/home/rajasekhar/hello] Error 2
make[1]: Leaving directory `/usr/src/kernels/linux-2.6.20.4'
make: *** [default] Error 2---------------------------------
Registered Linux User #440311
HI2ARUN _AT_ GMAIL _DOT_ COM
---------------------------------


Reply With Quote
