Kali Linux New Install - Not Recognizing Wireless Network Card - Hp Laptop

Wireless Network Card Not recognized after fresh install of Kali Linux HP Laptop model 15z-g100

Open a terminal

type the following commands:

sudo su
rfkill unblock all
sudo /etc/init.d/networking restart
sudo rm /etc/udev/rules.d/70-persistent-net.rules
sudo reboot

sudo apt remove broadcom-sta-dkms bcmwl-kernel-source

sudo apt-get install broadcom-sta-source broadcom-sta-dkms broadcom-sta-common

sudo apt install firmware-b43-installer

sudo reboot

Your computer will restart, the wireless network should now be visible. For Tech support: open a ticket or contact us at 510 255 9194. 







    • Related Articles

    • Installing pwn in Kali Linux

      apt-get update apt-get install python3 python3-pip python3-dev git libssl-dev libffi-dev build-essential python3 -m pip install --upgrade pip python3 -m pip install --upgrade git+https://github.com/Gallopsled/pwntools.git@dev3
    • How to create a user with sudo privileges in Linux Debian 9

      Login to the Linux Debian 9 Server enter the following command: sudo adduser username To assign it a password: sudo passwd username Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully Add the user the the sudo ...
    • step 9: install really simple ssl and adjust linux permissions

      Log into wordpress using domainname/wp-admin, not the ip address.  Install Really Simple SSL Plugin activate plugin. Launch SSH Console in bitnami Ls (ls) - shows folders in directory cd - change directory go to directory /apps/wordpress/htdocs sudo ...
    • Increase file upload size in WordPress / Moodle / Canvas - Linux Debian 9 Command Console Command

      The following adjustments are needed to the the php.ini file after a new deployment through bitnami: Access the Linux Debian 9 terminal command line. In the landing page type:   sudo nano stack/php/etc/php.ini for Debian 10 ternimal use: sudo nano ...
    • Website Deployment Steps - Wordpress

      1 Create a Google account 2 Create a bitnami account 3. Add credit card to google engine for credit 4 Deploy VM and deploy google engine 5 Remove bitnami logo 6 increase upload capacity 7 Obtain Theme, upload it to the VM instance, and configure demo ...