LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   make menuconfig (https://www.linuxquestions.org/questions/linux-newbie-8/make-menuconfig-65133/)

OracleDBA 06-12-2003 02:32 AM

make menuconfig
 
Please can anyone tell me how to do a "make menuconfig", in what folder should I be and with what user? And do I need to install any make packages?
Thank you guys!!!!!

Azmeen 06-12-2003 02:42 AM

Depends on the app you're installing...

cd /where/app/is

Or are you trying to re-compile your kernel? Then you should probably be in /usr/src/linux

acid_kewpie 06-12-2003 02:42 AM

make menuconfig is used as part of a kernel recompile. The way you've asked this question blindly without any sense of context, i'm guessing you really don't want to be doing that. maybe if you explain the actual situation you're in you'll be able to get more help.

OracleDBA 06-12-2003 02:46 AM

Well I need to recompile my kernel in order to enable my USB cable modem, which is without an ethernet card.

acid_kewpie 06-12-2003 02:47 AM

why? doubt you need to. what has left you thinking this?

OracleDBA 06-12-2003 02:59 AM

Well then can anyone find me a solution to make my linux get connected to the web with a usb com21 cable modem without ethernet card

OracleDBA 06-12-2003 06:12 AM

So no one can help me out???

acid_kewpie 06-12-2003 06:54 AM

maybe you should be a little more patient and also actually tell us WHY you think you need to recompile you kernel to support the card (which i know nothing about). what has searching google told you so far?

OracleDBA 06-12-2003 11:46 AM

Searching google has told me to install USB modules, that is why I need also to recompile my kernel, and that is why I need the make menuconfig that I told you about!!!!! So I want to be doing that!!!!!

Hcman 06-12-2003 12:23 PM

woah there buddy...no need to get all excited :)

Which modules does your google search say you will have to load?

Why not try (as root)

# modprobe <module> (this is where you insert your module name)

HC

J.W. 06-12-2003 01:08 PM

There is a good thread on the Slackware board posted by DaOne which describes the kernel recompile process and of course a huge amount of excellent reference material can always be the Linux Documentation Project: http://www.tldp.org/

Because I likewise am attempting my first kernel recompile, I found these resources to be invaluable and I'd truly be lost without them. If you have not already read them, they probably will answer many of your questions. In any case, I'd agree with the other posts that it may not be necessary to do a recompile just to solve an issue with a USB device.

On a different note, I still consider myself a newcomer when it comes to Linux, but in my experience, there are a lot of people here at LQ who not only really, really know Linux inside and out, but who also are willing to go out of their way to share their time and experience with others. That is a fairly rare and wonderful thing, and if they point you in a certain direction, in my experience it's wise to follow their advice and do a little exploring. Just my 2 cents -- J.W.


All times are GMT -5. The time now is 11:43 PM.