boardcom bcm43142网卡无法上网

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
camel97
帖子: 5
注册时间: 2017-07-18 19:00
系统: windows10

boardcom bcm43142网卡无法上网

#1

帖子 camel97 » 2017-07-18 19:12

系统版本是 ubuntu kylin 16.04LTS
刚安装系统时右上角都没有wifi的标志。
后来下载安装了 bcmwl-kernel-source
右上角出现了wifi标志,ifconfig也可以识别出网卡,但是无法搜索到网络。
点击wifi标志。里面没有出现“开启wifi”这样一个选项。
后来插了一个usb无线网卡,右上角才搜索到wifi,才能正常上网。
想请问有没有什么办法能使用电脑自带的网卡上网。
谢谢指教。
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: boardcom bcm43142网卡无法上网

#2

帖子 vickycq » 2017-07-18 20:05

请按顺序执行以下步骤

1. 拔掉usb无线网卡;
2. 打开两个终端;
3. 在第一个终端中执行 sudo journalctl -f
4. 在第二个终端中执行 sudo iwlist scan 将结果全部复制贴上来
5. 将第一个终端新刷出的内容全部复制贴上来;
6. 执行以下指令将结果全部复制贴上来

代码: 全选

uname -a
sudo lshw -numeric -C net
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
camel97
帖子: 5
注册时间: 2017-07-18 19:00
系统: windows10

Re: boardcom bcm43142网卡无法上网

#3

帖子 camel97 » 2017-07-18 20:32

scan.png
5.png
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: boardcom bcm43142网卡无法上网

#4

帖子 vickycq » 2017-07-18 21:33

没有看到无线网卡界面。
执行以下指令将结果全部复制贴上来,不要截图或节选

代码: 全选

uname -a
sudo lshw -numeric -C net
dpkg -l | grep "bcmwl\|broadcom\|linux-h\|dkms"
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
camel97
帖子: 5
注册时间: 2017-07-18 19:00
系统: windows10

Re: boardcom bcm43142网卡无法上网

#5

帖子 camel97 » 2017-07-19 13:12

lky@lky-X550JX:~$ uname -a
Linux lky-X550JX 4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
lky@lky-X550JX:~$ sudo lshw -numeric -C net
[sudo] lky 的密码:
*-network UNCLAIMED
description: Network controller
product: BCM43142 802.11b/g/n [14E4:4365]
vendor: Broadcom Corporation [14E4]
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:f7900000-f7907fff
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
vendor: Realtek Semiconductor Co., Ltd. [10EC]
physical id: 0.1
bus info: pci@0000:04:00.1
logical name: enp4s0f1
version: 12
serial: 2c:56:dc:ad:91:33
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8411-2_0.0.1 07/08/13 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:33 ioport:d000(size=256) memory:f7814000-f7814fff memory:f7810000-f7813fff
lky@lky-X550JX:~$ dpkg -l | grep "bcmwl\|broadcom\|linux-h\|dkms"
ii bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu1~1.1 amd64 Broadcom 802.11 Linux STA wireless driver source
ii dkms 2.2.0.3-2ubuntu11.3 all Dynamic Kernel Module Support Framework
ii linux-headers-4.4.0-21 4.4.0-21.37 all Header files related to Linux kernel version 4.4.0
ii linux-headers-4.4.0-21-generic 4.4.0-21.37 amd64 Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
ii linux-headers-4.4.0-83 4.4.0-83.106 all Header files related to Linux kernel version 4.4.0
ii linux-headers-4.4.0-83-generic 4.4.0-83.106 amd64 Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
ii linux-headers-generic 4.4.0.83.89 amd64 Generic Linux kernel headers
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: boardcom bcm43142网卡无法上网

#6

帖子 vickycq » 2017-07-19 14:07

执行以下指令将结果全部复制贴上来

代码: 全选

sudo apt-get install --reinstall bcmwl-kernel-source
sudo modprobe wl
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
camel97
帖子: 5
注册时间: 2017-07-18 19:00
系统: windows10

Re: boardcom bcm43142网卡无法上网

#7

帖子 camel97 » 2017-07-19 14:19

lky@lky-X550JX:~$ sudo apt-get install --reinstall bcmwl-kernel-source
[sudo] lky 的密码:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
升级了 0 个软件包,新安装了 0 个软件包,重新安装了 1 个软件包,要卸载 0 个软件包,有 519 个软件包未被升级。
需要下载 0 B/1,544 kB 的归档。
解压缩后会消耗 0 B 的额外空间。
(正在读取数据库 ... 系统当前共安装有 212936 个文件和目录。)
正准备解包 .../bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu1~1.1_amd64.deb ...
Removing all DKMS Modules
Done.
正在将 bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu1~1.1) 解包到 (6.30.223.271+bdcom-0ubuntu1~1.1) 上 ...
正在设置 bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu1~1.1) ...
Loading new bcmwl-6.30.223.271+bdcom DKMS files...
Building only for 4.4.0-83-generic
Building for architecture x86_64
Building initial module for 4.4.0-83-generic
Done.

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

depmod....

DKMS: install completed.
modprobe: ERROR: could not insert 'wl': Required key not available
update-initramfs: deferring update (trigger activated)
正在处理用于 initramfs-tools (0.122ubuntu8) 的触发器 ...
update-initramfs: Generating /boot/initrd.img-4.4.0-83-generic
lky@lky-X550JX:~$ sudo modprobe wl
modprobe: ERROR: could not insert 'wl': Required key not available
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: boardcom bcm43142网卡无法上网

#8

帖子 poloshiao » 2017-07-19 18:01

sudo modprobe wl
modprobe: ERROR: could not insert 'wl': Required key not available
https://bugs.launchpad.net/ubuntu/+sour ... ug/1572659
bcmwl driver does not work with kernel 4.4.0-21 when secure boot enabled
在 UEFI / Secure Boot 開機模式 已確認為 Bug
還沒看到 解決方案

你的情況 是不是 UEFI / Secure Boot 開機模式 ?
回复