Changes between Version 7 and Version 8 of Software/hDrivers


Ignore:
Timestamp:
Jan 30, 2015, 11:55:45 PM (9 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/hDrivers

    v7 v8  
    44== Broadcom STA drivers ==
    55These drivers were required for the Broadcom BCM94352HMB an 802.11 AC compliant device. The primary reference is: http://www.broadcom.com/support/802.11/linux_sta.php
     6
     7''' Using Apt-Get '''[[BR]]
     8The compiled source is now available in the repositories, and so this is the preferred install method.
     9
     101. {{{ sudo apt-get update }}}
     111. {{{ sudo apt-get install bcmwl-kernel-source }}}
     121. {{{ sudo modprobe wl }}}
     13
     14If this doesn't work, then remove interfering drivers by:
     15
     161. {{{ sudo apt-get update }}}
     171. {{{ sudo apt-get --reinstall install bcmwl-kernel-source }}}
     181. {{{ sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma }}}
     191. {{{ sudo modprobe wl }}}
    620
    721''' Building and loading the STA module:'''[[BR]]