自从升级到 Kubuntu 15.10 后无线就无法工作了

自从升级到 Kubuntu 15.10 后无线就无法工作了

我在戴尔 Inspiron N7010 上运行 Kubuntu 15.10,在最近升级之前,无线连接从未出现过任何问题。连接编辑器未列出任何可用的本地连接。运行sudo lshw -class network返回此

  *-network               
       description: Wireless interface
       product: Centrino Wireless-N 1000 [Condor Peak]
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:04:00.0
       logical name: wlp4s0
       version: 00
       serial: 00:26:c7:e4:bb:12
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=4.2.0-18-generic firmware=39.31.5.1 build 35138 ip=192.168.1.6 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
       resources: irq:28 memory:f0300000-f0301fff
  *-network
       description: Ethernet interface
       product: AR8152 v1.1 Fast Ethernet
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:05:00.0
       logical name: enp5s0
       version: c1
       serial: f0:4d:a2:62:2d:5a
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.1-NAPI latency=0 link=no multicast=yes port=twisted pair
       resources: irq:31 memory:f0200000-f023ffff ioport:3000(size=128)

我注意到我的无线设备已从 wlan0 重命名为 wlp4s0。运行sudo iw dev wlp4s0 scan将返回所有可用的无线网络

现在,我可以通过编辑 /etc/network/interfaces 来连接到网络,目前它看起来像这样

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

auto enp5s0
iface enp5s0 inet dhcp

auto wlp4s0
iface wlp4s0 inet dhcp
        wpa-ssid myNetwork
        wpa-psk myPassword

但每次我都必须编辑它来添加新的连接。

如果我单击系统托盘中网络连接小部件中的刷新按钮,我会收到警报“请求扫描失败 - 不可用时扫描或扫描”

无线信息脚本的结果如下:http://pastebin.com/wfYHvyhs

相关内容