Broadcom 无线网卡在 Debian 9 怎么也装不上,在网上找了许多方法都不行。

环境 Debian 9
root@asrock:~# uname -a
Linux asrock 4.9.0-7-amd64 #1 SMP Debian 4.9.110-1 (2018-07-05) x86_64 GNU/Linux
root@asrock:~# cat /etc/issue
Debian GNU/Linux 9 \n \l
root@asrock:~# lspci -knn | grep -iA2 net
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection I217-V [8086:153b] (rev 05)
Subsystem: ASRock Incorporation Ethernet Connection I217-V [1849:153b]
Kernel driver in use: e1000e
Kernel modules: e1000e

03:00.0 Network controller [0280]: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: AzureWave BCM4352 802.11ac Wireless Network Adapter [1a3b:2123]
Kernel driver in use: wl
Kernel modules: bcma, wl

/etc/apt/sources.list + “non-free contrib”

做了
apt-get update && apt-get install firmware-iwlwifi
apt-get install broadcom-sta-dkms
apt-get install linux-image-$(uname -r|sed ‘s,[^-]-[^-]-,’) linux-headers-$(uname -r|sed ‘s,[^-]-[^-]-,’) broadcom-sta-dkms
等都没有用
在Windows下可以用,驱动为Broadoc 802.11a

论坛是最后的希望

有个broadcom43142的本本,具体细节不记得了,安装source+dkms,重启就可以用无线了.希望能对你有帮助.
强迫症可以找找博通网卡源码,自己编译.

https://packages.debian.org/search?keywords=broadcom

LZ 看一下这个文档?https://wiki.debian.org/wl

https://wiki.debian.org/wl 这个文档看过,没有搞定 :grimacing:

文档的支持硬件列表里有你的芯片……具体是什么问题,是不是内核模块没有加载,或者你的图形界面WiFi状态没有正确显示?用 nmtui 这样的工具检查一下?

apt-get install firmware-iwlwifi
modprobe -r iwlwifi
modprobe iwlwifi

看看能行吗

试了,还是不行。
下面两句没有反应

文档里有我的芯片 BCM4352,但是安装以后没有用。硬件肯定没有问题,因为已经用另外的硬盘安装了Ubuntu,是可以用的。
Debian下的wifi卡显然没有装好
debian

特意注册账号回复你,因为我遇到此问题,不过还好,折磨了好几天,也就解决了。
我那个帖子在第38层BCM4352

请参考debian最新的wiki文档
https://wiki.debian.org/wl?highlight=(BCM4352)

祝您好运。感谢ubuntu论坛大神热情地帮助我。

ubuntu支持BCM4352私有驱动的。
若是笔记本的话,必须禁用bios的boot安全启动,BCM4352常见于dell笔记本啦。

1 个赞

非常非常感谢!我当时直接用了ubuntu,还好,这只是一个测试环境。