Use these guidelines if you have problems with the installation of a Linux driver:
cd /usr/src/linux
cp .config config.keep
(The last command saves a copy of your current configuration as the file config.keep)
make distclean
make old config
make menuconfig
make
dep