Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 01-01-2007, 03:50 PM   #1 (permalink)
"The RaCaLaNGeL"©
 
romeo_8693's Avatar
 
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
Default compiling the kernel in fc5

well the pic is al selfexplainatory....pls help!
Attached Images
File Type: gif Untitled.gif (34.3 KB, 16 views)
__________________
Without sorrows happiness would be boring!
romeo_8693 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 01-01-2007, 04:13 PM   #2 (permalink)
Just another linux lover.
 
subratabera's Avatar
 
Join Date: Jun 2006
Location: Bangalore, KA
Posts: 559
Default Re: compiling the kernel in fc5

Try...

"su -" including that dash

instead of...

"su" without dash
__________________
Today is a most unusual day, because we have never lived it before; we will never live it again; it is the only day we have.
(Registered Linux User #432737 - subratabera.blogspot.com)
subratabera is offline  
Old 01-01-2007, 04:19 PM   #3 (permalink)
"The RaCaLaNGeL"©
 
romeo_8693's Avatar
 
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
Default Re: compiling the kernel in fc5

d problem is with "menuconfig"!any ways wat wud the above thing change?
__________________
Without sorrows happiness would be boring!
romeo_8693 is offline  
Old 01-01-2007, 04:21 PM   #4 (permalink)
Just another linux lover.
 
subratabera's Avatar
 
Join Date: Jun 2006
Location: Bangalore, KA
Posts: 559
Default Re: compiling the kernel in fc5

That will give you full root environment...
__________________
Today is a most unusual day, because we have never lived it before; we will never live it again; it is the only day we have.
(Registered Linux User #432737 - subratabera.blogspot.com)
subratabera is offline  
Old 01-01-2007, 04:30 PM   #5 (permalink)
"The RaCaLaNGeL"©
 
romeo_8693's Avatar
 
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
Default Re: compiling the kernel in fc5

ok.ill c.
__________________
Without sorrows happiness would be boring!
romeo_8693 is offline  
Old 01-01-2007, 04:42 PM   #6 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: compiling the kernel in fc5

You should be in /usr/src/linux directory.
And also you can use xconfig
Code:
make xconfig
It will give you a GUI environment.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 02-01-2007, 03:28 PM   #7 (permalink)
"The RaCaLaNGeL"©
 
romeo_8693's Avatar
 
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
Default Re: compiling the kernel in fc5

hey techie the first thing u told me doesnt work.strange it might seem,i dnt have the above /src/linux directory...ill try the 2nd one though!!
p.s. do i have to update my installation?its a bare-bone fc5!!!
__________________
Without sorrows happiness would be boring!
romeo_8693 is offline  
Old 02-01-2007, 07:07 PM   #8 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: compiling the kernel in fc5

Give me the output of
Code:
ls /usr/src
__________
Did you download kernel sources or a vanilla kernel to compile?
__________________
http://www.bash.org/?258908

Last edited by mehulved; 02-01-2007 at 07:07 PM. Reason: Automerged Doublepost
mehulved is offline  
Old 03-01-2007, 01:41 AM   #9 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: compiling the kernel in fc5

You don't have Linux sources installed. None of the RPM distros install them by-default (afaik?).
eddie is offline  
Old 03-01-2007, 01:47 AM   #10 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: compiling the kernel in fc5

None of the binary distros do AFAIK. Ubuntu, FC, Mandriva and Suse doesn't as long as I remember.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 06-01-2007, 04:27 PM   #11 (permalink)
"The RaCaLaNGeL"©
 
romeo_8693's Avatar
 
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
Default Re: compiling the kernel in fc5

so wat do i do to make a custom kernel?
__________________
Without sorrows happiness would be boring!
romeo_8693 is offline  
Old 06-01-2007, 07:18 PM   #12 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: compiling the kernel in fc5

install linux-sources or kernel-sources whatever it is called from your package manager, for the version of the kernel you are using.
Or otherwise if you want a totally new kernel. Get a fresh one from www.kernel.org
What exactly do you want to compile a kernel for?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 07-01-2007, 06:03 AM   #13 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Smile Re: compiling the kernel in fc5

Though wrote for fedora 4,this hw2 is as good as for fc6 may also.
http://www.mjmwired.net/resources/mjm-kernel-fc4.html
http://www.freeme.in/node/16
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 07-01-2007, 12:08 PM   #14 (permalink)
Just another linux lover.
 
subratabera's Avatar
 
Join Date: Jun 2006
Location: Bangalore, KA
Posts: 559
Default Re: compiling the kernel in fc5

You may also try these links...

How To Compile A Kernel - The Fedora Way

Various Fedora resources
__________________
Today is a most unusual day, because we have never lived it before; we will never live it again; it is the only day we have.
(Registered Linux User #432737 - subratabera.blogspot.com)
subratabera is offline  
Old 08-01-2007, 02:38 PM   #15 (permalink)
"The RaCaLaNGeL"©
 
romeo_8693's Avatar
 
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
Default Re: compiling the kernel in fc5

well i did get 5cd's for fc5!dnt they have sources?if yes then re-installing will solve the prob?
__________________
Without sorrows happiness would be boring!
romeo_8693 is offline  
Old 09-01-2007, 12:38 AM   #16 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: compiling the kernel in fc5

Reinstalling will not solve the problem as none of the binary distros install Kernel sources by default. If you have all the 5 CDs then 4th and 5th CDs most probably will be having the sources. Look for linux-kernel-xxxxx.src.rpm on one of the two CDs. Here xxxxx means version number of the kernel that came with your distro. Locate the file and then double click it...your distros package manager will take over and install the sources for you.
eddie is offline  
Old 09-01-2007, 03:16 PM   #17 (permalink)
"The RaCaLaNGeL"©
 
romeo_8693's Avatar
 
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
Default Re: compiling the kernel in fc5

thnx guys....ill try that eddie!
__________________
Without sorrows happiness would be boring!
romeo_8693 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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



All times are GMT +5.5. The time now is 06:06 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2