联想拯救者14 笔记本 无线网卡没驱动
Tofloor
poster avatar
test-zhang
deepin
2019-03-28 01:10
Author
网卡信息:
-PCI Devices-
Ethernet controller                : Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
Network controller                : Broadcom Limited BCM43162 802.11ac Wireless Network Adapter (rev 02)


Broadcom  BCM43162 没有驱动起来,只能接网线使用, 请大佬指点如何折腾驱动, 本人linux 渣渣

Reply Favorite View the author
All Replies
avatar
test-zhang
deepin
2019-03-28 01:26
#1
人工置顶呀
Reply View the author
avatar
WENWEN
deepin
2019-03-28 01:26
#2
sudo deepin-feedback-cli 命令反馈日志上来给开发者定位
Reply View the author
avatar
test-zhang
deepin
2019-03-28 01:52
#3

  日志文件已经上传。
Reply View the author
avatar
aida
deepin
2019-03-28 01:54
#4
在深度终端输入以下三条命令
sudo apt install firmware-b43-installer
sudo apt install net-tools
sudo apt-get install --reinstall bcmwl-kernel-source

祝你安装顺利!
Reply View the author
avatar
test-zhang
deepin
2019-03-28 01:55
#5
https://bbs.deepin.org/post/176011
sudo deepin-feedback-cli 命令反馈日志上来给开发者定位

日志已上传
Reply View the author
avatar
test-zhang
deepin
2019-03-28 02:25
#6
https://bbs.deepin.org/post/176011
在深度终端输入以下三条命令
sudo apt install firmware-b43-installer
sudo apt install net-tools

顺利执行完了 然后没用
Reply View the author
avatar
test-zhang
deepin
2019-03-29 00:03
#7
https://bbs.deepin.org/post/176011
在深度终端输入以下三条命令
sudo apt install firmware-b43-installer
sudo apt install net-tools

正在读取软件包列表... 完成
正在分析软件包的依赖关系树      
正在读取状态信息... 完成      
升级了 0 个软件包,新安装了 0 个软件包,重新安装了 1 个软件包,要卸载 0 个软件包,有 69 个软件包未被升级。
需要下载 0 B/1,553 kB 的归档。
解压缩后会消耗 0 B 的额外空间。
(正在读取数据库 ... 系统当前共安装有 194573 个文件和目录。)
正准备解包 .../bcmwl-kernel-source_6.30.223.271+bdcom-1deepin5_amd64.deb  ...
Removing all DKMS Modules
Done.
正在将 bcmwl-kernel-source (6.30.223.271+bdcom-1deepin5) 解包到 (6.30.223.271+bdcom-1deepin5) 上 ...
正在设置 bcmwl-kernel-source (6.30.223.271+bdcom-1deepin5) ...
Loading new bcmwl-6.30.223.271+bdcom DKMS files...
Building for 4.15.0-29deepin-generic
Building for architecture x86_64
Building initial module for 4.15.0-29deepin-generic
Done.

wl:
Running module version sanity check.
- Original module
   - No original module exists within this kernel
- Installation
   - Installing to /lib/modules/4.15.0-29deepin-generic/updates/

depmod...

DKMS: install completed.
update-initramfs: deferring update (trigger activated)
正在处理用于 initramfs-tools (0.130) 的触发器 ...
update-initramfs: Generating /boot/initrd.img-4.15.0-29deepin-generic
WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.
setupcon is missing. Please install the 'console-setup' package.
W: plymouth: The plugin label.so is missing, the selected theme might not work as expected.
W: plymouth: You might want to install the plymouth-themes package to fix this.
Reply View the author