Skip to main content

Is newly installed Kali not detecting your wifi adapter? No problem, here is your solution! - Pokesystem

 Hello Reader,

      I am using Kali Linux for the last two years. I installed for many times. while installing each time I had faced a WIFI detection problem and I solved this issue. At the first time, it took one week time to resolve this. I saw many articles, blogs, videos but many of the page's advice didn't work. finally, after someday, I got the correct solution from one page and I started to install it, suddenly it was worked, started to detect my WiFi device. so I recommend to use it. I'm sharing the installation steps below. if you have any problem while installing, you can comment to me.


Step 1 : 

    Open your terminal.

Step 2 : 

    Copy this command and paste on terminal one by one after a job done.

sudo apt-get update

Step 3 : 

git clone https://github.com/mehedishakeel/BroadcomInstaller2017

Step 4 :

cd BroadcomInstaller2017

 Step 5 :

sudo chmod +x Broadcom.sh

 Step 6 :

sudo ./Broadcom.sh

 Step 7 :

install wifi in kali linux 

 Press number 1 and hit enter 

it will take about 5 minutes. after installation you can see your wifi. if not shown, just restart your computer it will detect.

        Note:

            Broadcom WiFi device only.

 

Thank You


Comments

Popular posts from this blog

What are the coding languages we can learn faster and proper way to learn? Lets see here

              Computer doing a very important role in our life. Everything is a computer now. Examples like a car, mobile, laptop, tv, automated home, speaker boxes, robot, etc. All of the above are using computers or coding. Without coding, it cannot perform. So coding is very much important If you are a beginner, you may get confused by the following questions.     What are the languages available?  How we can classify languages?  What are the languages into Classification?  What are the things I should know before learn coding?  What are the types of languages?  What are easy to learn?  What are the developments available?   What is the proper way to learn languages?    Which IDE we should use while learning?   What are the languages available?    Many languages are available. Below I mentioning only very important, mostly usable languages.     C C++ C# Ja...