Re: depmod question

2000-12-19 Thread Colin Watson
Peter Jay Salzman <[EMAIL PROTECTED]> wrote: >i *just* downloaded and compiled 2.4.0-12 for the very first time. after >my very first reboot with this kernel, i'm getting: > ># depmod -a >depmod: *** Unresolved symbols in >/lib/modules/2.4.0-test12/kernel/drivers/scsi/imm.o 2.4.0-test12 is known

Re: depmod question

2000-12-19 Thread David A. Rogers
imm.o is actually dependent on another module, but noone told depmod. Try to find what imm is dependent on. dar On Tue, 19 Dec 2000, Peter Jay Salzman wrote: > i *just* downloaded and compiled 2.4.0-12 for the very first time. after > my very first reboot with this kernel, i'm getting: > > #

RE: depmod question

2000-12-19 Thread Jason Holland
Jason > -Original Message- > From: Peter Jay Salzman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 19, 2000 1:30 PM > To: Debian user mailing list > Subject: Re: depmod question > > > On Tue 19 Dec 00, 1:08 PM, Jason Holland said... > > Peter, > > wh

RE: depmod question

2000-12-19 Thread Jason Holland
> > i originally compiled imm support as a module because you never > know when a > friend will come over with one of these things... > > well, i recompiled the kernel and modules without imm support, > and there are > no complaints from depmod. > > but this kind of sucks! it's precisely the reaso

Re: depmod question

2000-12-19 Thread Peter Jay Salzman
On Tue 19 Dec 00, 1:08 PM, Jason Holland said... > Peter, > what modultils version are you using?? the 2.4 series requires at least > version 2.3.18 or above. check your > /usr/src/linux-2.4/Documentation/Changes file for other relevant software > updates you might need to make. If that is no

RE: depmod question

2000-12-19 Thread Jason Holland
Peter, what modultils version are you using?? the 2.4 series requires at least version 2.3.18 or above. check your /usr/src/linux-2.4/Documentation/Changes file for other relevant software updates you might need to make. If that is not the problem, imm.o is the driver for an Iomega parallel po

Re: depmod question

2000-08-28 Thread André Dahlqvist
On Mon, Aug 28, 2000 at 10:21:35PM +, Pollywog wrote: > I am using Potato. > Does Debian run 'depmod -a' when the machine boots or should I put that in a > script? sledgehammer:/tmp# grep -r 'depmod -a' /etc/* /etc/init.d/modutils:depmod -a > /dev/null /etc/rcS.d/S20modutils:depmod -a > /dev/

Re: depmod question: ELF header not found?

1997-07-05 Thread Joost Kooij
On Thu, 3 Jul 1997, Giuseppe Vacanti wrote: > I installed my custom kernel and went to run `depmod -a'. I get the > following error: > > modprobe: error reading ELF header: no such file or directory This may be your problem: If you install a custom kernel made with an older version of ker