Re: Kernel Config file for Debian Squeeze Install Disc

2011-07-11 Thread Sven Joachim
On 2011-07-11 21:52 +0200, Tech Geek wrote: >> AFAIK the kernel in the installer is >> split into many small packages from the regular linux-image package. So >> the possible differences are version skews when a newer kernel hits the >> archive, and missing modules that are not packaged for the i

Re: Kernel Config file for Debian Squeeze Install Disc

2011-07-11 Thread Tech Geek
Sven, > AFAIK the kernel in the installer is > split into many small packages from the regular linux-image package. So > the possible differences are version skews when a newer kernel hits the > archive, and missing modules that are not packaged for the installer. You are right. I discovered that

Re: Kernel Config file for Debian Squeeze Install Disc

2011-07-09 Thread Sven Joachim
On 2011-07-08 22:41 +0200, Tech Geek wrote: >> It should be available at /boot/config-`uname -r` > That would be true after the system installation finishes. What I am > looking for is the config file for the kernel runs the installation > process. For some reasons I suspect that there might be so

Re: Kernel Config file for Debian Squeeze Install Disc

2011-07-09 Thread Camaleón
On Fri, 08 Jul 2011 13:41:32 -0700, Tech Geek wrote: >> It should be available at /boot/config-`uname -r` > That would be true after the system installation finishes. What I am > looking for is the config file for the kernel runs the installation > process. For some reasons I suspect that there m

Re: Kernel Config file for Debian Squeeze Install Disc

2011-07-08 Thread William Hopkins
On 07/08/11 at 02:26pm, Tech Geek wrote: > > It is in the boot directory of the linux-image package, which is on the > > first disk or in the packages section at www.debian.org. > > So, from what you just said, it means that both the kernels, one that > runs from the install disc and the one that

Re: Kernel Config file for Debian Squeeze Install Disc

2011-07-08 Thread Brian
On Fri 08 Jul 2011 at 14:26:25 -0700, Tech Geek wrote: > > It is in the boot directory of the linux-image package, which is on the > > first disk or in the packages section at www.debian.org. > > So, from what you just said, it means that both the kernels, one that > runs from the install disc an

Re: Kernel Config file for Debian Squeeze Install Disc

2011-07-08 Thread Tech Geek
> It is in the boot directory of the linux-image package, which is on the > first disk or in the packages section at www.debian.org. So, from what you just said, it means that both the kernels, one that runs from the install disc and the one that gets installed on the hard drive are exactly the sa

Re: Kernel Config file for Debian Squeeze Install Disc

2011-07-08 Thread Brian
On Fri 08 Jul 2011 at 11:58:00 -0700, Tech Geek wrote: > Hello, > > I was wondering where can I find (or view) the .config file for the > kernel (vmlinuz) that comes on the Debian Squeeze install discs. I > tried searching on the internet but nothing came up. It is in the boot directory of the l

Re: Kernel Config file for Debian Squeeze Install Disc

2011-07-08 Thread Tech Geek
> It should be available at /boot/config-`uname -r` That would be true after the system installation finishes. What I am looking for is the config file for the kernel runs the installation process. For some reasons I suspect that there might be some difference between the kernel that installs Debia

Re: Kernel Config file for Debian Squeeze Install Disc

2011-07-08 Thread Eduardo M KALINOWSKI
On 07/08/2011 03:58 PM, Tech Geek wrote: > Hello, > > I was wondering where can I find (or view) the .config file for the > kernel (vmlinuz) that comes on the Debian Squeeze install discs. I > tried searching on the internet but nothing came up. It should be available at /boot/config-`uname -r`

Kernel Config file for Debian Squeeze Install Disc

2011-07-08 Thread Tech Geek
Hello, I was wondering where can I find (or view) the .config file for the kernel (vmlinuz) that comes on the Debian Squeeze install discs. I tried searching on the internet but nothing came up. Thanks. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubs

Re: how to get a working .config kernel config file

2007-06-20 Thread Orestes leal
On Wed, 20 Jun 2007 10:16:53 -0700 David Brodbeck <[EMAIL PROTECTED]> wrote: > > On Jun 19, 2007, at 2:59 PM, Julian De Marchi wrote: > > Try this > > > > cp /boot/.config /usr/src/linux > > > > Then when you load your kernel menu, go to load alternative config > > file. Then input the file nam

Re: how to get a working .config kernel config file

2007-06-20 Thread David Brodbeck
On Jun 19, 2007, at 2:59 PM, Julian De Marchi wrote: Try this cp /boot/.config /usr/src/linux Then when you load your kernel menu, go to load alternative config file. Then input the file name .config. This should help! What I usually do is copy the .config file to the kernel build dire

Re: how to get a working .config kernel config file

2007-06-20 Thread David Brodbeck
On Jun 19, 2007, at 2:54 PM, yong lee wrote: Hi, I am trying to build a custom kernel with openMosix patches for my debian 4.0 system. I copied an existing config file from /boot/config-2.6.18-4-686 to my new kernel source tree folder and renamed it to be .config. Then I ran 'make-kpkg kernel

Re: how to get a working .config kernel config file

2007-06-19 Thread Christopher Nelson
On 2007-06-19, yong lee <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to build a custom kernel with openMosix > patches for my debian 4.0 system. I copied an existing > config file from /boot/config-2.6.18-4-686 to my new > kernel source tree folder and renamed it to be > .config. Then I ran 'm

Re: how to get a working .config kernel config file

2007-06-19 Thread Julian De Marchi
Hey mate, My mistake, you original post you had the right idea. You already have the .config file as you got it from /boot/'uname -r'.config (/boot/config-2.6.18-4-686 to my new kernel source tree folder and renamed it to be .config.) The only step you missed is to load the alternative config

Re: how to get a working .config kernel config file

2007-06-19 Thread Orestes leal
On Tue, 19 Jun 2007 14:54:37 -0700 (PDT) yong lee <[EMAIL PROTECTED]> wrote: Based on my experience you miss one "important" step, before do any command do a make oldconfig with your config in place in the kernel tree, answer all the questions and do a make menuconfig and the others commands, ho

Re: how to get a working .config kernel config file

2007-06-19 Thread Julian De Marchi
yong lee wrote: Hi, I am trying to build a custom kernel with openMosix patches for my debian 4.0 system. I copied an existing config file from /boot/config-2.6.18-4-686 to my new kernel source tree folder and renamed it to be .config. Then I ran 'make-kpkg kernel_image' to build the kernel. Bu

how to get a working .config kernel config file

2007-06-19 Thread yong lee
Hi, I am trying to build a custom kernel with openMosix patches for my debian 4.0 system. I copied an existing config file from /boot/config-2.6.18-4-686 to my new kernel source tree folder and renamed it to be .config. Then I ran 'make-kpkg kernel_image' to build the kernel. But when I reboot wi

Re: Where is the kernel config file?

2003-06-07 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Jun 06, 2003 at 04:42:06PM +0200, David List wrote: > Where does one find the kernel config file for the kernel that is > installed by default on a Debian system? /boot/config-$KVERS - -- .''`. Baloo Ursidae &

Re: Where is the kernel config file?

2003-06-06 Thread David List
On Fri, 6 Jun 2003, Kevin McKinley wrote: >On Fri, 6 Jun 2003 18:10:34 +0200 (CEST) >David List <[EMAIL PROTECTED]> wrote: > >> I see. I thank you and mr. Saunders for answering my question. > >Here's an answer for a question you didn't ask: :) > >http://newbiedoc.sourceforge.net/system/kernel-pk

Re: Where is the kernel config file?

2003-06-06 Thread Kevin McKinley
On Fri, 6 Jun 2003 18:10:34 +0200 (CEST) David List <[EMAIL PROTECTED]> wrote: > I see. I thank you and mr. Saunders for answering my question. Here's an answer for a question you didn't ask: :) http://newbiedoc.sourceforge.net/system/kernel-pkg.html Kevin -- To UNSUBSCRIBE, email to [EMAIL

Re: Where is the kernel config file?

2003-06-06 Thread David List
On 6 Jun 2003, Jeremy Brooks wrote: >Look in /boot. There's a config-x.x.x file there. On a system running >Woody with the 2.4 kernel installed, it is called >/boot/config-2.4.18-bf2.4. I see. I thank you and mr. Saunders for answering my question. Best regards, David List -- To UNSUBSCRIBE

Re: Where is the kernel config file?

2003-06-06 Thread Jeremy Brooks
Look in /boot. There's a config-x.x.x file there. On a system running Woody with the 2.4 kernel installed, it is called /boot/config-2.4.18-bf2.4. On Fri, 2003-06-06 at 07:42, David List wrote: > Where does one find the kernel config file for the kernel that is > installed by d

Re: Where is the kernel config file?

2003-06-06 Thread Hugh Saunders
On Fri, Jun 06, 2003 at 04:42:06PM +0200, David List wrote: > Where does one find the kernel config file for the kernel that is > installed by default on a Debian system? /boot/foo.config if your gonna compile your own, [recomended] use make-kpkg. -- hugh -- To UNSUBSCRIBE, email to

Where is the kernel config file?

2003-06-06 Thread David List
Where does one find the kernel config file for the kernel that is installed by default on a Debian system? Best regards, David List -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: kernel .config file

2002-10-25 Thread dizma
Exactly!!! Thanks man...I didn't notice that I have config in /boot dizma - Original Message - From: "Kurt Yoder" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 4:57 PM Subject: Re: kernel .config

Re: kernel .config file

2002-10-25 Thread Kurt Yoder
dizma said: > Hi there > > When I make: > apt-get install kernel-source-2.4.18 > > debian woody install in /usr/src: > kernel-source-2.4.18.tar.bz2 > > after that I bzip2 this archive... > > So my question is how to load the current kernel and modules > configuration in .config file > > dizma You

kernel .config file

2002-10-25 Thread dizma
Hi there   When I make: apt-get install kernel-source-2.4.18   debian woody install in /usr/src: kernel-source-2.4.18.tar.bz2   after that I bzip2 this archive...   So my question is how to load the current kernel and modules configuration in .config file   dizma 

Re: kernel config file (was Re: Upgrade to kernel 2.4.* on woody - easy?)

2002-03-20 Thread Shaul Karl
> Am Mittwoch, 20. März 2002 16:54 schrieb Tony Crawford: > > > > It was pretty painless for me. I started with the kernel- > > image_2.4.17-bf... package, which is intended to run on most > > equipment, then I started with its config file when I needed a > > custom 2.4.x kernel. > > Could you tel

Re: kernel config file (was Re: Upgrade to kernel 2.4.* on woody - easy?)

2002-03-20 Thread Angus D Madden
Christoffer Quest, Wed, Mar 20, 2002 at 07:19:27PM +0100: > > Could you tell me where I find the config file for the kernel-image? I also > want to compile my own custom kernel for debugging proposes, but don't want > to configure it totally myself. > IIRC it's included in the kernel-image* d

kernel config file (was Re: Upgrade to kernel 2.4.* on woody - easy?)

2002-03-20 Thread Christoffer Quest
Am Mittwoch, 20. März 2002 16:54 schrieb Tony Crawford: > > It was pretty painless for me. I started with the kernel- > image_2.4.17-bf... package, which is intended to run on most > equipment, then I started with its config file when I needed a > custom 2.4.x kernel. Could you tell me where I fin

UDB -> kernel config file

1999-08-28 Thread Oliver
Hi, I installed Debian 2.1 on my UDB (Alpha VX40) and recompiled the kernel (2.2.12) but the system hangs after booting. Can somebody mail me his kernel config file? Then I can check what I forgot to compile in (SCSI - adapter). thx, Oliver