GithubHelp home page GithubHelp logo

tianqiwangpai / broadcom-wl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from antoineco/broadcom-wl

0.0 1.0 0.0 2.83 MB

Broadcom Linux hybrid wireless driver (64-bit)

Home Page: https://www.broadcom.com/support/802.11

Makefile 0.88% C 88.78% C++ 10.34%

broadcom-wl's Introduction

Broadcom Linux hybrid wireless driver (64-bit)

Re-upload from the source code found on the Broadcom Support and Downloads page

Patched for Linux >= 4.7

Tested on a BCM4360-based 802.11ac Wireless Network Adapter (TP-LINK Archer T8E)

Prerequisites

The following kernel modules are incompatible with this driver and should not be loaded:

  • ssb
  • bcma
  • b43
  • brcmsmac

Make sure to unload (rmmod command) and blacklist those modules in order to prevent them from being automatically reloaded during the next system startup:

/etc/modprobe.d/blacklist.conf

# wireless drivers (conflict with Broadcom hybrid wireless driver 'wl')
blacklist ssb
blacklist bcma
blacklist b43
blacklist brcmsmac

Compile and install

Manually

Build and install for the running kernel:

$ make
$ make install
$ depmod -A
$ modprobe wl

Automatically

Using DKMS and the included dkms.conf file, one can let the operating system rebuild and install the module automatically on every new kernel installation:

$ dkms add /path/to/this/repo
$ dkms status
broadcom-wl, 6.30.223.271: added

Providing that the dkms service is enabled, the module should appear as installed in the list of modules managed by DKMS after the system boots for the first time on the new kernel:

$ dkms status
broadcom-wl, 6.30.223.271, 4.7.6-200.x86_64, x86_64: installed

See also

broadcom-wl's People

Contributors

antoineco avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.