AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 879220
Accepted
Rick T
Rick T
Asked: 2017-02-03 13:22:17 +0800 CST2017-02-03 13:22:17 +0800 CST 2017-02-03 13:22:17 +0800 CST

无线 AC 卡仅显示为 wireless=IEEE 802.11abg

  • 772

我的笔记本电脑中有一个英特尔无线 7260ac卡,它曾经获得 300Mb 但现在只有 54Mb 我看到它在重新发送 ubuntu 16.04.1 升级后显示为 IEEE 802.11abg 我该如何解决这个问题?

我输入命令 sudo lshw -C network

 *-network               
       description: Wireless interface
       product: Wireless 7260
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlp3s0
       version: 73
       serial: 0c:8b:fd:4e:64:8e
       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-62-generic firmware=17.352738.0 ip=192.168.1.10 latency=0 link=yes multicast=yes wireless=IEEE 802.11abg
       resources: irq:31 memory:f7d00000-f7d01fff
  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0.2
       bus info: pci@0000:04:00.2
       logical name: enp4s0f2
       version: 0a
       serial: 00:90:f5:f9:d9:f8
       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-1_0.0.3 06/18/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:27 ioport:e000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff

我还使用 nmcli d wifi检查了我的信号强度

*  SSID                             MODE   CHAN  RATE       SIGNAL  BARS  SECURITY 
   guest_2.4ghz                Infra  7     54 Mbit/s  89      ▂▄▆█  WPA2     
*  2.4ghz                      Infra  7     54 Mbit/s  77      ▂▄▆_  WPA2     
   5ghz                        Infra  161   54 Mbit/s  77      ▂▄▆_  WPA2  

我也做了一个uname -a

Linux sys76 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

我也做了一个lsb_release -a

LSB Version:    core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.1 LTS
Release:    16.04
Codename:   xenial

我使用iwconfig wlp3s0做了一个 iwconfig

wlp3s0    IEEE 802.11abg  ESSID:"2.4ghz"  
          Mode:Managed  Frequency:2.442 GHz  Access Point: E0:3F:49:93:3F:10   
          Bit Rate=54 Mb/s   Tx-Power=22 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=68/70  Signal level=-42 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:134   Missed beacon:0

我做了/lib/firmware | grep 7260

user1@sys76:~$ ls /lib/firmware | grep 7260
iwlwifi-7260-10.ucode
iwlwifi-7260-12.ucode
iwlwifi-7260-13.ucode
iwlwifi-7260-16.ucode
iwlwifi-7260-17.ucode
iwlwifi-7260-7.ucode
iwlwifi-7260-8.ucode
iwlwifi-7260-9.ucode
networking
  • 1 1 个回答
  • 902 Views

1 个回答

  • Voted
  1. Best Answer
    Rick T
    2017-02-04T01:51:19+08:002017-02-04T01:51:19+08:00

    发现问题我将行 options iwlwifi 11n_disable=1 添加到我的 /etc/modprobe.d/iwlwifi.conf文件中,该行解决了另一个断开连接的问题,所以我把它拿出来并解决了速度问题。但是我的wifi卡和网络管理器断开连接时遇到了很多问题,因此决定尝试wicd。

    还添加了行(打开wifi电源管理)

    sleep 5 ; /sbin/iw wlp3s0 set power_save off
    

    对我/etc/rc.local file

    更新答案:

    更新此答案,因为遇到更多问题并断开连接这是似乎正在工作的最终更改列表。

    1) Upgraded to to kernel 4.8.0-39 from 4.4 
    2) Added files 
         -/etc/modprobe.d/iwldvm.conf
          added line: options iwldvm power_scheme=1
    
         -/etc/modprobe.d/iwlmvm.conf
          added line: options iwlmvm power_scheme=1
    
         -/etc/modprobe.d/iwlwifi.conf
          added line: options iwlwifi power_save=0
          added line: options iwlwifi 11n_disable=8
    
    • 1

相关问题

  • 如何设置 VLAN 转发?

  • 如何将主机 Ubuntu 上的 VPN (tun0) 网络适配器映射到 VirtualBox 来宾 Windows?

  • 如何限制下载/上传带宽?

  • 如何通过 Windows 网络共享文件?

  • 面板小程序以文本形式显示当前网络流量?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve