Your using Debian? Try using apt to install those. You first need to gain root privileges, using sudo or su.
For the kernel source: Code: sudo apt-get install linux-source
For the headers, try using the uname -r , surrounded by backticks. Code: sudo apt-get install kernel-headers-`uname -r`
The purpose of that is to install the headers for the currently running kernel. If you run the uname -r command in a terminal (without the backticks), it will give you the currently running kernel. It is a method of running a command within another command.
That being said, it will not always work, and you may have to specify the exact header version to install. Open the Synaptic Package Manager, and look to see what is available to install.
__________________
Paul
Please do not PM me with requests for help. I will not reply.
|