Re: kernel modules

2000-09-27 Thread Panu Matilainen
On Thu, 28 Sep 2000, John Summerfield wrote: > > > > When you change the kernel configuration even while staying on the same > > version it's possible (or likely, I think) that internal kernel > > datastructures change. Some of them are more critical than others. > > > > If you want more detail

RE: kernel modules

2000-09-27 Thread Balazs Wellisch
Sorry, I meant make bzImage... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike A. Harris Sent: Wednesday, September 27, 2000 8:38 AM To: Red Hat Development List Subject: Re: kernel modules On Tue, 26 Sep 2000, Balazs Wellisch wrote: >Date:

Re: kernel modules

2000-09-27 Thread John Summerfield
> > make clean is not needed, but make bzImage is. I'm not sure what > the make install target does, but I'll bet that it requires make > bzImage first. Read the kernel README for details. > Oh, it will make a kernel, and it will probably work. the kernel it makes may be or not be the one des

Re: kernel modules

2000-09-27 Thread John Summerfield
> > When you change the kernel configuration even while staying on the same > version it's possible (or likely, I think) that internal kernel > datastructures change. Some of them are more critical than others. > > If you want more detailed explanation you'll have to search the net (read > lin

Re: kernel modules

2000-09-27 Thread John Summerfield
> On Wed, 27 Sep 2000, Dave Ihnat wrote: > > On Tue Sep 26 2000 at 18:04, "Balazs Wellisch" wrote: > > > Can anyone tell me how to correct the following error: > > > > > > depmod: *** Unresolved symbols in /lib/modules/2.2.16-3/misc/emu10k1.o > > >From the make menuconfig or xconfig, disable > >

Re: kernel modules

2000-09-27 Thread Alan Shutko
"Mike A. Harris" <[EMAIL PROTECTED]> writes: > make clean is not needed, but make bzImage is. I'm not sure what > the make install target does, but I'll bet that it requires make > bzImage first. You lose the bet. make install is defined in /usr/src/linux-2.2.16/arch/i386/boot/Makefile as i

Re: kernel modules

2000-09-27 Thread Mike A. Harris
On Tue, 26 Sep 2000, Balazs Wellisch wrote: >Date: Tue, 26 Sep 2000 18:04:17 -0700 >From: Balazs Wellisch <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Cc: Red Hat Development List <[EMAIL PROTECTED]> >Content-Type: text/plain; > charset="iso-8859-1" >Subject: kernel modules > >Can anyone tel

Re: kernel modules

2000-09-27 Thread Panu Matilainen
On Wed, 27 Sep 2000, Dave Ihnat wrote: > On Wed, Sep 27, 2000 at 03:32:03PM +0300, Panu Matilainen wrote: > > It'll stop the complaining for the most part but might also break your > > kernel in interesting ways :) > > Explain? To the best of my knowledge, this only has an effect if you may > ha

Re: kernel modules

2000-09-27 Thread Dave Ihnat
On Wed, Sep 27, 2000 at 03:32:03PM +0300, Panu Matilainen wrote: > It'll stop the complaining for the most part but might also break your > kernel in interesting ways :) Explain? To the best of my knowledge, this only has an effect if you may have modules built for different versions of the kern

Re: kernel modules

2000-09-27 Thread Panu Matilainen
On Wed, 27 Sep 2000, Dave Ihnat wrote: > On Tue Sep 26 2000 at 18:04, "Balazs Wellisch" wrote: > > Can anyone tell me how to correct the following error: > > > > depmod: *** Unresolved symbols in /lib/modules/2.2.16-3/misc/emu10k1.o > >From the make menuconfig or xconfig, disable > > "Set versio

Re: kernel modules

2000-09-27 Thread Dave Ihnat
On Tue Sep 26 2000 at 18:04, "Balazs Wellisch" wrote: > Can anyone tell me how to correct the following error: > > depmod: *** Unresolved symbols in /lib/modules/2.2.16-3/misc/emu10k1.o >From the make menuconfig or xconfig, disable "Set version information on all symbols for modules". This sets

Re: kernel modules

2000-09-27 Thread Panu Matilainen
On Wed, 27 Sep 2000, Tony Nugent wrote: > On Tue Sep 26 2000 at 18:04, "Balazs Wellisch" wrote: > > > Can anyone tell me how to correct the following error: > > > > depmod: *** Unresolved symbols in /lib/modules/2.2.16-3/misc/emu10k1.o > > FWIW, I've seen exactly the same error using the stock

Re: kernel modules

2000-09-26 Thread Tony Nugent
On Tue Sep 26 2000 at 18:04, "Balazs Wellisch" wrote: > Can anyone tell me how to correct the following error: > > depmod: *** Unresolved symbols in /lib/modules/2.2.16-3/misc/emu10k1.o FWIW, I've seen exactly the same error using the stock kernel-sources-* package to rebuild a new kernel. The