Hello all.
I use below link to install a new kernel version :
http://syslint.com/syslint/how-to-co...-the-easy-way/
but when I use "sudo dpkg -i linux-headers-3.2.63-new_3.2.63-new-10.00.Custom_amd64.deb" show me below error :
[sudo] password for mohsen:
(Reading database ... 254936 files and directories currently installed.)
Preparing to replace linux-headers-3.2.63-new 3.2.63-new-10.00.Custom (using linux-headers-3.2.63-new_3.2.63-new-10.00.Custom_amd64.deb) ...
Unpacking replacement linux-headers-3.2.63-new ...
Setting up linux-headers-3.2.63-new (3.2.63-new-10.00.Custom) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.2.63-new /boot/vmlinuz-3.2.63-new
Error! Your kernel headers for kernel 3.2.63-new cannot be found.
Please install the linux-headers-3.2.63-new package,
or use the --kernelsourcedir option to tell DKMS where it's located
Error! Your kernel headers for kernel 3.2.63-new cannot be found.
Please install the linux-headers-3.2.63-new package,
or use the --kernelsourcedir option to tell DKMS where it's located
How can I solve it?