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

 

  1. 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
  2. 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.

  3. Unload conflicting modules:

    # modprobe -r b44 b43 b43legacy ssb brcmsmac
  4. Load the wl module:

    # modprobe wl
posted @ 2015-07-30 20:52  SurfUniverse  阅读(94)  评论(0编辑  收藏  举报