dont build pcmcia support into the kernel or kernel modules, instead get the source for pcmcia-cs from sourceforge.net, build the kernel and modules (again, without pcmcia support), boot the new kernel image, and extract and install the modules from the pcmcia-cs source code. Also, read the docs that come with the source code. This is not garanteed to work with your setup (card/pc-card bridge) but has always worked for me.
On Monday 06 August 2001 13:30, David Joy wrote: > I have just installed kernel-image-2.4.7-686 on my IBM Thinkpad i > series 1200 (02micro pcmcia controller). It's fine, except that pcmcia > doesn't work any more. When I start it (/etc/init.d/pcmcia start) I > get > > Starting PCMCIA services: modulesinsmod: a module named pcmcia_core > already exists > /lib/modules/2.4.7-686/pcmcia/i82365.o: init_module: No such device > Hint: insmod errors can be caused by incorrect module parameters, > including invalid IO or IRQ parameters > /lib/modules/2.4.7-686/pcmcia/ds.o: init_module: Operation not > permitted > Hint: insmod errors can be caused by incorrect module parameters, > including invalid IO or IRQ parameters > cardmgr. > > Under kernel 2.2.18 this works fine. I am using pcmcia-cs > 3.1.22-0.1potato.deb. The system runs debian woody. > > What am I doing wrong? > > Many thanks, > > David Joy.