LinuxQuestions.org
Support LQ: Use code LQ3 and save $3 on Domain Registration
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices

Reply
 
LinkBack Search this Thread
Old 01-25-2010, 05:12 PM   #1
J.A.X
Member
 
Registered: Jan 2010
Location: S.A
Distribution: Fedora 15
Posts: 39

Rep: Reputation: 1
Exclamation Upgrading The Kernel : NEED HELP


Hi,,

...>>

I'm a new user ...

and this is my first time using Linux OS ...

so I'm asking for little help ... I'm using Linux Red Hat Enterprise 5 and I want to upgrade my Kernel ..

can anyone help me PLEASE ??

...<<
 
Old 01-25-2010, 05:15 PM   #2
MS3FGX
Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,715

Rep: Reputation: 325Reputation: 325Reputation: 325Reputation: 325
What exactly do you need help with? Clearly you are already set in the layout department.
 
Old 01-25-2010, 05:21 PM   #3
J.A.X
Member
 
Registered: Jan 2010
Location: S.A
Distribution: Fedora 15
Posts: 39

Original Poster
Rep: Reputation: 1
I want to know how to do that exactly ?

actually I don't have any idea about how to upgrade

Thanx for offering help
 
Old 01-25-2010, 06:55 PM   #4
snowpine
Senior Member
 
Registered: Feb 2009
Posts: 1,816

Rep: Reputation: 377Reputation: 377Reputation: 377Reputation: 377
Simply:

Code:
su -
yum update
will upgrade your kernel (along with everything else)
 
Old 01-26-2010, 06:10 AM   #5
J.A.X
Member
 
Registered: Jan 2010
Location: S.A
Distribution: Fedora 15
Posts: 39

Original Poster
Rep: Reputation: 1
Mr. snowpine

I don't have internet connection in my linux

I have to download the Kernel first and then upgrade manually

the problem is that I don't know how to install the kernel after downloading it with my winXP
the kernel was "linux-2.6.32.6.tar.bz2" ??
 
Old 01-26-2010, 06:39 AM   #6
MS3FGX
Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,715

Rep: Reputation: 325Reputation: 325Reputation: 325Reputation: 325
That looks like the kernel source, which you would need to compile and install manually. This is a rather difficult operation for a new Linux user, and is frankly not necessary except under very special circumstances (like you have some hardware that needs a bleeding edge kernel). Your distribution will have upgraded kernel packages ready to install if there is a security update or some other similar condition.

I think the best thing to do at this point is take a step back. Why exactly do you want to upgrade the kernel in the first place? Is there a reason you need such a recent kernel compared to what is stock on the install?
 
Old 01-26-2010, 09:03 AM   #7
J.A.X
Member
 
Registered: Jan 2010
Location: S.A
Distribution: Fedora 15
Posts: 39

Original Poster
Rep: Reputation: 1
I want to upgrade because of my mDSL AC8700 ... I saw earlier a post about how to connect to the internet with mdsl device and the 2.6.32.6 kernel was required .
I've tried many ways to make it work but it just wont work..
I'm studying computer ... this is my first year and I've 6 days remaining to the final exams..
I need to make it work as soon as possible ,,, that would help me a lot.
can anyone help PLEASE
 
Old 01-26-2010, 09:36 AM   #8
snowpine
Senior Member
 
Registered: Feb 2009
Posts: 1,816

Rep: Reputation: 377Reputation: 377Reputation: 377Reputation: 377
Hi J.A.X., since you are new to Linux I recommend trusting the Red Hat developers and using the 2.6.18 kernel they have provided for you. While it's true 2.6.18 is a rather old kernel, the fact is that Red Hat is constantly patching it with "backported" hardware support, so that their 2.6.18 kernel is not really 2.6.18 at all. You really need to fully update your Red Hat system (can you connect through a wired connection temporarily?) so that you have all the latest patches and hardware support. If that doesn't work, you could also explore the extra repositories (rpmforge, atrpms, etc.) that might contain a solution.

This link explains Red Hat's backporting philosophy: http://www.redhat.com/security/updat...g/?sc_cid=3093

It's also important you understand the concept of "Enterprise Linux." Red Hat does not provide you with the latest "bleeding edge" software (like the 2.6.32 kernel); they use only older software that has been thoroughly tested and deemed to be stable. Therefore Red Hat is a terrible choice for anyone who wants the latest software. You can stop by http://www.distrowatch.com and use their Search feature to generate a list of Linux distributions that include kernel 2.6.32 or higher by default (one example is Fedora "Rawhide," the testing version of what will someday become the next Red Hat release). This would allow you to test your theory that 2.6.32 will magically solve your problem.

Anyhow, upgrading the kernel is not an easy process that someone can talk you through in a forum posting. You mention you are in school for computers; if this knowledge is necessary for your final exams, then in my opinion, your teacher is responsible for teaching it to you. I would recommend visiting your teacher during office hours and being honest with him/her that you do not understand the material and need extra help. Good luck!

Last edited by snowpine; 01-26-2010 at 09:52 AM.
 
Old 01-26-2010, 10:33 AM   #9
J.A.X
Member
 
Registered: Jan 2010
Location: S.A
Distribution: Fedora 15
Posts: 39

Original Poster
Rep: Reputation: 1
Thank you Mr. snowpine ..
you've really helped me a lot really ..
I'm sorry because my English is not strong ..
I will make use of all what you've said ..
I'll learn Linux ... actually I like linux more than the Windows OS
hopefully I'll come back and help some one ..
best wishes for you all
Mr. MS3FGX
Mr. snowpine
 
Old 01-26-2010, 10:56 AM   #10
snowpine
Senior Member
 
Registered: Feb 2009
Posts: 1,816

Rep: Reputation: 377Reputation: 377Reputation: 377Reputation: 377
You're welcome, and good luck on your exams!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel panic after upgrading slackware64-current to 2.6.32.x kernel Lenard Spencer Slackware 4 01-22-2010 11:54 AM
Upgrading Athlon Kernel to i686 Kernel (work around for >4Gb memory) amreek Red Hat 3 04-29-2009 02:28 PM
upgrading Fedora Core 3 kernel 2.6.9-1.667 to 2.6.26.3 manually+kernel panic error LinuxLovinNoob Linux - Newbie 7 12-17-2008 09:45 PM
can i upgrade the red hat EL4 ES kernel to AS Kernel without upgrading the whole OS? oreaba Linux - Newbie 6 08-19-2008 03:08 PM
problems occured after upgrading kernel and kernel-utils parv Fedora 0 05-02-2005 07:21 PM


All times are GMT -5. The time now is 12:58 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration