Results 1 to 10 of 13
i have dl the new 2.6 kernel and want to install it over the 2.4 that is already on there. do i uncompress it, then make, then make install or ...
- 04-09-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 19
new kernel
i have dl the new 2.6 kernel and want to install it over the 2.4 that is already on there. do i uncompress it, then make, then make install or what?
- 04-09-2007 #2
I did the same thing a few days ago and found how to do everything here http://www.openaddict.com/how_to_com...ware_11_0.html
- 04-10-2007 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 19
hello
thanks for the info
- 04-10-2007 #4
If you have problems opening the file to edit using the "nano" command like I did, just open it through your interface instead of opening it through the konsole.
- 04-10-2007 #5Just Joined!
- Join Date
- Mar 2007
- Posts
- 4
After uncompressing the tared file u need to configure the kernel.
Originally Posted by ravehd01
After configuring make ,make modules,make modules_install,make instal
- 04-10-2007 #6Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
repeat, for the 15,000th time
you do not need to build a 2.6 kernel for slackware yourself - just use the packages on CD2.
once more.
you do not need to build a 2.6 kernel - use the binary packages on the second CD.
- 04-10-2007 #7Just Joined!
- Join Date
- Mar 2007
- Posts
- 42
I think that compile kernel itself is better than install from packages. There are some advantages anda disadvantages on each methods. one method gives a quick way, and the other gives a better performance.
Originally Posted by kern
- 04-10-2007 #8Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
The performance is negligable, you spend hours more compiling.
plus pats kernel is optimised for dual core / HT nowadays anyway. Theres little point in cutting down the module tree if those modules aren't for your hardware and therefore are never loaded anyway.
I find theres little to no point compiling your own kernels anymore, I only used to do it to add SMP support anyway. now thats already enabled in the 2.6 binary kernel and modules packages.. I dont need to anymore.
- 04-11-2007 #9I agree, compiling it is the best choice and more reliable especially on such distro as slackware.
Originally Posted by jin_1644
- 04-11-2007 #10Linux Newbie
- Join Date
- Jul 2005
- Posts
- 180
I agree with Kern, compiling your own kernel won't give you fantastic speed improvements. You recompile the kernel for hardware support or a feature that you want. A compelling reason for me to switch kernels is the fuse kernel module in 2.6.20 so that I can use ntfs-3g and write to ntfs partitions (Windows).
One of the points in why it's cool that linux is modular is so that having support for hardware that you might not have won't cut down on performance, but if you use different hardware, it can be loaded without a recompile or even so much as a reboot. It's the ideal compromise between a fast (if customized) monolithic kernel and a portable microkernel.
You should rejoice in the fact that linux uses a kernel so powerful and flexible that most of the time you don't have to touch it.


Reply With Quote
