成功示意:

$dkms status

bcmwl, 6.30.223.248+bdcom: added

挫折之路:

从官网下载到的源码,编译报错:

wl_cfg80211_hybrid.c:237:12: error: ‘IEEE80211_BAND_2GHZ’ undeclared here (not in a function)

翻阅各大说法,应该始内核版本不兼容,所以开始另辟新路。下面进入重点!!!!

下载源码地址:https://github.com/tianqiwangpai/broadcom-wl

参考下面READ ME,对代码make install

READ ME

# Broadcom Linux hybrid wireless driver (64-bit)

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

**Patched for Linux >= 4.7**

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

[1]: https://www.broadcom.com/support/download-search/?pg=&pf=Wireless+LAN+Infrastructure

## 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:

```sh

$ make

$ make install

$ depmod -A

$ modprobe wl

```

### Automatically

Using [DKMS][2] and the included `dkms.conf` file, one can let the operating system rebuild and install the module

automatically on every new kernel installation:

```sh

$ 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:

```sh

$ dkms status

broadcom-wl, 6.30.223.271, 4.7.6-200.x86_64, x86_64: installed

```

[2]: http://linux.dell.com/dkms/manpage.html

## See also

* [Official README file][3] (download)

* Arch Linux packages: [broadcom-wl][4] / [broadcom-wl-dkms][5]

* Debian packages: [broadcom-sta][6] ([source repository][7])

* [kmod-wl][8] package for RPM Fusion ([source repository][9])

[3]: https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/README_6.30.223.271.txt

[4]: https://aur.archlinux.org/packages/broadcom-wl/

[5]: https://www.archlinux.org/packages/community/x86_64/broadcom-wl-dkms/

[6]: https://packages.debian.org/source/sid/broadcom-sta

[7]: https://salsa.debian.org/broadcom-sta-team/broadcom-sta

[8]: http://download1.rpmfusion.org/nonfree/fedora/development/rawhide/Everything/x86_64/os/repoview/kmod-wl.html

[9]: https://github.com/rpmfusion/wl-kmod

802.11n无线网卡驱动linux,Ubuntu 16.04 无线网卡驱动安装 80211相关推荐

  1. Linux Ubuntu 16.04 Python matplotlib安装中文字体,黑体,楷体,Times New Roman等,解决中文乱码

    Linux Ubuntu 16.04 Python matplotlib安装中文字体,Times New Roman等 文章目录 Linux Ubuntu 16.04 Python matplotli ...

  2. peazip 64 linux,Ubuntu 16.04中下载安装PeaZip 6.5.0档案管理器

    PeaZip是一款免费开源的图形化档案管理器和压缩工具,它可以安装在Linux.BSD.Windows操作系统上,目前最新版本是PeaZip 6.5.0.它支持180种以上档案文件格式,包括rar.z ...

  3. linux ubuntu 16.04 flash插件安装

    一.打开火狐浏览器任意搜索视频点击页面显示的flash插件升级 二.下载符合自己linux的flash插件,我这里下载的是: tar -zx -finstall_flash_player_11_lin ...

  4. Linux ubuntu 装openCV,Linux(ubuntu 16.04) 安装 opencv C++

    Linux(ubuntu 16.04) 安装 opencv C++ Linux(ubuntu 16.04) 安装 opencv C++ 参考文档: https://blog.csdn.net/qq_3 ...

  5. 【转】Ubuntu 16.04 Nvidia驱动安装(run方式)

    转自:Ubuntu 16.04 Nvidia驱动安装(run方式)_lihe的博客-CSDN博客 1.下载驱动程序 Nvidia驱动下载 https://www.geforce.cn/drivers/ ...

  6. 在linux搭建wiki教程,在Ubuntu 16.04系统上安装WikkaWiki

    一.WikkaWiki介绍 WikkaWiki是一个灵活的.兼容标准的.轻量级的.平台独立的开源Wiki引擎,它使用PHP语言开发,后端存储采用了MySQL数据库.WikkaWiki的设计目标是速度快 ...

  7. Linux Ubuntu 16.04 安装 yaml-cpp ROS 下参数服务器及yaml-cpp实现参数读写

    Linux Ubuntu 16.04 安装 yaml-cpp & ROS 下使用.yaml文件实现参数读写 0. 准备工作 1. 安装yaml-cpp 2. ROS中使用.yaml文件实现参数 ...

  8. linux加protobuf变量环境,protobuf简单介绍和ubuntu 16.04环境下安装教程

    protobuf简单介绍 protobuf是谷歌的开源序列化协议框架,结构类似于XML,JSON这种,显著的特点是二进制的,效率高,主要用于通信协议和数据存储等方面,算是一种结构化数据的表示方法. p ...

  9. Ubuntu 16.04 一系列软件安装命令,包括QQ、搜狗

    2019独角兽企业重金招聘Python工程师标准>>> Ubuntu 16.04 一系列软件安装命令,包括QQ.搜狗.Chrome.vlc.网易云音乐安装方法 2016年07月20日 ...

  10. ubuntu安装pr_在Ubuntu 16.04服务器上安装Zabbix 3.2

    监控服务器 - 什么是Zabbix Zabbix是企业级开源分布式监控服务器解决方案. 该软件监控网络的不同参数和服务器的完整性,还允许为任何事件配置基于电子邮件的警报. Zabbix根据存储在数据库 ...

最新文章

  1. WPF的二维绘图(二)——几何图形Geometry
  2. vscode 逗号不换行_在VSCode里面配置Vim正确姿势(细节解析)
  3. 合并排序(Java)-解析
  4. 如何设定vs2012用linux文件格式,Visual Studio 2012发布网站详细步骤
  5. Java设计模式笔记(4)模版方法模式
  6. for循环python爬虫_python爬虫 for循环只出来一条
  7. Hibernate笔记7--JPA CRUD
  8. Net设计模式实例之桥接模式( Bridge Pattern)(4)
  9. 开源巨献:腾讯最热门30款开源项目
  10. 机器学习备忘录 | 二分类模型常用评价指标汇总
  11. HPE 3PAR StoreServ存储系统连接解决方案
  12. windows环境下搭建ftp服务和web服务,实现图片服务器功能
  13. 基于C++实现惊险刺激的Flappy Bird设计
  14. DDoS攻击--防护本质
  15. layui fixbar 返回顶部_普洱顶部排水板价格,屋面疏水板,本周热搜_程源排水工程材料...
  16. RabbitMQ的Topics 通配符模式(Topic)
  17. 如何去除IDEA中xml文件的屎黄色背景
  18. 前端复习之HTML5
  19. MATLAB 数据分析方法(第2版)2.1 基本统计量与数据可视化
  20. 基于BERT+BiLSTM+CRF的中文景点命名实体识别

热门文章

  1. 【爬虫】从地理空间数据云上批量下载遥感影像
  2. 单片机:楼梯照明灯控制
  3. NumPy学习挑战第一关-NumPy的下载与安装
  4. 坚持分享的魅力,我超越了当年的榜样
  5. part-7 共模抑制比CMRR
  6. ADC驱动器/差分放大器设计指南
  7. 【libyuv】windows构建
  8. tomcat session共享问题
  9. 河北省高中会考计算机试题及答案,河北省高中信息技术会考题.doc
  10. CheckBoxPreference--数据存储