[Share Experiences] 无线网卡BCM4311驱动安装心得
Tofloor
poster avatar
150******22
deepin
2023-05-28 02:15
Author

这几天把我的旧笔记本电脑装上了deepin v23,内核是5.15.45-amd64-desktop。系统安装好后,发现无线网卡没有识别,在设备管理器中有线网卡被识别,驱动好了,插上网线就能上网。可是没有无线网卡确实不方便,上网查找各路大神的方法,最后综合各种方法,找到了适合自己笔记本电脑的方法。笔记本电脑的型号是Dell D830。

在终端中运行lspci,查看电脑中无线网卡的硬件信息,我的电脑是:0c:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4311 802.11b/g WLAN (rev 01),芯片型号是BCM4311。

在此网址https://mirrors.kernel.org/deepin/下载BCM4311无线网卡芯片的驱动程序,包括两个压缩包:

b43-fwcutter_019-4+deb10u1+rebuild_amd64.deb

firmware-b43-installer_019-4+deb10u1+rebuild_all.deb。两个驱动程序要先安装b43-fwcutter,后安装firmware-b43。

在终端中输入如下:

sudo dpkg -i b43-fwcutter_019-4+deb10u1+rebuild_amd64.deb

完成后接着输入:

sudo dpkg -i firmware-b43-installer_019-4+deb10u1+rebuild_all.deb

运行成功后,重新启动系统,可以看到wifi的指示灯亮了。在设备管理器中查看,可以看到无线网卡,无线网卡驱动安装结束。

Reply Favorite View the author
All Replies
阿尼樱奈奈
deepin
2023-05-28 02:23
#1

applaud

Reply View the author
W2J
deepin
2023-05-28 02:53
#2

把/lib/firmware/brcm打个包,别人也就可以绿色免安装了。

固件(/lib/firmware)是由udev调度使用的,udev是systemd的缺省已安装部件。

如今systemd统一了linux王国,搞好systemd部件是比别人更快拥抱未来的大事儿,比一脚踏进wayland泥潭可靠谱多了。

Reply View the author
小图巴巴
deepin
2023-05-28 06:00
#3

此网址https://mirrors.kernel.org/deepin/下载BCM4311无线网卡芯片的驱动程序

具体路径说下呢?太多目录不好找。谢谢

Reply View the author
150******22
deepin
2023-05-28 17:27
#4
小图巴巴

此网址https://mirrors.kernel.org/deepin/下载BCM4311无线网卡芯片的驱动程序

具体路径说下呢?太多目录不好找。谢谢

Index of /deepin/pool/main/b/b43-fwcutter/

Reply View the author
150******22
deepin
2023-05-28 17:28
#5
150******22

Index of /deepin/pool/main/b/b43-fwcutter/

具体的网址是https://mirrors.kernel.org/deepin/pool/main/b/b43-fwcutter/

Reply View the author
小图巴巴
deepin
2023-05-28 18:29
#6
150******22

Index of /deepin/pool/main/b/b43-fwcutter/

😄 谢谢 谢谢

Reply View the author
150******22
deepin
2023-05-29 02:31
#7

谢谢提醒

Reply View the author
风继续吹
deepin
2023-06-11 07:03
#8
150******22

具体的网址是https://mirrors.kernel.org/deepin/pool/main/b/b43-fwcutter/

谢谢,我也可以试试,我是小白

Reply View the author
150******22
deepin
2023-06-11 21:32
#9
风继续吹

谢谢,我也可以试试,我是小白

共同学习,我也是小白一枚

Reply View the author
150******22
deepin
2024-05-13 14:54
#10

补充一点的是,安装驱动得用网线连接互联网,还需要从网上下载文件,驱动安装包就是上面的两个。

Reply View the author
150******22
deepin
2024-05-13 14:57
#11

用系统自带的软件安装器就可以 ,第二个安装包需要连接互联网,用网线接入有线网卡。

Reply View the author
wfy_123
deepin
2024-10-20 17:31
#12
谢谢UP和大牛,我的旧笔记本是 BCM4311 802.11b/g 的无线网卡,安装了debian12系统后,没有无线驱动,终于在这里找到了驱动程序。安装了2个包重启后还是没有显示无线网络图标。
 
后来看到了这个帖子 https://forum.ubuntu.com.cn/viewtopic.php?t=332155   重新启动后执行:
sudo modprobe -r b43 ssb 输入密码
sudo modprobe b43
 
才有显示有的无线网络图标。
Reply View the author