How to install wifi on Ubuntu

  1. Add restricted component repository

    sudo add-apt-repository restricted
    
  2. Update packages list

    sudo apt-get update
    
  3. Confirm that you have kernel headers installed and updated

    sudo apt-get install linux-generic
    
  4. Then install it again

    sudo apt-get install bcmwl-kernel-source
    

Comments

boilinux's picture

Thanks

Your welcome.

Smile

Add new comment