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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-14-2004, 04:45 PM
|
#1
|
LQ Newbie
Registered: Oct 2004
Location: Boulder, Co
Distribution: Redhat WS4
Posts: 17
Rep:
|
/usr/src/linux not there?
I've installed FC2 and am trying to compile my kernel using the command "make menuconfig" in order to enable framebuffer. I look in /usr/src and what I find is a folder called "redhat" not "Linux". In the "redhat" folder there are other dir's like BUILD, SOURCE, SRPMS, etc... I am looking for "menuconfig" and it's nowhere to be found.
Any help with what the hell is going on here would be appreciated..
thanks
|
|
|
10-14-2004, 04:55 PM
|
#2
|
Member
Registered: Nov 2003
Location: austria
Distribution: debian
Posts: 667
Rep:
|
you likely have to install the kernel source package of your choice.
sl mritch.
|
|
|
10-14-2004, 05:00 PM
|
#3
|
Member
Registered: Oct 2004
Location: Germany
Distribution: SuSE
Posts: 33
Rep:
|
As long as you have the kernel source installed and you are in /usr/src/linux
you should be able to do one of the following to to make your config.
make xconfig
make menuconfig
make config
|
|
|
10-14-2004, 05:17 PM
|
#4
|
Senior Member
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Rep:
|
....all of which means get the source package for your kernel (likely an rpm somewhere) and extract to the /usr/src directory (if rpm, it'll likely do that when you install the rpm - it may even make the symlink to linux as well). Make a symbolic link from the source directory to "linux" and enter /usr/src/linux
Code:
cd /usr/src
ln -s <name of kernel source directory> linux
ls -l
The last ls -l is to check that the symlink points to the right place.
cd linux
make menuconfig
etc...
|
|
|
10-14-2004, 11:35 PM
|
#5
|
Member
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545
Rep:
|
do a #uname -a
The output will the version of ur installed[running] kernel....
try to download the "src" rpm of the matching kernel and install it
#rpm -ivh kerenel-2.xxx-src.rpm
[********The rpm should have the word SRC in it**********]
|
|
|
10-15-2004, 06:28 AM
|
#6
|
Senior Member
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Rep:
|
Thanks for filling in what I forgot. Damn, I like LQ
|
|
|
10-15-2004, 07:06 AM
|
#7
|
Member
Registered: Nov 2003
Location: austria
Distribution: debian
Posts: 667
Rep:
|
yep. it's nearly complete now. good work ;-)
|
|
|
All times are GMT -5. The time now is 09:10 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|