LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-01-2004, 10:01 AM   #1
gilan
LQ Newbie
 
Registered: Dec 2004
Posts: 13

Rep: Reputation: 0
Where's FC3 kernel?


Hi.

I'm new using linux and after talking with many people i decided to install in my notebook Fedora Core 3. Everything (almost...) was ok, till I decided to "install" wireless..... I needed to compile kernel, but i can't find it anywhere.

Linux kernel is usually in "/usr/src/linux..<version>..." but i have that directory empty. I also searched kernel files in the Fedora CDs and I neither found it there. So, I decided to upgrade FC3 (from CDs) with option: Copy kernel in the HD or something similar..... But that option or a similar one is not present.

So..... where can i find the kernel? Should I download one? or where's the directory where i can execute: "make menuconfig"?

Thanks!!!
 
Old 12-01-2004, 10:28 AM   #2
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
Last time i used Fedora it was fedora core2.
DOes fedora still use the redhat-package-manager to install / uninstall things ?

anyways... in the main menu somwhere there will be a porgram for installing packages (RPM's)
load it.

You will need to install most of the development tools. mostly the Kenrle Development stuff, and Compilers.

also, be sure to read a kernelcompile manual.

There are lost of ways of doing it,, i generally follow the following procedure.

make clean ( removes any pre-compiled parts)
make mrproper ( to make sure the kernel tree is complete)
(at this point apply any new patches you may need to install)
copy /boot/Config* to /usr/src/linux-version/.config (to use the fedora3 config as a template for the new kernel)
make oldconfig (OPTIONAL if the config is for a different ekrnel version that you are going to compile)
make menuconfig
(now make the changes you need to the kernel)
make bzImage
make modules
make modules_install
mv /boot/bzImage /boot/bzmage.OLD (backup the origonal kernel, somtimes called vmlinuz instead of bzimage)
mv ./arch/i386/boot/bzImage /boot/bzImage (move the new kernel to the boot directory)
(now edit /boot/grub/menu.lst to boot the new kernel)
 
Old 12-01-2004, 05:09 PM   #3
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
If you provide the type of wireless card you have, the default kernel should come with the support, you may just need to install the wireless tools package. There shouldn't be any reason for you to have to compile your kernel to get such support.

Quote:
Last time i used Fedora it was fedora core2.
DOes fedora still use the redhat-package-manager to install / uninstall things ?

anyways... in the main menu somwhere there will be a porgram for installing packages (RPM's)
load it.

You will need to install most of the development tools. mostly the Kenrle Development stuff, and Compilers.

also, be sure to read a kernelcompile manual.
There's a kernelcompile manual? Never seen that one before, but I have seen different howto's regarding how to compile kernels in different distributions.

And maybe if you know nothing about Fedora you should skip the questions, yes, it still uses RPM's, I would hate to think a Project supported by Redhat themselves does not even use their own Package Management. And in the "main menu", be a "program for installing packages".. "load it".. what exactly are you telling him to load? That's really detailed instructions on how to confuse someone even more.

Cheers!
 
Old 12-01-2004, 05:49 PM   #4
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
you really are sore about that "take that tricky kid remark aint ya... chill!"

what i meant was, does it still use the "redhat-config-packages" program... yeah i forgot the name a bit.
and like i said, i know about Core2.. and for a distro with such a fast release date, i assume they are somewhat similar.

as for the manual, google for it... it returns many results, all are quite good.
 
Old 12-01-2004, 06:04 PM   #5
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by qwijibow
you really are sore about that "take that tricky kid remark aint ya... chill!"

what i meant was, does it still use the "redhat-config-packages" program... yeah i forgot the name a bit.
and like i said, i know about Core2.. and for a distro with such a fast release date, i assume they are somewhat similar.

as for the manual, google for it... it returns many results, all are quite good.
I guess you see my point then huh, its not a competition on who's right or wrong. We're all here to help others out, there is no need to point out if anyone makes a mistake, even if they truly didn't make a mistake in some cases. So lets move on then and keep smartarse remarks to ourselves.
 
Old 12-22-2004, 08:19 PM   #6
god_is_good478
Member
 
Registered: Jun 2004
Location: Singapore
Distribution: RH9 FC2/3 Mandrake10 Solaris 9
Posts: 31

Rep: Reputation: 15
Just replying for posterity


If one wants to use wireless, you need NDISwrapper...

usuallly does not require kernel compile

Unless you need VPN, then you need to patch the Kernel for MPPC and MPPE support, recompile and use the new kernel.

I'm having the same problem now lol
 
  


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
DISCUSSION: DMA with FC3 on a GA-8TRS350MT motherboard with a custom 2.6.12 kernel - FC3 DVD playbac rylan76 LinuxAnswers Discussion 0 08-21-2005 05:18 PM
2.4.x kernel on FC3 ddaas Fedora 2 07-02-2005 04:44 PM
How to upgrade kernel FC3 to 2.6.11 tridiak Linux - Newbie 3 04-19-2005 07:41 AM
recompiling kernel on FC3 AlekB Fedora 1 12-24-2004 10:06 AM
FC3 with Kernel 2.4.x marghorp Fedora 20 11-22-2004 03:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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