Most likely the drivers only require the Linux kernel headers. Find out your kernel version with:
uname -r
Then grab the kernel headers with something like:
apt-get install kernel-headers-<strong><em>version</em></strong>
Then try to recompile again. If that doesn't work, you might want to try downloading the full kernel source (which would be kernel-source-version).
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339