Re: How to know the configuration of kernel

2002-09-05 Thread Oki DZ
On Fri, Sep 06, 2002 at 08:53:37AM +0530, Jsahambi wrote: > I can reframe the question: If I install the kernel-sourse and run "make > xconfig", how do i load the configuration of the existing kernel, so > that I can know what modules are compiled into the kernel and baased on > that I can add mor

Re: How to know the configuration of kernel

2002-09-05 Thread Pierre THIERRY
And to know what modules are compiled at the moment, simply run # modprobe -l But it only gives you the modules, not the drivers that are compiled IN the kernel... uickly, le Moine Fou -- mailto:[EMAIL PROTECTED] OpenPGP 0xD9D50D8A msg00966/pgp0.pgp Description: PGP signature

Re: How to know the configuration of kernel

2002-09-05 Thread Tom Cook
On 0, Jsahambi <[EMAIL PROTECTED]> wrote: > Is there any method to know what modules are compiled into the kernel on > the Debian machine. > > I can reframe the question: If I install the kernel-sourse and run "make > xconfig", how do i load the configuration of the existing kernel, so > that I

How to know the configuration of kernel

2002-09-05 Thread Jsahambi
Is there any method to know what modules are compiled into the kernel on the Debian machine. I can reframe the question: If I install the kernel-sourse and run "make xconfig", how do i load the configuration of the existing kernel, so that I can know what modules are compiled into the kernel and