全新15.10.1镜像安装后不显示无线网卡, 型号xps13 9350【已解...
Tofloor
poster avatar
mobing317
deepin
2019-05-25 10:08
Author
本帖最后由 mobing317 于 2019-5-28 09:57 编辑

今天在官网下载了新版本15.10.1的全新镜像(stable版),  不显示无线网卡WIFI标识,无法连无线网,  只能使用手机usb共享个网络(或者使用外接usbwifi网卡),我通过google查到了可用的驱动文件,查了一下就在/lib/firmware/brcm/brcmfmac4350-pcie.bin 文件,但是没有起作用。

笔记本型号: xps13 9350
WIFI型号: Broadcom Limited BCM4350 802.11ac Wireless Network Adapter
适用于该型号的驱动: Broadcom Limited BCM4350 802.11ac
可以在/lib/firmware/brcm/brcmfmac4350-pcie.bin 看一看有没有这个驱动文件

下面有详细解决办法。

截图:




sudo deepin-feedback-cli 命令收集日志见附件
详细日志见附件:
deepin-feedback-cli-Deepin-15.10.1-all-20190525-015519.tar.gz
-----------------------------------------
执行命令:  lspci -nn -d 14e4:
网卡被识别为错误的类型输出如下
3a:00.0 Non-VGA unclassified device [0000]: Broadcom Limited Device [14e4:8100] (rev 08)


如果是正确的识别应该是
3a:00.0 Network controller [0280]: Broadcom Limited BCM4350 802.11ac Wireless Network Adapter [14e4:43a3] (rev 08)


在目录/lib/firmware/brcm/也有网上说的可以支持的驱动文件 以下如图



----------------------------------------------解决办法整理如下-----------------------------------------------
这里特别感谢 @deepinuser17 帮忙解决问题,再次感谢

原因说明来自@deepinuser17

其实问题是深度Deepin系统初始设定禁用wifi驱动brcmfmac和wl。 见/etc/modprobe.d/blacklist-bcm43.conf. 基本上BCM43xxx型号的wifi网卡均被屏蔽。


1. 首先在BIOS里,关闭Secure Boot.  保存设置



2.确认安装了bcmwl-kernel-source
  1. sudo apt-get install bcmwl-kernel-source
Copy the Code

3.进行以下操作设定深度系统使用驱动brcmfmac和wl

  1. echo "wl" | sudo tee -a /etc/modules
  2. echo "brcmfmac" | sudo tee -a /etc/modules
Copy the Code

4.修改/etc/modprobe.d/blacklist-bcm43.conf,找到下面两行注释掉,如下
  1. #blacklist brcm80211
  2. #blacklist brcmfmac
Copy the Code

5.重启机器就可以使用wifi了

Reply Favorite View the author
All Replies
2 / 2
To page
avatar
mobing317
deepin
2019-05-26 21:51
#21
https://bbs.deepin.org/post/178508
运行以下命令,上传结果:

为了能暂时上网配置开发环境所以使用了usb wifi网卡
执行lspci | grep -i network以下命令无任何输出


执行sudo lshw -short, 输出如下:

Reply View the author
avatar
mobing317
deepin
2019-05-26 21:52
#22
https://bbs.deepin.org/post/178508
如果因为一个小小的声卡,网卡驱动问题导致不能使用deepin就真是可惜了

嗯,头疼死了,其他一般的软件倒还好,这个没有网络天天用usb很麻烦,主要是xps上面只有两个usb口有点不够用
Reply View the author
avatar
mobing317
deepin
2019-05-26 21:56
#23
https://bbs.deepin.org/post/178508
运行以下命令,上传结果:

据我搜索的结果我的这一款网卡很有可能是网卡和蓝牙一体的,我在控制中心关闭了蓝牙设置
Reply View the author
avatar
mobing317
deepin
2019-05-26 21:59
#24
https://bbs.deepin.org/post/178508
这个是外接USB wifi卡?

为了测试是否会因为插了usb-wifi网卡导致本机的网卡不能正常使用,我也把usb网卡拔掉以后重启过多次,在我安装15.10.1的时候是在没有插入usb网卡的情况下安装的,安装后无wifi网络我才使用的use网卡来暂时联网使用的
Reply View the author
avatar
deepinuser17
deepin
2019-05-27 09:46
#25
启动时的日志里有蓝牙装载错误:
  1.     4.993765] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  2. [    4.993767] Bluetooth: BNEP filters: protocol multicast
  3. [    4.993770] Bluetooth: BNEP socket layer initialized
  4. [    5.041628] Bluetooth: hci0: BCM: chip id 110
  5. [    5.042622] Bluetooth: hci0: BCM: features 0x2f
  6. [    5.058628] Bluetooth: hci0: BCM4350C5
  7. [    5.059622] Bluetooth: hci0: BCM (003.006.007) build 0000
  8. [    5.060198] bluetooth hci0: Direct firmware load for brcm/BCM-0a5c-6412.hcd failed with error -2
  9. [    5.060201] Bluetooth: hci0: BCM: Patch brcm/BCM-0a5c-6412.hcd not found
Copy the Code


试一试在BIOS里,关闭Secure Boot.
Reply View the author
avatar
mobing317
deepin
2019-05-27 17:50
#26
https://bbs.deepin.org/post/178508
启动时的日志里有蓝牙装载错误:

再次感谢您,这次问题真的解决了,无线网络已经可以正常使用了
Reply View the author
avatar
deepinuser17
deepin
2019-05-28 08:30
#27
能说说最后是怎么解决的吗?最好写一个帖子,这样也可以帮助其他遇到类似问题的人。
Reply View the author
avatar
mobing317
deepin
2019-05-28 17:48
#28
https://bbs.deepin.org/post/178508
能说说最后是怎么解决的吗?最好写一个帖子,这样也可以帮助其他遇到类似问题的人。 ...

嗯,我已经把解决的详细办法写到该贴问题下面了,并且红色标注了,相信搜索这个问题的人是可以看到的。
Reply View the author
avatar
deepinuser17
deepin
2019-05-28 19:29
#29
看到了。谢谢分享!
Reply View the author
avatar
fyfyfyf
deepin
2020-05-30 20:38
#30
太感谢deepinuser17的方法了,我的网卡是BCM43602,弄了半天才发现有这个帖子三行代码搞定了
Reply View the author
2 / 2
To page