[Kernel/Drive] 博通网卡可以识别但是无法联网
Tofloor
poster avatar
lxyong
deepin
2021-05-15 17:13
Author

系统15.11,内核4.15.

默认安装可以识别,但是无法上网,按照网上的方法重新安装驱动:

 

echo "deb http://deb.debian.org/debian buster-backports main contrib non-free" | sudo tee -a /etc/apt/sources.list
 
sudo apt update
 
sudo apt purge bcmwl-kernel-source broadcom-sta-*
 
sudo apt -t buster-backports install broadcom-sta-common broadcom-sta-dkms broadcom-sta-source
 
仍然不解决问题:
 
WIFI为连接无法上网状态。
安装最新的20.2.1遇到相同的状况。
请高人指点,多谢!
 
 
Reply Favorite View the author
All Replies
widon1104
deepin
2021-05-15 17:20
#1

15.11已经不再维护,建议升级到deepinV20.2.1

Reply View the author
lxyong
deepin
2021-05-15 17:46
#2
widon1104

15.11已经不再维护,建议升级到deepinV20.2.1

15.11在老一些的电脑上非常流畅,20.2卡顿,性能有待优化,20.2.1相对于20.2有性能提升。

在15.11上触控板也正常,在20.2上触控板不好用,WIFI驱动的支持也差。15.11和20.2.1上面WIFI都是可以连接但是上不了网。

Reply View the author
SamLukeYes
deepin
2021-05-15 18:04
#3

不建议勉强用着一个已经不维护的版本。要么升级,要么弃坑。

Reply View the author
lxyong
deepin
2021-05-15 20:10
#4
SamLukeYes

不建议勉强用着一个已经不维护的版本。要么升级,要么弃坑。

最新20.2.1版存在相同的问题。

Reply View the author
lcw0268
deepin
2021-05-15 20:21
#5
It has been deleted!
lxyong
deepin
2021-05-15 20:34
#6
lcw0268 It has been deleted!

默认新装的系统,连接wifi,路由需要设置什么吗?

Reply View the author
zhangyingzhen
deepin
2021-05-15 21:29
#7
Reply View the author
lxyong
deepin
2021-05-15 23:44
#8

感谢各位的支持,问题已经解决,参考了下面三篇文章:

https://wireless.wiki.kernel.org/en/users/Drivers/b43#devicefirmware

https://wiki.debian.org/wl

https://wiki.debian.org/bcm43xx

直接使用wl的驱动不成功,15.11上安装B43的驱动搞定:

/etc/apt/source.list里面添加源:

# Debian 9 "stretch"

deb http://deb.debian.org/debian/ stretch main contrib non-free

然后执行:

apt-get update

sudo apt purge bcmwl-kernel-source broadcom-sta-*

apt-get install firmware-b43-installer

重启.

对应如果是V20,应该使用Debian10 Buster了,未尝试。

 

Reply View the author