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
そして、これは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
これを試すことができます:
iwconfig wlan0 retry short 21
iwconfig wlan0 retry long 21
ドライバーが正常に機能している場合、これが役立つはずです。
アンテナの向きを変えてみてください(ラップトップを45度程度回して、違いが出るかどうかを確認してください)
Ubuntu 14.10を実行しているThinkpad X240で、自宅やその他のWi-Fiネットワークで7260の接続速度が遅い(7260以外のラップトップでは80-90MBps)のに苦しんでいます。
オンラインで収集した多数のヒントや調整を試しても効果はありませんが、最新の3.19メインラインカーネルと7260-10ファームウェアを実行すると、初めて標準の80-90に速度が上がりました。