> > Doesn't work. I get some error from a shell script and I wanted to > find out if there was a cleaner way to do this before I tried to track > it down. Sure would be nice if there were some type of a package like > make-kpkg that allowed us to use raw pcmcia source code. >
do the following: apt-get source pcmcia-source cd /usr/src tar zxvf pcmcia-cs.tar.gz <load a web browser> go to http://sourceforge.net/projects/pcmcia-cs/ <download the latest pcmcia version> untar the pcmcia-cs-<version>.tar.gz into /usr/src/modules cd /usr/src/modules cp -a pcmcia-cs/debian pcmcia-cs-<version> cd pcmcia-cs-<version>/debian <add new entry to changelog> cd /usr/src/modules mv pcmcia-cs pcmcia-cs.old ln -s pcmcia-cs-<version> pcmcia-cs cd /usr/src/linux make-kpkg modules_image this makes the modules deb you need.

