博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Debian/Ubuntu 安装bcm43142无线网卡驱动
阅读量:6124 次
发布时间:2019-06-21

本文共 545 字,大约阅读时间需要 1 分钟。

Drivers for Broadcom BCM43142 wireless card of Ubuntu/Debian 64-bit Linux

1.Check the wireless card type

lspci | grep -i net

2.deb URL

You can download this .deb by wired network or use the other PC then copy it into your laptop.

3.Linux shell

sudo apt-get update  sudo apt-get install linux-headers-generic build-essential dkms  sudo apt-get install linux-source  sudo apt-get install --reinstall bcmwl-kernel-source  sudo modprobe wl   sudo dpkg -i wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb

转载于:https://www.cnblogs.com/c4isr/p/5517413.html

你可能感兴趣的文章
spring mvc入门
查看>>
2012在数据库技术会议上的讲话PPT打包
查看>>
【Android】 TextView设置个别字体样式
查看>>
python svn
查看>>
raise语句
查看>>
sequence2(高精度dp)
查看>>
ABP实战--集成Ladp/AD认证
查看>>
存储过程
查看>>
phpcms v9栏目列表调用每一篇文章内容方法
查看>>
python 自定义信号处理器
查看>>
luov之SMTP报错详解
查看>>
软件概要设计做什么,怎么做
查看>>
dwr
查看>>
java的特殊符号
查看>>
word2010中去掉红色波浪线的方法
查看>>
fabric上下文管理器(context mangers)
查看>>
JQuery-EasyUI Datagrid数据行鼠标悬停/离开事件(onMouseOver/onMouseOut)
查看>>
并发和并行的区别
查看>>
php小知识
查看>>
Windows下安装、运行Lua
查看>>