> I just upgraded my kernel on my laptop from the default 2.0.36 to 2.2.12.
You mean you compiled it yourself, right?
> I did not see any pcmcia options in the kernel, so I'm assuming there
> must be another program I need to recompile?
install the pcmcia-source package. Then:
cd /usr/src
tar -xvzf pcmcia-cs.tar.gz
cd linux
make-kpkg --revision=<whatever> modules_image
<wait a while>
cd ..
dpkg -i pcmcia-modules-<>.deb
Will
__________________________________________________________________________
| Ever wonder why Windows doesn't come with the `uptime` command? |
--------------------------------------------------------------------------
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] |
| http://www.cis.udel.edu/~lowe/ |
| PGP Public Key: http://www.cis.udel.edu/~lowe/index.html#pgpkey |
--------------------------------------------------------------------------