[Kernel/Drive] 无线网卡驱动不能上网
Tofloor
poster avatar
lss00020
deepin
2021-04-08 01:26
Author

我以前应该是装过深度的系统,然后无线上网不能用以为是驱动问题就装回windows了,太久了忘了这回事装过又装了一次才想起来。

我的电脑是联想G510,无线网卡是Broadcom BCM43142 802.11b/g/n,,装了深度os无法扫描出wifi,上网搜了找到一个ubuntu的驱动,"bcmwl-kernel-source 6.30.223.271 bdcom-0ubuntu8_amd64",卸载原驱动然后安装重启,无线网卡正常使用,但总是提示系统升级,一升级就又变成深度的原驱动(深度无线网卡原驱动版本号是6.30.223.272,比较新),又无法上网。有没有办法关掉无线网卡的驱动更新呢?

只要一更新,无线网卡驱动就变成6.30.223.272,然后不能上网了,设备管理器里面看无线网卡是禁用状态,无法启用。电脑关闭再打开飞行模式会提示无线网卡的硬件开关已关闭,但这电脑是没有无线网卡的硬件开关的。还是只能老老实实用"bcmwl-kernel-source 6.30.223.271 bdcom-0ubuntu8_amd64"这个驱动。

 

Reply Favorite View the author
All Replies
callcz
deepin
2021-04-08 03:17
#1

apt-mark hold bcmwl-kernel-source

将包标记为hold之后,虽然会提示升级但不会执行

Reply View the author
deepin-chinaren
deepin
2021-04-08 04:32
#2

把271的驱动发出来,我来试一下了!

 

Reply View the author
deepin-chinaren
deepin
2021-04-08 04:33
#3

我的能上,只是速度,只有以前的一半

Reply View the author
lss00020
deepin
2021-04-08 06:21
#4
deepin-chinaren

把271的驱动发出来,我来试一下了!

 

Reply View the author
lss00020
deepin
2021-04-08 06:22
#5
deepin-chinaren

我的能上,只是速度,只有以前的一半

Reply View the author
Ziggy
deepin
2021-04-08 06:59
#6

https://bbs.deepin.org/zh/post/200399

Reply View the author
deepinuser17
deepin
2021-04-08 07:05
#7
sudo apt install broadcom-sta-dkms
sudo modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
sudo modprobe wl
echo "wl" | sudo tee -a /etc/modules
Reply View the author
lss00020
deepin
2021-04-08 19:02
#8
It has been deleted!
lss00020
deepin
2021-04-08 19:04
#9
Ziggy

https://bbs.deepin.org/zh/post/200399

没用,不过还是谢谢。我这是新安装的系统,装了两三次都是这样。只要更新到官方的新驱动6.30.223.272设备管理器那里看无线网卡就是禁用状态,无法启用。装ubuntu的6.30.223.271就正常。

Reply View the author
lss00020
deepin
2021-04-08 19:05
#10
deepinuser17
sudo apt install broadcom-sta-dkms
sudo modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
sudo modprobe wl
echo "wl" | sudo tee -a /etc/modules

谢谢。但还是没用。

Reply View the author
tagerw
deepin
2021-05-17 04:52
#11
It has been deleted!