All Projects → antoineco → Broadcom Wl

antoineco / Broadcom Wl

Broadcom Linux hybrid wireless driver (64-bit)

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Broadcom Wl

rtl88x2BU WiFi linux v5.2.4.1 22719 COEX20170518-4444.20170613
rtl88x2bu driver updated for modern kernels.
Stars: ✭ 26 (-71.74%)
Mutual labels:  driver, wifi
rssd
Rohde & Schwarz SCPI Driver (in Python)
Stars: ✭ 25 (-72.83%)
Mutual labels:  driver, wifi
Rtl8723bs
Realtek SDIO Wi-Fi driver
Stars: ✭ 260 (+182.61%)
Mutual labels:  driver, wifi
realtek rtwifi
Realtek RTWIFI - RTL8XXXU mod
Stars: ✭ 32 (-65.22%)
Mutual labels:  driver, wifi
Rtl88x2bu wifi linux v5.2.4.4 26334.20180126 coex20171012 5044
rtl88x2bu driver updated for modern kernels.
Stars: ✭ 55 (-40.22%)
Mutual labels:  driver, wifi
Ntphp
Ever wanted to execute PHP in your kernel driver? Look no further!
Stars: ✭ 76 (-17.39%)
Mutual labels:  driver
Krack Poc
Krack POC
Stars: ✭ 86 (-6.52%)
Mutual labels:  wifi
Faunadb Python
Python driver for FaunaDB
Stars: ✭ 75 (-18.48%)
Mutual labels:  driver
Elastic Scout Driver
Elasticsearch driver for Laravel Scout
Stars: ✭ 74 (-19.57%)
Mutual labels:  driver
Sick scan
sick_scan is an open-source project to support the laser scanner of the company SICK using the ROS-framework
Stars: ✭ 92 (+0%)
Mutual labels:  driver
Windows Kernel Explorer
A free but powerful Windows kernel research tool.
Stars: ✭ 1,299 (+1311.96%)
Mutual labels:  driver
Esp8266 aliyun mqtt app
基于ESP8266官方SDK快速接入阿里云物联网平台
Stars: ✭ 81 (-11.96%)
Mutual labels:  wifi
Awesome Windows Kernel Security Development
windows kernel security development
Stars: ✭ 1,208 (+1213.04%)
Mutual labels:  driver
Openwisp Firmware
A OpenWRT based firmware to be used with OpenWISP Manager
Stars: ✭ 86 (-6.52%)
Mutual labels:  wifi
Sming
Sming - Open Source framework for high efficiency native ESP8266 development
Stars: ✭ 1,197 (+1201.09%)
Mutual labels:  wifi
Wifi Cracking
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat
Stars: ✭ 9,546 (+10276.09%)
Mutual labels:  wifi
Surface Aggregator Module
Linux ACPI and Platform Drivers for Surface Devices using the Surface Aggregator Module over Surface Serial Hub (Surface Book 2, Surface Pro 2017, Surface Laptop, and Newer)
Stars: ✭ 74 (-19.57%)
Mutual labels:  driver
Deos
The distributed exokernel operating system
Stars: ✭ 80 (-13.04%)
Mutual labels:  driver
Elastic Scout Driver Plus
Extension for Elastic Scout Driver
Stars: ✭ 90 (-2.17%)
Mutual labels:  driver
Awesome Wifi Security
A collection of awesome resources related to 802.11 security, tools and other things
Stars: ✭ 79 (-14.13%)
Mutual labels:  wifi

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].