PDA

View Full Version : Linux headers error :( HELP



Gr4nD T3R0R
2013-03-18, 20:49
Hi ,
i have installed compat wireless driver that was recommenden by Kali Community
so when i rebooted my kali it it wont wont so i have reinstalled kali linux now i get this error when i try this :
apt-get install gcc make linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
gcc is already the newest version.
gcc set to manually installed.
make is already the newest version.
make set to manually installed.
The following NEW packages will be installed:
linux-headers-3.7-trunk-amd64 linux-headers-3.7-trunk-common linux-kbuild-3.7
0 upgraded, 3 newly installed, 0 to remove and 164 not upgraded.
Need to get 4,666 kB of archives.
After this operation, 30.0 MB of additional disk space will be used.
0% [Waiting for headers]
can anyone help me
thanks

boynep
2013-03-19, 06:11
Well, what error do you get ? Sorry but may be I am not seeing something you are trying to explain. Why are you installing compat drivers for which card chipset/make/model ?

If you give more detailed information it would be helpful.

Cheers!

Gr4nD T3R0R
2013-03-19, 18:13
Hi thanks for support im want to instal D-link dwa 160 (b2) im missing :(
if u someone can help me please let me know it how to install thanks

charonsecurity
2013-03-20, 04:39
Just a quick question, did you make sure your sources.list is complete and have you ran apt-get update, apt-get upgrade to see if that fixes the issue?

blu3gl0w13
2013-03-20, 18:27
Just a quick question, did you make sure your sources.list is complete and have you ran apt-get update, apt-get upgrade to see if that fixes the issue?

In reference to the above poster:


deb http://http.kali.org/kali kali main contrib non-free
deb-src http://http.kali.org/kali kali main contrib non-free
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free


make sure the above is in /etc/apt/sources.list as indicated http://raghunath24.blogspot.com/2013/03/kali-linux-debian-repositories.html.

This helped me correct an issue I encountered during installation (during the network mirror configuration). It also helped with a number of other issues I was having (VMWare tools installation etc..)