Kali linux iwlwifi-7265D.11-12.ucode
You have a mismatch: on the one hand,
everytime i boot it says failed to load iwlwifi-7265D.11.ucode and iwlwifi-7265D.12.ucode
but on the other hand,
firmware: iwlwifi-7265D-10.ucode
but no mention of 7265D-11.ucode
nor of 7265D-12.ucode
. So you need to install the latest driver, then update your firmware.
Download the newest Linux kernel backports from here. Now go to the directory where you downloaded the package, and issue:
tar xvfz backports-20151120.tar.gz
cd backports-20151120
make defconfig-iwlwifi
make
sudo make install
Now you can check with modinfo iwlwifi | grep firmware
that your driver is compatible with the newest version of the firmware available, 7265D-13-ucode. However, this is not in /lib/firmware
, you will have to download it from here. The version you want is this one, untar the file and place the firmware files (*.ucode
) in /lib/firmware
. You may wish to change the name of iwlwifi-7265.13.ucode
to something else to make sure the D version is loaded. Reboot and you should be done.