LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 03-07-2004, 03:28 PM   #1
okiyani
LQ Newbie
 
Registered: Feb 2004
Distribution: Mandrake
Posts: 8

Rep: Reputation: 0
fedora core 1 kernel upgrading


I am running kernel 2.4.22-1.2174.nptlsmp under fedora core 1. to upgrade to kernel 2.6, should i download the patch or should i download the whole kernel. are the patches for only 2.6 kernel, or do they upgrade other kernels forexample 2.4 to 2.6?
I am a below average knowledge user and am having difficulty understanding the kernel grading concept. Can anyome please explain?

basically i have a TV card which i have been unable to work on my computer for some reason. I have downloaded the drivers from video for linux site, the cx88. if you search for my posts you can find details on that issue.

TV card is the main reason i want to upgrade my kernel and sec is to learn how to do it.

Thanks for any suggestions and help in advance.
 
Old 03-07-2004, 08:05 PM   #2
hp_tux
Member
 
Registered: Mar 2004
Location: Germany
Distribution: Slackware 14
Posts: 87

Rep: Reputation: 15
Hello,

yes, you have to download the full source tarball from "ftp.kernel.org" or one of it's mirrors. Currently I would recommend 2.6.3, which is the latest stable issue.

And: read the documentation!

cu

hp_tux
 
Old 03-08-2004, 12:21 AM   #3
okiyani
LQ Newbie
 
Registered: Feb 2004
Distribution: Mandrake
Posts: 8

Original Poster
Rep: Reputation: 0
Thanks hp_tux

one more question, what is smp for?

Last edited by okiyani; 03-08-2004 at 12:30 AM.
 
Old 03-08-2004, 12:28 PM   #4
hp_tux
Member
 
Registered: Mar 2004
Location: Germany
Distribution: Slackware 14
Posts: 87

Rep: Reputation: 15
Hello,

"SMP" stands for "Symmetric Multi Processor".

It's not relevant if you have a machine with only one CPU!

cu

hp_tux
 
Old 03-08-2004, 01:32 PM   #5
benjithegreat98
Senior Member
 
Registered: Dec 2003
Location: Shelbyville, TN, USA
Distribution: Fedora Core, CentOS
Posts: 1,019

Rep: Reputation: 45
I think that you use the smp kernel if you have a HyperThreaded processor as well. I'm not positive on that, but I think it's true.
 
Old 03-08-2004, 01:45 PM   #6
hp_tux
Member
 
Registered: Mar 2004
Location: Germany
Distribution: Slackware 14
Posts: 87

Rep: Reputation: 15
Hello,

Quote:
I think that you use the smp kernel if you have a HyperThreaded processor as well. I'm not positive on that, but I think it's true.
yes, I think you're right. I didn't consider this special case!

cu

hp_tux
 
Old 03-08-2004, 05:23 PM   #7
lyonsd
Member
 
Registered: Mar 2004
Location: Flowery Branch, GA
Distribution: FC3, FreeBSD 5.3, Solaris 10
Posts: 43

Rep: Reputation: 15
Quote:
Originally posted by hp_tux
yes, you have to download the full source tarball from "ftp.kernel.org" or one of it's mirrors. Currently I would recommend 2.6.3, which is the latest stable issue.
That's what I'm looking for. Thanks.
 
Old 03-10-2004, 09:49 AM   #8
okiyani
LQ Newbie
 
Registered: Feb 2004
Distribution: Mandrake
Posts: 8

Original Poster
Rep: Reputation: 0
The best way to upgrade kernel
http://people.redhat.com/arjanv/2.6/

look at the readme file to find yum or apt settings.

I used yum to install it! i never though it could be this easy to install new kernel...

New story, mouse does not work in the 2.6 kernel.... i read on another post to change mouse setting in XFconfig from /dev/mouse to /dev/input/mouse. Mine was already /dev/input/mouse , also i changed the inittab to log into text mode to check the mouse, and noticed that the keyboard doesn't work right either.

after all this bad news i do have good news, since i upgraded for my TV card to work, kudzu does see it and configure it... but i can't make sure that it works with xawtv since my mouse doesn't work....


just though i'd give you guys an update

hey, any way to patch my current kernel 2.4.22-1.2174.nptlsmp using yum or apt????
 
Old 03-10-2004, 09:56 AM   #9
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Moved: Seems perfectly suitable for our Fedora forum. Regards.
 
Old 03-10-2004, 05:20 PM   #10
THX75
Member
 
Registered: Feb 2004
Location: Oklahoma, USA
Distribution: Ubuntu | Mac OS X 10.3
Posts: 143

Rep: Reputation: 15
I had to add the following to my /etc/modprobe.conf to get my USB mouse and keyboard to work after I upgraded to 2.6.3.

alias usb-controller uhci-hc
alias keybdev usbkbd
alias mousedev usbmouse

More info can be found at http://fedoranews.org/jorge/howto/howto01.shtml

Good luck!
 
Old 03-14-2004, 03:29 PM   #11
thelandrew
Member
 
Registered: Mar 2004
Posts: 30

Rep: Reputation: 16
Err... For us newbies, could anyone post a howto on how to upgrade Fedora Core 1 to kernel 2.6.n? Or post a url with those instructions?

-landrew the
 
Old 03-14-2004, 06:48 PM   #12
THX75
Member
 
Registered: Feb 2004
Location: Oklahoma, USA
Distribution: Ubuntu | Mac OS X 10.3
Posts: 143

Rep: Reputation: 15
Sure,

Follow the link I posted in an earlier post http://fedoranews.org/jorge/howto/howto01.shtml

As a fellow newbie, I must warn you that it can be a pain in the rear to get 2.6.x to work correctly. I had issues with my USB keyboard and mouse and I spent about 8 hours getting my sound card to work with the way the kernel now handles sound (it uses ALSA now). Insturctions on getting USB stuff is in the link above. The kernel upgrade was pretty easy using their instructions.

I had my FC1 upgraded to 2.6.4, but I reinstalled my system again as KDE 3.2.1 was locking menus were locking up on me (I've since found out that the lockups may be a problem with the Klipper applet) I think I'll hold out for FC2 to become final before I play around with 2.6 again... unless I get adventurous

Good luck,

- THX
 
Old 04-09-2004, 08:18 PM   #13
debian_dummy
Member
 
Registered: Apr 2004
Distribution: Debian SID and Woody
Posts: 77

Rep: Reputation: 15
Is http://fedoranews.org/jorge/howto/howto01.shtml is the best way to upgrade a 2.4 kernel to 2.6 ? Seriously ?

Can't Synaptic or apt-get do it ?

I appreciate the effort from the author but they are not exactly crystal clear instructions

For example -

1) rm download the packages kernel, kernel-source and kernel-unsupported-modules

I didn't see any kernel-unsupported modules or even anything close

2) from this location and save them to your disk

Where on the hard disk ?

I'd like to uograde my 2.4 to a 2.6 kernel but I am not risking trashing my system for it. Backups, smackups !
 
Old 04-09-2004, 09:22 PM   #14
strikeforce
Member
 
Registered: Jan 2004
Posts: 74

Rep: Reputation: 15
Try downloading everything to the /tmp directory and going from there then once its downloaded create a whole new directory. But apt get doesn't work on fedora thats a debian equivalent to yum or yum is an equivalent to apt-get.

Anyways yum would be able to find it and install it however I'm waiting till I upgrade the full system.
 
Old 04-11-2004, 11:03 PM   #15
THX75
Member
 
Registered: Feb 2004
Location: Oklahoma, USA
Distribution: Ubuntu | Mac OS X 10.3
Posts: 143

Rep: Reputation: 15
I don't know if it's the best way to upgrade, but I didn't have any problem upgrading the kernel using their instructions. I was even a fresh noob when I tried it out.

Red Hat hasn't released an official upgrade to kernel 2.6 for FC1, which is why you won't be able to us yum unless you do a custom installation with it.

I agree with strikeforce and I'm awaiting FC2 Final before I try 2.6 again.
 
  


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
Upgrading Fedora Core 2 to Core 3 Dummy-in-Linux Linux - Newbie 5 11-11-2004 10:45 AM
Upgrading to Fedora Core 2 dvishloff Fedora - Installation 1 09-23-2004 06:38 AM
upgrading RH9 to Fedora Core 1 r.stiltskin Fedora 0 09-08-2004 10:47 AM
Upgrading to fedora core 2 corbis_demon Linux - Newbie 3 06-28-2004 07:19 AM
Upgrading via Internet Fedora Core 1 to Fedora Core 2 cdean Linux - Newbie 2 05-30-2004 11:14 PM

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

All times are GMT -5. The time now is 04:32 PM.

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