Re: debian kernel configuration

2003-02-25 Thread Paul Johnson
On Sun, Feb 23, 2003 at 09:29:14AM -0700, Andreas J Guelzow wrote:
 does anybody know where I can find the kernel configuration for the 
 debian kernels (the 2.4.18-smp to be exact)? 

apt-get install kernel-source-2.4.18.  Back up your
/boot/config-2.4.18-smp (or similar) before you do, that's the config
file that was used to build the kernel you're running.

-- 
 .''`. Baloo [EMAIL PROTECTED]
: :'  :proud Debian admin and user
`. `'`
  `-  Debian - when you have better things to do than to fix a system


pgp0.pgp
Description: PGP signature


debian kernel configuration

2003-02-23 Thread Andreas J Guelzow
Hi,

does anybody know where I can find the kernel configuration for the 
debian kernels (the 2.4.18-smp to be exact)? I have to recompile the 
kernelafter changing a few settings and would like to start with the 
settings in the default kernel (since I know that they are working, 
except that they don't support all the memory I would like to use).

Andreas
--
Prof. Dr. Andreas J. Guelzow
http://www.math.concordia.ab.ca/aguelzow
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: debian kernel configuration

2003-02-23 Thread Jason Chambers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The config file is installed along with the kernel image in /boot.

Andreas J Guelzow wrote:
| Hi,
|
| does anybody know where I can find the kernel configuration for the
| debian kernels (the 2.4.18-smp to be exact)? I have to recompile the
| kernelafter changing a few settings and would like to start with the
| settings in the default kernel (since I know that they are working,
| except that they don't support all the memory I would like to use).
|
| Andreas
- --
Jason Chambers ([EMAIL PROTECTED])
Leicester, England
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: Using GnuPG with Debian - http://enigmail.mozdev.org
iD8DBQE+WQWqaAtc30JcQ0cRAgTAAJwMVQfsCiKCJruvGTn2bKSM6eTUuQCgxGhE
8u48Heiqn59vf0FWr0HiaeU=
=3KK8
-END PGP SIGNATURE-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: debian kernel configuration

2003-02-23 Thread sean finney
hi andreas,

On Sun, Feb 23, 2003 at 09:29:14AM -0700, Andreas J Guelzow wrote:
 Hi,
 
 does anybody know where I can find the kernel configuration for the 
 debian kernels (the 2.4.18-smp to be exact)? I have to recompile the 
 kernelafter changing a few settings and would like to start with the 
 settings in the default kernel (since I know that they are working, 
 except that they don't support all the memory I would like to use).

the first place i'd recommend looking would be in /boot if you have
the kernel already installed.  there should be a config-`uname -r` with
your current kernel's config if you've installed a debian stock kernel
or one you've made yourself with make-kpkg.  if you can't install it,
i'd recommend downloading the package and extracting the config
manually.


hth
sean


pgp0.pgp
Description: PGP signature


Re: debian kernel configuration

2003-02-23 Thread Ismael Valladolid Torres
On Sun, Feb 23, 2003 at 09:29:14AM -0700, Andreas J Guelzow wrote:
 does anybody know where I can find the kernel configuration for the 
 debian kernels (the 2.4.18-smp to be exact)? I have to recompile the 
 kernelafter changing a few settings and would like to start with the 
 settings in the default kernel (since I know that they are working, 
 except that they don't support all the memory I would like to use).

$ make mrproper

And then, you can config the kernel starting from the default
settings.

Regards, Ismael
-- 
Ismael Valladolid Torres [EMAIL PROTECTED]
oO-SPAM-Oo don't fall prey to destuctive viruses
PGP Public Key 0x54E9F575 available at search.keyserver.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: debian kernel configuration

2003-02-23 Thread Seneca
On Sun, Feb 23, 2003 at 09:29:14AM -0700, Andreas J Guelzow wrote:
 does anybody know where I can find the kernel configuration for the 
 debian kernels (the 2.4.18-smp to be exact)? I have to recompile the 
 kernelafter changing a few settings and would like to start with the 
 settings in the default kernel (since I know that they are working, 
 except that they don't support all the memory I would like to use).

If the kernel image is 2.4.18-smp then /boot/config-2.4.18-smp.

-- 
Seneca
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: debian kernel configuration

2003-02-23 Thread Shaul Karl
 Hi,
 
 does anybody know where I can find the kernel configuration for the 
 debian kernels (the 2.4.18-smp to be exact)? I have to recompile the 
 kernelafter changing a few settings and would like to start with the 
 settings in the default kernel (since I know that they are working, 
 except that they don't support all the memory I would like to use).
 
 Andreas
 -- 
 Prof. Dr. Andreas J. Guelzow
 http://www.math.concordia.ab.ca/aguelzow


Hello,

  It could be that it is still on your system. Look at /boot/config*.
You can also download the deb from which the kernel was installed,
assuming that there is indeed a deb some where. Unpack it in a temporary
directory, for example with dpkg-deb -x. You'll then have all the files
that were in this deb under the point were you extracted it. The boot
directory will most probably have the configuration file you are looking
for.

-- 

Shaul Karl, [EMAIL PROTECTED] e t


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]