LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-29-2005, 09:57 PM   #1
adds2one
Member
 
Registered: Aug 2005
Location: Vancouver, BC
Distribution: Ubuntu 6.06
Posts: 154

Rep: Reputation: 30
Do I need Kernel 2.6.13?


Hi,

I'm a newbie. I've just done my first Slackware install this week and am deep into learning.

After doing one fumbling install I am going to undertake another install to kind of cement what I am doing.

So what are opinions on installing the latest kernel? How important is it?

I have to admit that as a noob I am both attracted to the challenge of compiling a kernel, and a little nervous. I have read through some tutorial and the configuration part seems to me to be the tricky part.

Any advice?
 
Old 08-29-2005, 10:42 PM   #2
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
There is no necessity in compiling 2.6
My Slackware is purring on 2.4
 
Old 08-29-2005, 10:54 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
If this post were in the Slackware forum, the answer would be "of course you do !!!!" ...

All levity aside, the subset of the animal kingdom that needs bleeding edge is probably quite small. Some of us like to play - you're welcome to do likewise.
I see no reason not to use the latest if you wish to dive in - just be aware that any problems might be of your own making, rather than with the code necessarily.
Keep your current kernel so you have something to fall back to.
 
Old 08-29-2005, 11:08 PM   #4
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Re: Do I need Kernel 2.6.13?

Quote:
Originally posted by adds2one
Hi,

I'm a newbie. I've just done my first Slackware install this week and am deep into learning.

Any advice?
And on the other hand go ahead and upgrade your kernel if it is for the sake of learning. You can't have it otherwise. Only by trial and error. Gain bumps
 
Old 08-30-2005, 12:03 AM   #5
Vgui
Member
 
Registered: Apr 2005
Location: Canada
Distribution: Slackware
Posts: 496

Rep: Reputation: 31
If you are using Slackware for a desktop system, I would highly recommend updating to something in the 2.6 series. 2.4 is great of servers that _need_ stability, but the extra speed, low latency, and features of 2.6 really help on desktop systems. Plus, it's a good skill to have.
 
Old 08-30-2005, 12:14 AM   #6
DaWallace
Member
 
Registered: Feb 2004
Location: Southern Maine, United States
Distribution: Slackware Ubuntu Debian FreeBSD
Posts: 418

Rep: Reputation: 31
the later 2.6 kernels boot quite a bit faster, don't do a make install on the kernel.. it'll almost certainly screw up and if your kernel doesn't boot correctly for some reason (likely for your first shot at it.) you'll have no chance to fix it without a boot disk. copy the bzImage file and system.map manually and edit your boot loader configuration manually.
 
Old 08-30-2005, 01:01 AM   #7
edong23
Member
 
Registered: Apr 2005
Distribution: Slackware
Posts: 350

Rep: Reputation: 30
i use slackware and have found it to boot faster with a 2.6 kernel, and needs less options in lilo, and just generally works better. i dont have many "problems" with the 2.4 kernels, just hat 2.6s are faster and have more hardware support. i wouldnt say get the newest though. wait till they "cement", as you said, then kernel. 2.6.13 just came out. we dont know about bugs yet. everyone raved about the 2.6.12 til it was found to be buggy. then there were several subversion jumping out. i am still using the 2.6.11.12, and it is solid, and fast. i have uptimes that are months long, and this my desktop... which means i do alot of stuff on it. i have built and rebuild enlightenment dr17 several times, and havent even restarted, and it is a buggy window manager. it is choice, but the 2.6s are definately better than they were a year ago. i stand by them. i just dont stand by bleeding edge, cuase it is usually as stable as 2 year old gasoline, in a broiler. sometimes things are good, but sometimes not.
 
Old 08-30-2005, 02:46 AM   #8
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
You only truly "need" the very latest kernel if it provides critical functionality that your current kernel lacks. Here's the test: if you can't specifically describe exactly what that functionality is and how its absence represents a security vulernability to your system, then No, you don't need the latest kernel. Basically, I'd suggest following the "if it ain't broke, don't fix it" school of thought.

That said, the educational benefits of knowing how to install and compile a new kernel are well worth it. Backup any important personal data, but if you want to mess around, I say go for it. I generally try to stay reasonably current with the kernel, but usually don't rush out to pick up the latest kernel. As for me, I'm usually a least a couple of versions behind. -- J.W.
 
Old 08-30-2005, 04:25 AM   #9
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,645

Rep: Reputation: 146Reputation: 146
Me, I don't need the 2.6.x kernel. I speeded up my boot process by disabling hotplug and ldconfig on bootup. My system is responsive, so I think the little amount of extra speed I once noticed when trying out 2.6.x wouldn't give me enough. After my first few months with slackware I began to do just the modifications I really needed and leave the rest as stable as it is.
If you have a special purpose, you could of course look if the 2.6.x kernel meets your needs for hardware support, crypto loopback etc.
 
Old 08-30-2005, 05:37 PM   #10
edong23
Member
 
Registered: Apr 2005
Distribution: Slackware
Posts: 350

Rep: Reputation: 30
yeah, 2.4 kernels are very stable and fast. i just like the ide-scsi just to burn a cd, and it doenst support my dvd burner as well. i would follow J.W.'s advice, if it "isnt" (aint aint a word) broken, dont fix it...
 
Old 08-31-2005, 08:46 AM   #11
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
You can certainly run 2.4 if you like, if you keep it well-patched! I've switched my systems to 2.6 and it's definitely "snappier." But the adage is still true that if it ain't broke, etc.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel 2.4 in Zipslack (Waring: unable to open an initial console | Kernel Panic...) kurtamos Linux - General 2 05-10-2006 12:58 PM
Kernel-Patch Debian Logo 2.6.2 not correctly working for custom kernel 2.6.11 smp deepclutch Debian 3 06-27-2005 03:59 AM
kernel-source-2.6.5-7.src.rpm requires kernel-dummy to build!? fizzdandantilus SUSE / openSUSE 5 12-02-2004 12:48 PM
kernel panic: try passing init= option to kernel...installation with Red Hat 9 kergen Linux - Hardware 1 09-30-2004 03:28 AM
kernel memory + slabinfo.. + possible reasons for kernel space allocation failures!! premenjit Linux - Software 1 09-28-2004 04:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration