I have installed debian :
Linux rohit 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1 x86_64 GNU/Linux
i downloaded the source to compile my own kernel (for educational purpose)
and followed these instructions :
1) decompress
2) cd into dir
Code:
3) cp /boot/config-`uname -r` ./.config
4) make defconfig
5) sudo make module_install install
6) update bootloader
output of (5) is:
Code:
/home/rohit/linux-source-3.2/arch/x86/Makefile:81: stack protector enabled but no compiler support
make: *** No rule to make target `module_install'. Stop.
I cant have usb mouse,wifi and other things working in new kernel