ubuntu16.04 wifi 每 10 秒掉线一次。Intel DualBand AC 3160 [8086:847

ubuntu16.04 wifi 每 10 秒掉线一次。Intel DualBand AC 3160 [8086:847

四天前安装了 Ubuntu,从那时起就一直在为这个问题而苦苦挣扎。尝试了以下方法与 Intel Centrino Advanced-N 6230 的无线连接不可靠

sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi 11n_disable=1"

重启后不起作用所以恢复。

也尝试过https://ubuntuforums.org/showthread.php?t=2214075并下载了固件并按照链接答案中的步骤进行操作,但没有起作用。

这个答案“askubuntu.com/questions/768843/wifi-problem-on-ubuntu-16-04?noredirect=1&lq=1”
建议从下载最新的上游内核,但我不确定要下载哪个包。

uname -a
Linux A99-Device 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

网络信息

lspci -knn | grep Net -A2
06:00.0 Network controller [0280]: Intel Corporation Wireless 3160 [8086:08b3] (rev 83)
Subsystem: Intel Corporation Dual Band Wireless AC 3160 [8086:8470]
Kernel driver in use: iwlwifi

lshw-C 网络

sudo lshw -C network
  *-network               
   description: Wireless interface
   product: Wireless 3160
   vendor: Intel Corporation
   physical id: 0
   bus info: pci@0000:06:00.0
   logical name: wlp6s0
   version: 83
   serial: 18:3d:a2:de:ba:d9
   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-31-generic firmware=16.242414.0 ip=192.168.1.3 latency=0 link=yes multicast=yes wireless=IEEE 802.11abg
   resources: irq:48 memory:a9100000-a9101fff
  *-network
   description: Ethernet interface
   product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
   vendor: Realtek Semiconductor Co., Ltd.
   physical id: 0
   bus info: pci@0000:07:00.0
   logical name: enp7s0
   version: 07
   serial: 20:47:47:53:ab:e1
   size: 100Mbit/s
   capacity: 100Mbit/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 autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 ip=192.168.1.2 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
   resources: irq:44 ioport:3000(size=256) memory:a9000000-a9000fff memory:c0000000-c0003fff

任何帮助都将不胜感激。如果需要更多信息,请告诉我。

相关内容