Quote Originally Posted by jdeca57 View Post
I had the same problem and solved it adding deb-src for the security (copy the line and add -src) in /apt/sources.list so:
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
standard I had the distribution, the source of the distribution and the security updates without source.
And afterwards I did
apt-get install linux-headers-$(uname -r)
so no spaces... ;-)
I have tried all the above but still no sucess

this is the output after doing apt-get update and apt-get upgrade

root@kali:/# uname -r
3.7-trunk-686-pae

and

root@kali:/# apt-cache search linux-headers
linux-headers-3.12-kali1-486 - Header files for Linux 3.12-kali1-486
linux-headers-3.12-kali1-686-pae - Header files for Linux 3.12-kali1-686-pae
linux-headers-3.12-kali1-all - All header files for Linux 3.12 (meta-package)
linux-headers-3.12-kali1-all-i386 - All header files for Linux 3.12 (meta-package)
linux-headers-3.12-kali1-amd64 - Header files for Linux 3.12-kali1-amd64
linux-headers-3.12-kali1-common - Common header files for Linux 3.12-kali1
linux-headers-3.12-kali1-common-rt - Common header files for Linux 3.12-kali1-rt
linux-headers-3.12-kali1-rt-686-pae - Header files for Linux 3.12-kali1-rt-686-pae
linux-headers-486 - Header files for Linux 486 configuration (meta-package)
linux-headers-686-pae - Header files for Linux 686-pae configuration (meta-package)
linux-headers-amd64 - Header files for Linux amd64 configuration (meta-package)
linux-headers-rt-686-pae - Header files for Linux rt-686-pae configuration (meta-package)


any ideas?