求wifi驱动
Tofloor
poster avatar
s***3@21cn.com
deepin
2018-03-24 20:41
Author
新换了一块无线网卡 bcm94352HMB
deepin无法自动识别啊,网络连接里面只有有线连接了,没有无线。
求助怎么驱动这块网卡。
Reply Favorite View the author
All Replies
avatar
ih******op@vip.qq.com
deepin
2018-03-24 21:14
#1
本帖最后由 ihipop 于 2018-3-24 13:16 编辑
  1. sudo  -s
  2. apt-get update
  3. apt-get install bcmwl-kernel-source
  4. modprobe wl
Copy the Code



Reply View the author
avatar
s***3@21cn.com
deepin
2018-03-24 21:14
#2
已解决。
  1. sudo apt-get install broadcom-sta-dkms
Copy the Code

执行命令后重启即可。
Reply View the author