[other] 升级20.2之后,无线网卡(禁用)BCM43142 802.11b/g/n
Tofloor
poster avatar
afei52100
deepin
2021-04-09 23:48
Author

升级20.2之后,无线网卡(禁用)BCM43142 802.11b/g/n 怎么也打不开,有啥办法 ?

 

 

 

hnxc@hnxc-PC:~/Desktop$ lspci

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)

00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)

00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)

00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)

00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)

00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)

00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)

00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)

00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)

00:1c.1 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #2 (rev d5)

00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)

00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)

00:1f.0 ISA bridge: Intel Corporation HM86 Express LPC Controller (rev 05)

00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)

00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)

01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Jet PRO [Radeon R5 M230 / R7 M260DX / Radeon 520 Mobile]

08:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n (rev 01)

09:00.0 Ethernet controller: Qualcomm Atheros QCA8172 Fast Ethernet (rev 10)

 

Reply Favorite View the author
All Replies
deepin-chinaren
deepin
2021-04-10 00:24
#1

安装驱动

 

Reply View the author
afei52100
deepin
2021-04-10 00:30
#2
deepin-chinaren

安装驱动

 

驱动有啊,装过了,还是禁用状态

Reply View the author
sddf
deepin
2021-04-12 00:20
#3

我的就是这种问题该怎么办啊,看了很多文章但是还没搞不成,希望能有个易懂的教程,还是就是驱动该去哪里下,该怎么安装一步一步指引,希望大神能帮助我一下。

Reply View the author
mea
deepin
2021-04-17 23:28
#4

别问,问就是deepin领导层拍脑袋喜欢追新版内核,但是软件仓库还是debian10.6在新内核下导致的兼容性问题。deepin的软件库里的broadcom-sta-common、broadcom-sta-dkms、broadcom-sta-source这三个包不兼容最新的5.8、5.10、5.11内核

 

首先确保电脑已经连接至有线网络,有可用网络连接

使用以下命令在sources.list里添加debian backports源

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 autopurge bcmwl-kernel-source broadcom-sta-*

sudo apt -t buster-backports install broadcom-sta-common broadcom-sta-dkms broadcom-sta-source

安装完成后,无需重启,无线网络应该就已经出现了

如果安装继续报错可以把错误贴上来

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