Changes between Version 1 and Version 2 of Software/hDrivers


Ignore:
Timestamp:
Jun 20, 2014, 4:32:03 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/hDrivers

    v1 v2  
    11=== Drivers for Specific Hardware Platforms ===
     2
     3==== Broadcom STA drivers ====
     4These 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
     5
     6''' Building and loading the STA module:'''[[BR]]
     7It's assumed that the matching kernel headers are installed, and the proper build tools are also installed (e.g. make, g++).
     8
     9 1. copy this file for the
     10    [http://www.broadcom.com/docs/linux_sta/hybrid-v35-nodebug-pcoem-6_30_223_141.tar.gz 32-bit kernel]
     11    or
     12    [http://www.broadcom.com/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-portsrc.tar.gz 64-bit kernel ]
     13 2. Untar and make / make install
     14 3. the module is named wl.ko  and is located at /lib/modules/3.2.0-36-generic/kernel/drivers/net/wireless/wl.ko
     15 4. Following this [http://www.broadcom.com/docs/linux_sta/README.txt readme] load these two modules with modprobe
     16 {{{
     17modprobe cfg80211
     18modprobe lib80211
     19 }}}
     20 5. then load the module that was built with insmod:
     21 {{{
     22 insmod  /lib/modules/3.2.0-36-generic/kernel/drivers/net/wireless/wl.ko
     23 }}}
     24
    225
    326==== Netgear AC341U ====