网络“弹出菜单”未显示正确行为

网络“弹出菜单”未显示正确行为

升级到 Ubuntu 16.04 后,出现了一个恼人的问题。我读过很多其他主题,人们在 16.04 上遇到了不同的无线问题,但似乎没有我的问题那么奇怪(而且他们的解决方案不起作用)。本质上,网络“弹出菜单”中显示的内容与我的无线是否正常工作无关。例如,现在,我的菜单如下所示:

在此处输入图片描述

并且我的电脑自动连接到我的 wifi(因为我的互联网正在运行),但我看不到这个或任何其他可用的无线网络。不过,我的菜单也看起来像这样:

在此处输入图片描述

而我的电脑仍然自动连接到我的 wifi!它也看起来像这样:

在此处输入图片描述

或这个:

在此处输入图片描述

最后两张是在 wifi 无法使用时拍摄的,虽然不记得是哪一张了,但这并不重要,因为主要问题是在任何情况下我都看不到可用的网络。有时我的 wifi 也会随机停止工作,然后我使用命令重新启动

sudo systemctl restart network-manager.service

这通常有效(但并非总是如此),但通常无法解决菜单显示错误信息的问题。有什么办法可以解决这个问题吗?

一些额外的信息:

命令

sudo lshw -class network

给出

*-network               
description: Ethernet interface
product: Ethernet Connection (3) I218-LM
vendor: Intel Corporation
physical id: 19
bus info: pci@0000:00:19.0
logical name: eth0
version: 03
serial: f8:ca:b8:5c:90:84
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=0.2-3 latency=0 link=no multicast=yes port=twisted pair
   resources: irq:51 memory:f7200000-f721ffff memory:f7243000-f7243fff ioport:f080(size=32)
*-network
description: Wireless interface
product: Wireless 7265
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlan0
version: 59
serial: 10:02:b5:7c:84:13
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.4.0-93-generic firmware=17.352738.0 ip=192.168.0.18 latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn
 resources: irq:50 memory:f7000000-f7001fff

命令

 rfkill list all

给出

1: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
2: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
14: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

命令

cat /etc/NetworkManager/NetworkManager.conf

给出

[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq

[ifupdown]
managed=false

命令

cat /etc/network/interfaces

给出

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

更新:现在我的菜单又有了新的面貌:

在此处输入图片描述

并且它仍然自动连接到我的无线网络并且可以正常工作......

相关内容