config aircrack on ubuntu14.04
1. Update Network Manager to latest version.
2. Reinstall STA drivers from command line using this guide (drivers may vary): https://help.ubuntu.com/community/Wi...Driver/bcm43xx
Installation
-
Add a "non-free" component to /etc/apt/sources.list for your Debian version, for example:
# Debian 8 "Jessie" deb http://http.debian.net/debian/ jessie main contrib non-free
-
Update the list of available packages. Install the relevant linux-headers and broadcom-sta-dkms packages:
# apt-get update # apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
This will also install the recommended wireless-tools package. DKMS will build the wl module for your system.
-
Unload conflicting modules:
# modprobe -r b44 b43 b43legacy ssb brcmsmac
-
Load the wl module:
# modprobe wl