博通 BCM4322 无线网卡在deepin 20 下用不了
Tofloor
poster avatar
y***z@tom.com
deepin
2020-04-21 01:57
Author
本帖最后由 yjgsz 于 2020-4-20 17:58 编辑

我笔记本上是博通 BCM4322 无线网卡,之前在V15版也是经历了一顿折腾才用上,这次全新安装的V20,竟然还是用不了。
任务栏上有无线标志,打开网络连接,提示已断开,不能搜索信号,不能联网。
百度了不少方法,全部折腾了一遍,还是不成功。
又碰到同样问题的吗?


Reply Favorite View the author
All Replies
avatar
lixingpeng
deepin
2020-04-21 02:19
#1
看看设备管理器有没有无线网卡设备
Reply View the author
avatar
y***z@tom.com
deepin
2020-04-21 21:06
#2
看设备管理器有这个网卡。
Reply View the author
avatar
y***z@tom.com
deepin
2020-04-21 23:44
#3
无线网络显示已断开,无法搜索。
Reply View the author
avatar
holmes_soochow
deepin
2020-04-22 02:04
#4
Mac免驱神卡
Reply View the author
avatar
qiiusheng123
deepin
2020-04-22 19:06
#5
我的是bcm943602cs的苹果免驱,安装deepin里面连wifi选项都没有就硬件管理里面能看到然后我复制硬件管理里面的网卡名字百度居然好了,小白瞎弄哈哈
Reply View the author
avatar
jingle
deepin
2020-04-22 20:37
#6
https://bbs.deepin.org/post/192397
看设备管理器有这个网卡。
  1. sudo apt-get update  && sudo apt-get install firmware-b43-installer
Copy the Code

试试
Reply View the author
avatar
y***z@tom.com
deepin
2020-04-23 00:11
#7
本帖最后由 yjgsz 于 2020-4-22 16:13 编辑

sudo apt-get install firmware-b43-installer
sudo apt-get install bcmwl-kernel-source
都已正常安装,就是不能正常搜索网络。现在只能用TP-LINK 821n USB无线网卡在上网。
Reply View the author
avatar
y***z@tom.com
deepin
2020-04-23 00:34
#8
本帖最后由 yjgsz 于 2020-4-22 16:41 编辑

sudo modprobe -r b43 ssb wl
sudo modprobe wl
任务栏有图标,在网络设置中显示已断开。
sudo modprobe b43 后,能搜索到网络,并弹出密码提示框,但输入密码后不能连接。过一会儿再弹出提示框。
但拔掉 821n 后,就剩下BCM4322又不能搜索了。
Reply View the author
avatar
lhk
deepin
2020-04-23 01:07
#9
终端输入:sudo apt install --reinstall bcmwl-kernel-source,装完然后终端再输入:sudo apt-get remove bcmwl-kernel-source卸载重启机器无线网络可以用了,我的机子是华硕平板电脑T100TAF现在正常使用,要注意的是内核要升级到5.6.2才操作上面的动作,还要有线网络支持终端。
Reply View the author