LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-16-2005, 08:29 AM   #1
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Any Reason Not To Upgrade Kernel?


I am wondering if I should upgrade my kernel since I found some images on APT-GET. Right now I am using 2.6.8-2-386 but would like to upgrade this to the latest kernel available which seems to be the following:

linux-image-2.6.12-1-386 - Linux kernel 2.6.12 image on 386-class machines
linux-image-2.6.12-1-686 - Linux kernel 2.6.12 image on PPro/Celeron/PII/PIII/P4 machines
linux-image-2.6.12-1-686-smp - Linux kernel 2.6.12 image on PPro/Celeron/PII/PIII/P4 SMP machines
linux-image-2.6.12-1-k7 - Linux kernel 2.6.12 image on AMD K7 machines
linux-image-2.6.12-1-k7-smp - Linux kernel 2.6.12 image on AMD K7 SMP


Is there a reason I should not upgrade and stay at the kernel I am using?
 
Old 11-16-2005, 08:35 AM   #2
nephish
Member
 
Registered: Jun 2005
Distribution: arch, ubuntu
Posts: 456

Rep: Reputation: 30
debian has really smooth kernel-image upgrades. If your processor a 686 processor, you will get a slight performance boost by going with a 686 image. Also, debian keeps the old kernel on board, at least it does with grub, so if something goes nuts, you can always boot the stable kernel, and apt-get remove new-kernel image.

when i do a new debian install, upgrading the kernel image is one of the first things i do, even before installing X.
 
Old 11-16-2005, 08:54 AM   #3
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Well, I don't have X installed and I take it that you suggest I upgrade the kernel as well.

I am using an AMD XP 2000+ (socket A) and am not sure which image I should use.
 
Old 11-16-2005, 09:03 AM   #4
nephish
Member
 
Registered: Jun 2005
Distribution: arch, ubuntu
Posts: 456

Rep: Reputation: 30
Yup, go with the linux-image-2.6.12-1-686

Your performance will increase a bit. debian is already a pretty lean distro, and an XP 2000 is a pretty nifty chip, so you likely will not notice a huge change, but every little bit helps,
like i said, if it gives you any problems, reboot and select your old kernel at boot time and then you can remove it.

good luck !
 
Old 11-16-2005, 09:13 AM   #5
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Great - I will install the kernel using APT-GET and then try to figure out how to install a GUI.
 
Old 11-16-2005, 09:20 AM   #6
nephish
Member
 
Registered: Jun 2005
Distribution: arch, ubuntu
Posts: 456

Rep: Reputation: 30
first step in gui with debian is
apt-get x-window-system

then install a window manager like
apt-get install fluxbox or apt-get install gnome
or apt-get install kde, or whatever

let us know if you run into any difficulties
 
Old 11-16-2005, 09:25 AM   #7
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
I am just to scared to test this on my main server that I have perfect right now. I will test this out on a test box 1st to avoid losing any data. Thanks for the info.
 
Old 11-16-2005, 09:34 AM   #8
nephish
Member
 
Registered: Jun 2005
Distribution: arch, ubuntu
Posts: 456

Rep: Reputation: 30
yep, i get into a lot of trouble trying out even simple things on production stuff. he he.
i cant help myself.
 
Old 11-18-2005, 01:58 PM   #9
PMorph
Member
 
Registered: Sep 2003
Distribution: Debian
Posts: 213

Rep: Reputation: 31
Quote:
Originally posted by nephish
Yup, go with the linux-image-2.6.12-1-686
I think 'linux-image-2.6.12-1-k7' should be the optimal one for Athlon-XP.
 
Old 11-18-2005, 02:06 PM   #10
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
K7 or 686?
 
Old 11-18-2005, 10:43 PM   #11
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
Quote:
Originally posted by carlwill
K7 or 686?
Athlons are definitely K7, so the K7 kernel would be the most optimized. 686 and 386 kernels will also work.
 
Old 11-18-2005, 10:48 PM   #12
nephish
Member
 
Registered: Jun 2005
Distribution: arch, ubuntu
Posts: 456

Rep: Reputation: 30
what about a sempron ?
 
Old 11-19-2005, 12:56 AM   #13
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Quote:
Originally posted by nephish
what about a sempron ?
The sempron processor is also K7 compatable.
 
Old 11-19-2005, 01:30 AM   #14
nephish
Member
 
Registered: Jun 2005
Distribution: arch, ubuntu
Posts: 456

Rep: Reputation: 30
well cool. i thought i was helping in my first post, glad i stuck around !
 
Old 11-19-2005, 01:55 AM   #15
samael26
Member
 
Registered: Oct 2004
Location: France, Provence
Distribution: Debian
Posts: 848

Rep: Reputation: 30
the k7 kernel for an AMD Sempron is indeed the best choice. It works way faster
than the usual 386 one.
kpackage gives much more comprehensive info about packages than any other package
manager , IMO

Last edited by samael26; 11-19-2005 at 01:57 AM.
 
  


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
What first upgrade kernel or upgrade slack 10.0 to current Kelean Slackware 7 01-16-2005 06:54 PM
How could this have happened to me?! Hard locks and kernel panics for no good reason! jamespetts Linux - General 8 08-05-2004 07:45 AM
New Kernel 2.6.6 hangs for no discernable reason phile Linux - General 15 05-25-2004 02:59 AM
Mandrake 9.2 vs 10 ; Reason to upgrade? Kujila Mandriva 4 05-03-2004 09:37 PM
Tainted mOdule or kernel may this be the REASON THAT MY SOUND FREEZES ME UP randyriver10 Linux - Software 1 03-15-2004 06:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:17 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