UOS个人版BCM4352无线网卡无法驱动
Tofloor
poster avatar
wubozh
deepin
2020-05-19 04:39
Author
昨天收到激活码后,马上在笔记本上安装了UOS个人版。结果坑爹的是,在UOS专业版和deepin v20中都能驱动的bcm4352无线网卡竟然无法驱动,安装后直接上不了网。看有的帖子说要自己编译安装驱动,还没做过,有懂的兄弟指导一下?

Reply Favorite View the author
All Replies
avatar
zhht2020
deepin
2020-05-19 04:55
#1
同求教程,我的是bcm4362
Reply View the author
avatar
fengling_12138
deepin
2020-05-19 04:57
#2
我素BCM4322无法工作,但是能被识别, 还好我是双网卡,还有9560能够工作。
Reply View the author
avatar
忘记、过去
deepin
2020-05-19 05:41
#3
试试 sudo apt install bcmwl-kernel-source ,源里面应该是有博通的闭源驱动的。然后 sudo modprobe wl 加载驱动试试。
Reply View the author
avatar
不会开车有驾照
deepin
2020-05-19 05:42
#4
看看这个帖子,7楼有你这个型号的驱动

https://bbs.deepin.org/post/138394
Reply View the author
avatar
不会开车有驾照
deepin
2020-05-19 05:54
#5
Reply View the author
avatar
不会开车有驾照
deepin
2020-05-19 05:57
#6
  原也面翻译过来的,鸟语水平菜,没办法:

我的Precision M4800遇到了完全相同的问题。我在这里找到了适用于我的DELL Ubuntu驱动程序包:

http://www.dell.com/support/home ... N&categoryId=CS

我解压缩了在“ debs”目录中查找的文件,并找到了bcm 4352的内核(或dell 1550,因为它们是商标)

确保首先将标头安装在/ debs / main目录中,并且它应该像双击安装一样简单。在安装软件包并将您在测试过程中可能已安装的任何其他Broadcom驱动程序列入黑名单之后,您可能想重新启动

这是我安装的:

/debs/bcmwl-kernel-source-dw1550.deb
/debs/bt-dw1550-firmware_0.1_all.deb
祝好运!

编辑:在Ubuntu 14.04上,您也可以简单地执行以下操作:

sudo apt-get update
sudo apt-get install bcmwl-kernel-source
Reply View the author
avatar
不会开车有驾照
deepin
2020-05-19 05:59
#7
原页面,不翻译了
I had the exact same problem with my precision m4800. I found the DELL Ubuntu driver package which worked for me here :
http://www.dell.com/support/home ... N&categoryId=CS

I un-tared the file looked in the "debs" directory and found the kernel for the bcm 4352 (or dell 1550 as they brand it)

Make sure you install the headers in the /debs/main directory first and it should be as simple as double clicking to install. You might want to restart after installing the package and blacklisting any of the other broadcom drivers you might have installed whilst testing

This is what I installed :

/debs/bcmwl-kernel-source-dw1550.deb
/debs/bt-dw1550-firmware_0.1_all.deb
Good luck!

Edit: On Ubuntu 14.04 you can also simply do:

sudo apt-get update
sudo apt-get install bcmwl-kernel-source
Reply View the author
avatar
wubozh
deepin
2020-05-19 06:25
#8
谢谢大家回复。在另一个帖子找到解决的办法,直接
sudo apt-get install bcmwl-kernel-source
然后重启就好了
Reply View the author
avatar
tom
deepin
2020-06-09 17:41
#9
https://bbs.deepin.org/post/194632
试试 sudo apt install bcmwl-kernel-source ,源里面应该是有博通的闭源驱动的。然后 sudo modprobe wl 加 ...

没有效果啊,我用的网卡是CF-WU810N
sudo apt-get install bcmwl-kernel-source
正在读取软件包列表... 完成
正在分析软件包的依赖关系树      
正在读取状态信息... 完成      
bcmwl-kernel-source 已经是最新版 (6.30.223.271+bdcom-3uos)。
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。

~/Desktop$ sudo modprobe wl
modprobe: FATAL: Module wl not found in directory /lib/modules/5.7.1-050701-generic
Reply View the author
avatar
忘记、过去
deepin
2020-06-09 21:52
#10
https://bbs.deepin.org/post/194632
没有效果啊,我用的网卡是CF-WU810N
sudo apt-get install bcmwl-kernel-source
正在读取软件包列表...  ...

......这个USB网卡在confast官网有linux驱动......
Reply View the author