LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-27-2003, 07:06 AM   #1
wimpie_net
LQ Newbie
 
Registered: Jul 2003
Location: The Netherlands
Distribution: Debian 2.2.20-idepci
Posts: 8

Rep: Reputation: 0
Kernel update


Hello,

I have a question about kernel updates.
I have some new hardware that I want to install on my server.
It's a MSI Mainboard and a AMD Athlon 600 CPU.
A friend told me that it would be wise to to a kernel update after a clean install of Debian.

Can someone tell me what kernel I have to use or where I can find the correct kernel for my CPU and Mainboard?
 
Old 07-27-2003, 07:41 AM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Well, the only kernel is at www.kernel.org There are variations of it, different releases and such, it's probably best to use the latest STABLE version, which is currently 2.4.21 the download is about 28MB.

Cool
 
Old 07-27-2003, 07:42 AM   #3
scott_R
Member
 
Registered: Jul 2003
Location: Brighton, Michigan, USA
Distribution: Lots of distros in the past, now Linux Mint
Posts: 748

Rep: Reputation: 31
with debian, use dselect and update your package list. Then, search through dselect until you find a newer kernel, and install it. (Use 'uname -a' at the command line to find your current kernel version.) You should be root to do this, of course.

On the other hand, if you're new to Linux, or new to debian, and your system seems to run okay, updating your kernel right away may not be something you HAVE to do right away. Get used to the system, get comfortable with using dselect, apt-get, or another package manager (I like aptitude, but it's all a preference thing) first, then tackle the kernel update.

That's one of the nice things about debian, you don't have to hunt for programs, apt does it for you. For more information on apt, type 'man apt-get', or 'man dselect' at the command line. (dselect and aptitude are menu driven versions of apt)

Last edited by scott_R; 07-27-2003 at 07:43 AM.
 
Old 07-27-2003, 07:48 AM   #4
wimpie_net
LQ Newbie
 
Registered: Jul 2003
Location: The Netherlands
Distribution: Debian 2.2.20-idepci
Posts: 8

Original Poster
Rep: Reputation: 0
Thnks 4 your quick reply's
 
Old 07-27-2003, 10:05 AM   #5
wr3ck3d
Member
 
Registered: Dec 2002
Location: IL
Distribution: NetBSD, Slackware, Gentoo, Debian, FreeBSD
Posts: 444

Rep: Reputation: 31
Basically there is one kernel like MasterC said. Your friend probably means to recompile the kernel specific for your cpu. You can compile it special for a athlon. Should make it slightly quicker also. There are also various patches available to add features to the kernel.
 
Old 07-27-2003, 10:28 AM   #6
wimpie_net
LQ Newbie
 
Registered: Jul 2003
Location: The Netherlands
Distribution: Debian 2.2.20-idepci
Posts: 8

Original Poster
Rep: Reputation: 0
That is indead what my friend was reffering to.
But where can I find the kernel or update that is build for the Athlon?
 
Old 07-27-2003, 10:58 AM   #7
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
A direct link, more direct than the one I provided above :
http://kernel.org/pub/linux/kernel/v...2.4.21.tar.bz2

Cool
 
Old 07-27-2003, 11:12 AM   #8
wimpie_net
LQ Newbie
 
Registered: Jul 2003
Location: The Netherlands
Distribution: Debian 2.2.20-idepci
Posts: 8

Original Poster
Rep: Reputation: 0
Thank you verry much!
Is this the kernel specially for Athlon?
Or is this the newest stable version of a standard kernel?
 
Old 07-27-2003, 06:15 PM   #9
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31
As you are on a Debian machine, you should be doing things the one true Debian way!


# apt-get install kernel-source-2.4.21
# cd /usr/src
# tar xjvf kernel-source-2.4.21.tar.bz2
# cd kernel-source-2.4.21
# make menuconfig
# make clean
# make dep
# make-kpkg clean
# make-kpkg --revision=${HOST}.1.0 build
# make -f debian/rules kernel-image-deb
# make-kpkg modules_image
# cd /usr/src
# dpkg -i kernel-image-2.4.21_*.deb

For more information,

zless /usr/share/doc/kernel-package/README.gz
 
Old 07-27-2003, 06:36 PM   #10
wr3ck3d
Member
 
Registered: Dec 2002
Location: IL
Distribution: NetBSD, Slackware, Gentoo, Debian, FreeBSD
Posts: 444

Rep: Reputation: 31
When you do make menuconfig you have to choose athlon. Say 20 people all have different computers, but they all want to run the latest vanilla kernel (stock). They all would get the same file as MasterC showed. Now, when they all do make menuconfig everyone would choose different options. You will see as soon as you go into the kernel options.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with NVIDIA drivers after kernel update with yast online update Sheytan Linux - Software 4 05-06-2007 10:27 AM
YaST Online Update(YOU) Kernel Update? batorma Linux - Newbie 9 10-30-2005 03:17 AM
Problems with NVIDIA drivers after kernel update with yast online update Sheytan Linux - Distributions 0 10-13-2004 11:01 AM
KDE update and RH 9.0 Kernel update massacre Linux - Newbie 1 02-02-2004 06:13 PM
YaST Online Update + AMD kernel patch = kernel panic THX1138 Linux - General 3 10-26-2003 04:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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