首页 > 其他 > 详细

网卡BCM4313的安装

时间:2016-05-04 06:46:11      阅读:334      评论:0      收藏:0      [点我收藏+]

我遇到的问题:打开网络管理->wifi 显示固件缺失
通过:

lspci | grep Wireless

显示:

08:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)

得知网卡为BCM4313

官方文档解释如何安装BCM4313驱动

https://wiki.debian.org/brcm80211


Installation

  1. Add a "non-free" component to /etc/apt/sources.list, for example:

    # Debian 8 "Jessie"deb http://httpredir.debian.org/debian/ jessie main contrib non-free

  2. Update the list of available packages and install the firmware-brcm80211 package:

    # apt-get update && apt-get install firmware-brcm80211

  3. As the driver may already be loaded, reinsert the module to access installed firmware:

    # modprobe -r brcmsmac ; modprobe brcmsmac

  4. Configure your wireless interface as appropriate.


以上的操作为在Debian 8的操作系统上

本文出自 “知道的越多越觉得自己渺小” 博客,请务必保留此出处http://johnjohn.blog.51cto.com/4481703/1769822

网卡BCM4313的安装

原文:http://johnjohn.blog.51cto.com/4481703/1769822

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!