try make-kpkg modules_images from within /usr/src/linux with the pcmcia source in /usr/src/modules/pcmcia...
that should build a kernel-modules-xxxxxx.deb which you can then install. also read the documentation of make-kpkg which also makes handling different kernels a lot easier. greets Benny On Sunday 06 October 2002 23:31, Philipp Haller wrote: > Thanks. > I found the .config for my stock kernel also in the kernel-headers-2.4.18 > dir. OK, now I have a working kernel. But pcmcia-cs is still lacking. Thus, > I installed pcmcia-source. This gives me a tarball pcmcia-cs.tar.gz in > /usr/src. I unpacked it, but when trying to "make all", it complains: > > make[1]: Entering directory `/usr/src/modules/pcmcia-cs/cardmgr' > cc -MD -O2 -Wall -Wstrict-prototypes -pipe -I../include -I/include > -I../modules -I/usr/X11R6/include -I/usr/X11/include > -I/usr/X11R6/include/X11 -c cardinfo.c In file included from cardinfo.c:23: > ../include/pcmcia/version.h:7: pcmcia/version.h: No such file or directory > In file included from cardinfo.c:19: > /usr/X11R6/include/X11/xpm.h:395: warning: function declaration isn't a > prototype /usr/X11R6/include/X11/xpm.h:403: warning: function declaration > isn't a prototype make[1]: *** [cardinfo.o] Error 1 > make[1]: Leaving directory `/usr/src/modules/pcmcia-cs/cardmgr' > make: *** [all] Error 2 > > I guess, I unpacked pcmcia-cs.tar.gz in the wrong place. But also unpacking > it under /usr/src/linux didn't work. Any ideas? > > phil > > Alexander Zangerl <[EMAIL PROTECTED]> wrote: > > On Sun, 06 Oct 2002 18:22:32 +0200, Philipp Haller writes: > > >my stock 2.4.18-bf2.4. Can I get the .config for the 2.4.18-bf2.4 kernel > > > from somewhere? Because this would be a good starting point for the new > > > configurati on. > > > > they're in /boot/config-something. > > > > regards > > az > > > > -- > > + Alexander Zangerl + [EMAIL PROTECTED] + DSA 42BD645D + (RSA 5B586291) > > Do not meddle in the affairs of kitties, for they are subtle > > and will piss in your keyboard. -- Peter H. Coffin

