我在联想 X240 上安装了 Ubuntu 14.04。除了 WiFi 之外,包括 LAN 连接在内的一切都运行顺畅。
计算机连接到 WiFi 热点,但传输几个字节后连接就完全中断。
编辑:——>如果热点不那么拥挤,即如果我关闭其他客户端,那么连接或多或少会稳定,但仍然会偶尔出现问题。<--
热点没有问题,因为其他设备没有遇到任何问题。
有什么想法吗?我对 Ubuntu 不太了解,如果您需要更多有关硬件的信息,请给我建议。
这是 iwconfig 给我的信息:
iland@note121:~$ iwconfig
eth0 no wireless extensions.
lo no wireless extensions.
wlan0 IEEE 802.11abgn ESSID:"thrasher(at)hajod.de"
Mode:Managed Frequency:2.412 GHz Access Point: 7C:4F:B5:C8:D2:C4
Bit Rate=54 Mb/s Tx-Power=16 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=70/70 Signal level=-35 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:6 Missed beacon:0
这是硬件配置sudo lshw -c network
:
*-network
description: Ethernet interface
product: Ethernet Connection I218-LM
vendor: Intel Corporation
physical id: 19
bus info: pci@0000:00:19.0
logical name: eth0
version: 04
serial: 28:d2:44:40:96:64
size: 100Mbit/s
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=2.3.2-k duplex=full firmware=0.6-3 ip=192.168.1.11 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:61 memory:f0600000-f061ffff memory:f063e000-f063efff ioport:3080(size=32)
*-network
description: Wireless interface
product: Wireless 7260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 83
serial: 5c:51:4f:58:a5:c5
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=3.13.0-24-generic firmware=22.24.8.0 ip=192.168.1.10 latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn
resources: irq:66 memory:f0400000-f0401fff
答案1
你可以尝试这个:
iwconfig wlan0 retry short 21
iwconfig wlan0 retry long 21
如果驱动程序运行良好,这应该会有所帮助,如果没有......
尝试重新调整天线的方向(将笔记本电脑旋转 45 度左右,看看是否有区别)
答案2
我有一台运行 Ubuntu 14.10 的 Thinkpad X240,它在我的家里和其他 wifi 网络上一直受到 7260 连接速度慢的困扰(20MBps,而其他非 7260 笔记本电脑则为 80-90MBps)。
尝试了在线收集到的众多技巧和调整都没有效果,但运行最新的 3.19 主线内核和 7260-10 固件首次将速度提高到了标准的 80-90。