Jan*_*Jan 5 wireless lenovo intel-wireless 14.04
在我的 Lenovo X240 上,我安装了 Ubuntu 14.04。一切,包括 LAN 连接,工作非常顺利,除了 WiFi。
计算机连接到 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
Run Code Online (Sandbox Code Playgroud)
这是硬件配置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
Run Code Online (Sandbox Code Playgroud)
你可以试试这个:
iwconfig wlan0 retry short 21
iwconfig wlan0 retry long 21
如果驱动程序工作正常,这应该会有所帮助,如果没有......
尝试重新调整天线方向(将笔记本电脑旋转 45 度左右,看看是否有影响)
小智 0
我有一台运行 Ubuntu 14.10 的 Thinkpad X240,在我的家庭和其他 WiFi 网络上,它的 7260 连接速度一直很慢(20MBps,其他非 7260 笔记本电脑为 80-90MBps)。
尝试了网上收集的大量提示和调整并没有效果,但运行最新的 3.19 主线内核和 7260-10 固件首次将速度提高到标准 80-90。