kali linux 1.0.6 has kernel 3.12 but i came across with aircrack-ng channel -1 error.
Some people are going back to kali's old kernel 3.7 or wheezy's kernel 3.2.
but why to play with old toy when you can fix the new one
here is the fix
Code:
sudo wget https://www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.12/backports-3.12-1.tar.bz2
Code:
tar xvf backports-3.12-1.tar.bz2
Code:
cd backports-3.12-1
Code:
sudo apt-get install patch
Code:
sudo wget http://patches.aircrack-ng.org/mac80211.compat08082009.wl_frag+ack_v1.patch
Code:
sudo patch -p1 < mac80211.compat08082009.wl_frag+ack_v1.patch
Code:
sudo apt-get install libncurses5-dev
Now check your wireless driver first, mine is ath9k. The simplest way to check yours is by typing airmon-ng in terminal.
USE ONE THE FOLLOWING COMMANDS TO SELECT YOUR REVELENT WIRELESS CARD DRIVER, NOT ALL OF THEM !!!
(IN MY CASE IT IS make defconfig-ath9k)
Code:
make defconfig-alx
make defconfig-ar5523
make defconfig-ath10k
make defconfig-ath5k
make defconfig-ath6kl
make defconfig-ath9k
make defconfig-b43
make defconfig-b43legacy
make defconfig-brcmfmac
make defconfig-brcmsmac
make defconfig-carl9170
make defconfig-drm
make defconfig-ieee802154
make defconfig-iwlwifi
make defconfig-media
make defconfig-nfc
make defconfig-regulator
make defconfig-rtlwifi
make defconfig-wifi
make defconfig-wil6210
Now
enjoy !!!!
I have also reported this bug to kali's bugs section
Injection Rates are awesome
I have also made a thread here
http://black-hat-sec.org/index.php?topic=175.0
Regards J0K3R