Ubuntu 16.04 LTS wifi 连接问题

Ubuntu 16.04 LTS wifi 连接问题

重新安装我的 ubuntu 后,我的无线连接出现问题。我在 ubunut gui 和网络上均未看到可用的 wifi 连接。互联网只能通过有线连接工作。问题可能出在驱动程序上。

是否配置打印 :

eno1      Link encap:Ethernet  HWaddr 20:47:47:cb:cf:50  
          inet addr:10.11.4.83  Bcast:10.11.4.255  Mask:255.255.255.0
          inet6 addr: fe80::b535:2133:7777:aece/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:10506 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8419 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:9415235 (9.4 MB)  TX bytes:1242271 (1.2 MB)
          Interrupt:20 Memory:f7d00000-f7d20000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:1161 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1161 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:162028 (162.0 KB)  TX bytes:162028 (162.0 KB)

系统配置打印 :

lo        no wireless extensions.

eno1      no wireless extensions.

请参阅lspci-nnk| grep 0280 -A2打印 :

3:00.0 Network controller [0280]: Intel Corporation Centrino Ultimate-N 6300 [8086:422b] (rev 35)
    Subsystem: Intel Corporation Centrino Ultimate-N 6300 3x3 AGN [8086:1121]
0e:00.0 SD Host controller [0805]: O2 Micro, Inc. SD/MMC Card Reader Controller [1217:8520] (rev 01)

但我的同事也有这种笔记本电脑

03:00.0 Network controller [0280]: Intel Corporation Centrino Ultimate-N 6300 [8086:422b] (rev 35)
      Subsystem: Intel Corporation Centrino Ultimate-N 6300 3x3 AGN [8086:1121]
      Kernel driver in use: iwlwifi

这个驱动程序可能有问题无线上网有人知道如何安装这个驱动程序或修复这个问题,我在网上没找到任何解决方案。

编辑这是脚本的结果 http://paste.ubuntu.com/25326132/

rfkill 列表没有输出

编辑

内核更新,解决了我的问题,非常感谢 Pilot6

答案1

问题出在部分安装的内核上,可能缺少软件包extra。Modileiwlwifi未加载。

通过 更新系统sudo apt full-upgrade,它将安装一个新的内核。

相关内容