Re: make config and .config file

2006-04-11 Thread Wackojacko
Adam Hardy wrote: What's the situation with the .config file when recompiling the kernel? I am running 2.6.12 and it took me a few attempts to get that config right, which I stupidly didn't document. Now I want to upgrade to 2.6.16 and I am not sure whether I can use the old .config file fro

RE: make config and .config file

2006-04-11 Thread Yu,Glen [Ontario]
When you do "make oldconfig", it just takes all the settings from your existing kernel (or the one you used to make ".config" with) and transfers them directly to the new kernel that you want to upgrade to. If there are new options/settings available in the new kernel (and

make config and .config file

2006-04-11 Thread Adam Hardy
What's the situation with the .config file when recompiling the kernel? I am running 2.6.12 and it took me a few attempts to get that config right, which I stupidly didn't document. Now I want to upgrade to 2.6.16 and I am not sure whether I can use the old .config file from my /usr/src/linux

after madwifi install/upgrades, can't make config kernel

2006-01-15 Thread Ed Young
urces.list so I could install madwifi.   I installed kernel-source-2.6.8  (uncompressed it, untarred it and set the symlink accordingly. )   When I installed madwifi-source, it installed and upgraded many other packages.   Now when I try to do a make config, or make menuconfig I get the follow

Cannot run 'make *config'...

2004-02-22 Thread Alex Papadopoulos
Hi there. I just downloaded the latest kernel-sources of the 2.6 series and I cannot configure them. Whatever I try ('make config, menuconfig, xconfig, gconfig') I get the same error : [...] /usr/include/asm-generic/errno.h:8: error: stray '\270' in program /usr/include/a

Re: logging make config

2001-03-24 Thread Moritz Schulte
redirection (2>&1), but also the stdin You don't really want to "redirect the stdin", because that would mean, 'make config' wouldn't wait for input from the terminal, but from what you've redirected it to. But, have a look at 'script' -

Re: logging make config

2001-03-24 Thread Ilya Martynov
> "DR" == Darryl RЖthering <[EMAIL PROTECTED]> writes: DR> I have a question about makeconfig on the kernel. I am a habitual DR> logger, but I don't know how to log the build of a new kernel. What I DR> really want is to get not only the stdout and stderr (which I get by DR> r

logging make config

2001-03-24 Thread Darryl Röthering
I have a question about makeconfig on the kernel. I am a habitual logger, but I don't know how to log the build of a new kernel. What I really want is to get not only the stdout and stderr (which I get by redirection (2>&1), but also the stdin, so I can get a recording of all the choices I make

Re: kernel make-config not recognising new drivers

2001-02-20 Thread mike polniak
Pete Meyer wrote: > I've got the source for a network card driver, and am trying to compile it into my kernel. I put the code into kernelsource/drivers/net. Unfortunately, make config does not recogise that it's there (neither does make menuconfig). Is there a way I can get the

kernel make-config not recognising new drivers

2001-02-20 Thread Pete Meyer
I've got the source for a network card driver, and am trying to compile it into my kernel. I put the code into kernelsource/drivers/net. Unfortunately, make config does not recogise that it's there (neither does make menuconfig). Is there a way I can get the configuration

isdn4k-utils - "make config" problems

2000-11-23 Thread robert_wilhelm_land
I'm experiencing a quite ridiculous problem in running make config for preparing to install the isdn4k-utils: When you run "make config" you get a ascii menu. The second sub menu is displayed as "General Configurations" which is again splitted up to several other sub me

Re: make config

2000-03-31 Thread Oki DZ
On Thu, 30 Mar 2000, Sandy Shapiro wrote: > A similar message occurs when I type: make menucofig. Because it should be "make menuconfig" (?) > I think something must be missing. It seems that you'd need the kernel-source and gcc packages. Oki

Re: make config

2000-03-31 Thread Mike Werner
On Thu, Mar 30, 2000 at 07:15:04PM -0500, Sandy Shapiro wrote: > I a looking for a way to install the hpfs file system. I thought I would > try "make config." > > When I type "make config" I get an error message: No rule to make target > 'config'. St

make config

2000-03-31 Thread Sandy Shapiro
I a looking for a way to install the hpfs file system. I thought I would try "make config." When I type "make config" I get an error message: No rule to make target 'config'. Stop. A similar message occurs when I type: make menucofig. I think something must be mi

Re: Kernel: Make config errors (First time compile)

1999-04-19 Thread Alan Tam
> ~> Alan > ~> > ~> [EMAIL PROTECTED] wrote: > ~> > ~> > Hi, > ~> > > ~> > I've just started to try compiling kernel 2.0.35 on a Debian 2.0 (2.0.34) > ~> > machine, and just tried `make config' and got the following err

Re: Kernel: Make config errors (First time compile)

1999-04-15 Thread homega
n86 package as well on ~> intel x86 platforms. ~> ~> Cheers. ~> ~> Alan ~> ~> [EMAIL PROTECTED] wrote: ~> ~> > Hi, ~> > ~> > I've just started to try compiling kernel 2.0.35 on a Debian 2.0 (2.0.34) ~> > machine, an

Re: Kernel: Make config errors (First time compile)

1999-04-15 Thread Alan Tam
ed to try compiling kernel 2.0.35 on a Debian 2.0 (2.0.34) > machine, and just tried `make config' and got the following error(s): > > consolemap.c:303: uni_hash.tbl: No such file or directory > consolemap.c: In function `con_set_default_unimap': > consolemap.c:404: `dfont_u

Kernel: Make config errors (First time compile)

1999-04-15 Thread homega
Hi, I've just started to try compiling kernel 2.0.35 on a Debian 2.0 (2.0.34) machine, and just tried `make config' and got the following error(s): consolemap.c:303: uni_hash.tbl: No such file or directory consolemap.c: In function `con_set_default_unimap': consolemap.c:404:

"make config: Web Links

1999-03-05 Thread Pierfrancesco Caci
I've updated page that collects almost all the links that appear when you ask for help in the make config process. At least those for an intel architecture The pager is at http://gusp.infogroup.it/linux/kernel.shtml While you are at it have a look at the rest of the pages. Comments are we

Re: Kernel make config

1999-01-22 Thread Manoj Srivastava
Hi, kernel-package dcontains what I think are the official config files in /usr/lib/kernel-package/Config, and those get used if you do not already have a .config file. I think you can run make-kpkg kernel_image, hit control C after a minute or so, and voila, you should have a proper .

Re: Kernel make config

1999-01-21 Thread Hamish Moffatt
On Tue, Jan 19, 1999 at 03:53:08PM +1000, Peter Eades wrote: > So that explains why a can never get the patches to apply cleanly does > it and I just thought I was stupid. In that case shouldnt the debian > pakages include patches that will alow an upgard from say 2.0.5 to 2.0.6 > without having to

Re: Kernel make config

1999-01-21 Thread Peter Eades
Hamish Moffatt wrote: > > On Thu, Jan 21, 1999 at 09:17:18AM +0100, Helge Hafting wrote: > > > Is it possible that when compiling a custom kernel the make utility ie > > > xconfig or menuconfig could be made to offer the options that were used > > > for the default kernel that came with the system

Re: Kernel make config

1999-01-21 Thread Hamish Moffatt
On Thu, Jan 21, 1999 at 09:17:18AM +0100, Helge Hafting wrote: > > Is it possible that when compiling a custom kernel the make utility ie > > xconfig or menuconfig could be made to offer the options that were used > > for the default kernel that came with the system? I note that tere is an > Make a

Re: Kernel make config

1999-01-21 Thread Helge Hafting
> Is it possible that when compiling a custom kernel the make utility ie > xconfig or menuconfig could be made to offer the options that were used > for the default kernel that came with the system? I note that tere is an Make a backup of the .config file (in /usr/src/linux) before running xconfig

Kernel make config

1999-01-21 Thread Peter Eades
Is it possible that when compiling a custom kernel the make utility ie xconfig or menuconfig could be made to offer the options that were used for the default kernel that came with the system? I note that tere is an option for reading a configuration file so I guess al I need is that file. Anyone n

Re: Make Config Does Not Work!

1998-10-07 Thread Brian Armstrong
rewolf.net "J.H.M.Dassen" <"J.H.M.Dassen" wrote: > On Wed, Oct 07, 1998 at 08:43:50AM -0500, Brian Armstrong wrote: > > Typed:make config which resulted in the following: > > > > make:***No rule to make target config! Stop. >

Re: Make Config Does Not Work!

1998-10-07 Thread Brian Armstrong
rewolf.net Pierre Blanchet wrote: > > I look forward to hearing from someone who can offer help on making > > "make config" work. > > > > I followed the instructions of > > http://www.us.debian.org/doc/FAQ/debian-faq-11.html, "The Debian > > GNU/L

Re: Make Config Does Not Work!

1998-10-07 Thread Brian Armstrong
nrique > On Wed, Oct 07, 1998 at 08:43:50AM -0500, Brian Armstrong wrote: > > I look forward to hearing from someone who can offer help on making > > "make config" work. > > > > I followed the instructions of > > http://www.us.debian.org/doc/FAQ/debian-

Re: Make Config Does Not Work!

1998-10-07 Thread Pierre Blanchet
> I look forward to hearing from someone who can offer help on making > "make config" work. > > I followed the instructions of > http://www.us.debian.org/doc/FAQ/debian-faq-11.html, "The Debian > GNU/Linux FAQ: Debian and the kernel." > > Installed

Re: Make Config Does Not Work!

1998-10-07 Thread \"J.H.M.Dassen\" <\"J.H.M.Dassen\"
On Wed, Oct 07, 1998 at 08:43:50AM -0500, Brian Armstrong wrote: > Typed: make config which resulted in the following: > > make:***No rule to make target config! Stop. You need to be in the top level directory of the kernel source to run "make conf

Re: Make Config Does Not Work!

1998-10-07 Thread Paulo Henrique Baptista de Oliveira
Armstrong wrote: > I look forward to hearing from someone who can offer help on making > "make config" work. > > I followed the instructions of > http://www.us.debian.org/doc/FAQ/debian-faq-11.html, "The Debian > GNU/Linux FAQ: Debian and the kernel." >

Make Config Does Not Work!

1998-10-07 Thread Brian Armstrong
I look forward to hearing from someone who can offer help on making "make config" work. I followed the instructions of http://www.us.debian.org/doc/FAQ/debian-faq-11.html, "The Debian GNU/Linux FAQ: Debian and the kernel." Installed: gcc, libc6-dev, bin86, binutils, an

Re: [Debian]: Filesysteme bei make config bzw. make menuconfig

1998-10-01 Thread Martin Bialasinski
>> "WF" == Werner Fluegel <[EMAIL PROTECTED]> writes: WF> Habe versucht, unter Hamm einen neuen Kernel zu kompilieren. Wo WF> sind neuerdings die Filesysteme versteckt? Kein Iso9660, kein WF> msdos, kein Vfat. Wie zum Geier soll man dann mit einem neuen Du mußt zuerst die NLS Unterstützung einsc

Re: using make config

1998-08-06 Thread Ed Cogburn
Manoj Srivastava wrote: > > Hi, > >>"Kennedy" == Kennedy Mutio <[EMAIL PROTECTED]> writes: > > Kennedy> I'm using Linux version 2.0.33XXX and I'm browsing around > Kennedy> ftp.debian.org looking for the kernel-source and maybe > Kennedy> kernel-package. I am also looking for dpkg-perl and dpk

Re: using make config

1998-08-05 Thread Manoj Srivastava
Hi, >>"Kennedy" == Kennedy Mutio <[EMAIL PROTECTED]> writes: Kennedy> I'm using Linux version 2.0.33XXX and I'm browsing around Kennedy> ftp.debian.org looking for the kernel-source and maybe Kennedy> kernel-package. I am also looking for dpkg-perl and dpkg-ftp Kennedy> because I noticed that

Re: using make config

1998-08-05 Thread Bob Nielsen
On Wed, 5 Aug 1998, Kennedy Mutio wrote: > > I'm using Linux version 2.0.33XXX and I'm browsing around ftp.debian.org > looking for the kernel-source and maybe kernel-package. I am also looking > for dpkg-perl and dpkg-ftp because I noticed that my ftp option in dselect > dissapered mysteriously.

Re: using make config

1998-08-05 Thread Kennedy Mutio
CTED]:/usr/src/linux# ls > > include > > [EMAIL PROTECTED]:/usr/src/linux# make config > > make: *** No rule to make target `config'. Stop. > > > > My question is what do I need to do to be able to use make config instaed > > of using all the other commands li

Re: using make config

1998-08-05 Thread Bob Nielsen
On Wed, 5 Aug 1998, Kennedy Mutio wrote: > Hi, > I'm trying to make my linux machinewh which has two ne2000 cards in i > have > ip forwarding. I tried this at the prompt > > [EMAIL PROTECTED]:/usr/src/linux# ls > include > [EMAIL PROTECTED]:/usr/src/linux# make

using make config

1998-08-05 Thread Kennedy Mutio
Hi, I'm trying to make my linux machinewh which has two ne2000 cards in i have ip forwarding. I tried this at the prompt [EMAIL PROTECTED]:/usr/src/linux# ls include [EMAIL PROTECTED]:/usr/src/linux# make config make: *** No rule to make target `config'. Stop. My question is what do

Re: Why make xconfig, but not make menuconfig or make config?

1998-07-02 Thread Shaleh
It is time you were introduced to a very nice tool -- kernel-package. This package will make kernel debs for you. This way you only make config then make-kpkg binary. This will leave the normal kernel-header/source/image debs. Save time, effort and hassle. -- Unsubscribe? mail -s

Why make xconfig, but not make menuconfig or make config?

1998-07-02 Thread Jesse Bethel
For a long time now, I have been using make xconfig to compile a new kernel, and I've compiled about 100 times that way. But I recently messed up the configuration, and can only use the console. But whenever I try to compile with menuconfig or config, everything compiles okay, but the sys

Re: 'make config'

1998-01-14 Thread Daniel Martin at cush
Chris Keathley Keathley <[EMAIL PROTECTED]> writes: > I am having problems trying to run make config for one probably simple > reason. But since I don't know a whole lot yet, I am stumped. I looked > for /usr/src/linux, and there is no such directory. Where is my > kerna

Re:'make config'

1998-01-14 Thread Butch Kemper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 07:24 -0600 on 1/14/98, Chris Keathley Keathley wrote: > I am having problems trying to run make config for one probably simple > reason. But since I don't know a whole lot yet, I am stumped. I looked > for /usr/src/linux, and th

'make config'

1998-01-14 Thread Chris Keathley Keathley
I am having problems trying to run make config for one probably simple reason. But since I don't know a whole lot yet, I am stumped. I looked for /usr/src/linux, and there is no such directory. Where is my kernal? I even installed one from dselect and went back and checked and it still wa

Re: 'make config' issues.

1997-12-06 Thread Carey Evans
Qiang Rao <[EMAIL PROTECTED]> writes: > And also one more thing, you said you can get the mouse to work, there > might be a very simple solution to this. On some linux distributions, > the mouse link is not setup correctly. To check this: > "cd /dev" > "ls -l mouse" > this will tell you if you hav

Re: 'make config' issues.

1997-12-06 Thread Qiang Rao
Excerpts from debian: 6-Dec-97 Re: 'make config' issues. by "Oliver Elphick"@lfix.co > >I apologise for this newbie question but what do I do to get 'make > >config' to exist? I installed Debian several days ago and just learned= > > >

Re: 'make config' issues.

1997-12-06 Thread Daniel Martin
f you can't find your modules under the section "misc". That's much less painful than recompiling a kernel can be. > When I go to /usr/src/linux and type > 'make config' I just get a bash error message saying that the make >

Re: 'make config' issues.

1997-12-06 Thread Carey Evans
"Christopher R. Barry" <[EMAIL PROTECTED]> writes: > I installed Debian several days ago and just learned > today that the reason why my mouse doesn't work is because I need to > compile support into the kernel. When I go to /usr/src/linux and type > 'make c

Re: 'make config' issues.

1997-12-06 Thread Oliver Elphick
"Christopher R. Barry" wrote: >I apologise for this newbie question but what do I do to get 'make >config' to exist? I installed Debian several days ago and just learned >today that the reason why my mouse doesn't work is because I need to >compile

'make config' issues.

1997-12-06 Thread Christopher R. Barry
I apologise for this newbie question but what do I do to get 'make config' to exist? I installed Debian several days ago and just learned today that the reason why my mouse doesn't work is because I need to compile support into the kernel. When I go to /usr/src/linux and type '

Re: Errors from make config

1997-08-28 Thread Manoj Srivastava
Hi, This is quite wierd. I can't duplicate your results, since I have a fully libc6-dev setup, but I lokked at configure file, and all it does prior to the error is include stdio.h and unistd.h, which should not cause a problem. It compiles just fine for me, alas. Try and see i

Errors from make config

1997-08-28 Thread Steve Mayer
ror before `*' /usr/include/stdlib.h:347: parse error before `*' make: *** [configure] Error 1 I caused this error to occur by issuing the make config command from the /usr/src/linux/drivers/sound directory, but it is the same error that is received when doing a top level make config. The out

Re: Kernel "make config"

1997-06-28 Thread Christian Meder
nfig OR make menuconfig OR make config 4) make-kpkg clean 5) make-kpkg -r=custom.1.0 kernel_image 6) dpkg -i ../kernel*.deb then reboot and test. Greetings, Christian -- Christian Meder, email: [EMAIL PROTECTED] What's the railroad to me ? I never go to see Where it end

Kernel "make config"

1997-06-25 Thread Lalovic, Drazen
I have just installed debian 1.3 and downloaded some packages from the ftp site. Since I want to use it as a firewall I have to recompile kernel to enable IP forwarding. How can I do it? How to configure second Ethernet card. Thank you, Drazen -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the

Re: make config, [486] or [586]

1997-03-05 Thread Corey Allert
ile with the [486] or the [586] parameter during > make config? > > > Ioannis Tambouras > [EMAIL PROTECTED], West Palm Beach, Florida > Signed pgp-key on key server. > >

RE: make config, [486] or [586]

1997-03-05 Thread Kevin & Lara Olfert
UNSUSCRIBE

make config, [486] or [586]

1997-03-05 Thread Ioannis Tambouras
I have a AMD586-133 chip whose architecture more resembles an enchanced 486 cpu rather than a pentium. In terms of performence, is it better to compile with the [486] or the [586] parameter during make config? Ioannis Tambouras [EMAIL PROTECTED], West Palm Beach, Florida Signed pgp