Skip to content

Instantly share code, notes, and snippets.

@deadcoder0904
Last active November 10, 2016 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deadcoder0904/44ad610b64d4c1ae7fdb3fd80717dd13 to your computer and use it in GitHub Desktop.
Save deadcoder0904/44ad610b64d4c1ae7fdb3fd80717dd13 to your computer and use it in GitHub Desktop.
Ubuntu WiFi not working after Installation

You need to install wireless driver.

Insert your Ubuntu installation disk or a flash drive and copy these files from the installation disk to your Home directory:

pool/main/d/dkms/dkms_XXXXX.deb

pool/restricted/b/bcmwl/bcmwl-kernel-source_XXXXX.deb

Then run the following in terminal:

sudo dpkg -i *.deb

If you are using Ubuntu 14.04.2 installation media the driver will not build

If you have 14.04.2, then download 64-BIT DRIVER FROM UBUNTU REPOSITORY or 32-BIT DRIVER, copy it to your home folder and run the same command.

But you still need dkms_XXXXX.deb file from installation disk. Or you you can download it from HERE.

Ubuntu 14.04.2 has 3.16 kernel, but the installation image contains an old driver, which does not build for that kernel.

If you have UEFI BIOS, you need to disable Secure Boot to load the driver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment