Originally Posted by
ranjit
I was having the same problem.
Then search on youtube for fixing the error and I resolved it using compat-wireless-2010-06-16 . But when I reboot Kali. It is having the same problem.
Compat wireless is no longer a supported version for kali-rolling. Its new version is called backports.
Code:
sudo apt-get install build-essential
wget https://www.kernel.org/pub/linux/kernel/projects/backports/2016/03/24/backports-20160324.tar.gz
tar xvf backports-20160324
cd backports-20160324
make defconfig-iwlwifi
make
make install