Re: make-kpkg...and other things...

1996-08-12 Thread Jeff Mickey
On 12 Aug 1996, Manoj Srivastava wrote: Hello.. > > I'm not sure why the module problems exist (I only had those > problems with old modules lying around), but I can explain the > make-kpkg stuff. It seems to be that the kernel was looking for..as mr. Perens has point

Re: make-kpkg...and other things...

1996-08-12 Thread Jeff Mickey
On Sun, 11 Aug 1996, Bruce Perens wrote: > > The module it is looking for is /lib/modules/current/net/8390.o . > Try pre-loading it with "modprobe". > That got it..thanks Bruce...Now ill go and figure out Why it wants that...i *think* i turned all of the specific net work off infavor of

Re: make-kpkg...and other things...

1996-08-12 Thread Manoj Srivastava
Hi, I'm not sure why the module problems exist (I only had those problems with old modules lying around), but I can explain the make-kpkg stuff. Older versions of what is now called kernel-package used to be part of the kernel-source package (I think that kernel-source package

Re: make-kpkg...and other things...

1996-08-12 Thread Bruce Perens
Bruce: > Try running "depmod -a" after you install a new kernel and modules. > That might fix the undefined symbols. From: Jeff Mickey <[EMAIL PROTECTED]> > Yes after i wrote the originall message i gave this a try..sadly no > it did not fix it.. The module it is looking for is /lib/modules/curr

Re: make-kpkg...and other things...

1996-08-12 Thread Jeff Mickey
On Sun, 11 Aug 1996, Bruce Perens wrote: > > Try running "depmod -a" after you install a new kernel and modules. > That might fix the undefined symbols. Yes after i wrote the originall message i gave this a try..sadly no it did not fix it.. > Regarding the net-pf-X problems, these wil

Re: make-kpkg...and other things...

1996-08-12 Thread Bruce Perens
Try running "depmod -a" after you install a new kernel and modules. That might fix the undefined symbols. Regarding the net-pf-X problems, these will not kill your system, but the fix is to add "alias net-pf-4 off" and "alias net-pf-5 off" in /etc/conf.modules . These should probably be done for yo

make-kpkg...and other things...

1996-08-11 Thread Jeff Mickey
Im haveing module problums.SIGHI installed 1.1..kernel 2.0.0..since this is going on my thinkpad 500..4Megs of memory...i built myself a real lean kernel:). ...well in the "old" way..make clean,dep,zImage.modules,module_installand got ..