On 21-Sep-99 CHRIS HOOVER wrote: > I just upgraded my kernel on my laptop from the default 2.0.36 to 2.2.12. > On the reboot I noticed it stating the pcmcia card services did not start > since there are no pcmcia modules for 2.2.12. How do I fix this? I did not > see any pcmcia options in the kernel, so I'm assuming there must be another > program I need to recompile? >
you need pcmcia-source. Install the package, cd /usr/src and untar the pcmcia.tar.gz you find. cd /usr/src/linux (or your kernel dir) make-kpkg modules_image (make-kpkg is in kernel-package) cd .. cd modules/pcmcia-<version> debian/rules binary cd .. dpkg --install pcmcia-cs-<version>.deb ../pcmcia-modules-<version>.deb Have fun, enjoy (-: