wifi is not working on kali 2020.1
Welcome guy’s
I you are facing wifi problem on Kali Linux 2020.1, then here I wrote a solution for this problem which can help you to fix this problem.
Add Kali Network repositories
Navigate /etc/apt/sources.list and open it on text editor, here I am using nano text editor.
kali@kali:~$ sudo nano /etc/apt/sources.list
Copy and paste following repositories into sources.list file and save it.
deb http://http.kali.org/kali kali-rolling main non-free contrib
deb-src http://http.kali.org/kali kali-rolling main non-free contrib
deb http://http.kali.org/kali kali-last-snapshot main non-free contrib
deb http://http.kali.org/kali kali-experimental main non-free contrib
Now, update apt packages
kali@kali:~$ sudo apt-get update
Install Linux firmware
kali@kali:~$ sudo apt-get install firmware-linux
Install iwlwifi
kali@kali:~$ sudo apt-get install iwlwifi
Now, restart you system and check.
If you still have any issue then comment below.
0 Comments