我的笔记本电脑(华硕 UL80J)有 Atheros AR9285。Ubuntu 是 12.10 -64 位
问题是,我的无线适配器与我所有的 AP 都兼容,除了一个
我试过:
dmesg |grep wlan
它给了我结果:
[ 901.699027] wlan0: authenticate with 00:1f:a4:f0:22:8f
[ 901.713517] wlan0: direct probe to 00:1f:a4:f0:22:8f (try 1/3)
[ 901.916719] wlan0: direct probe to 00:1f:a4:f0:22:8f (try 2/3)
[ 902.120632] wlan0: direct probe to 00:1f:a4:f0:22:8f (try 3/3)
[ 902.324570] wlan0: authentication with 00:1f:a4:f0:22:8f timed out
[ 903.441075] wlan0: authenticate with 00:1f:a4:f0:22:8f
[ 903.453339] wlan0: direct probe to 00:1f:a4:f0:22:8f (try 1/3)
[ 903.656006] wlan0: direct probe to 00:1f:a4:f0:22:8f (try 2/3)
[ 903.859921] wlan0: direct probe to 00:1f:a4:f0:22:8f (try 3/3)
[ 904.063817] wlan0: authentication with 00:1f:a4:f0:22:8f timed out
[ 905.168388] wlan0: authenticate with 00:1f:a4:f0:22:8f
[ 905.180769] wlan0: direct probe to 00:1f:a4:f0:22:8f (try 1/3)
[ 905.383260] wlan0: direct probe to 00:1f:a4:f0:22:8f (try 2/3)
[ 905.587188] wlan0: direct probe to 00:1f:a4:f0:22:8f (try 3/3)
[ 905.791117] wlan0: authentication with 00:1f:a4:f0:22:8f timed out
很明显,问题出在身份验证过程中。我想要连接的接入点是 WEP
这是
sudo lshw -C 网络
*-network
description: Wireless interface
product: AR9285 Wireless Network Adapter (PCI-Express)
vendor: Atheros Communications Inc.
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 01
serial: 1c:4b:d6:fb:fa:36
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=3.5.0-23-generic firmware=N/A ip=192.168.1.2 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
resources: irq:17 memory:d4c00000-d4c0ffff
还
sudo rfkill 列表
0: asus-wwan: Wireless WAN
Soft blocked: no
Hard blocked: no
1: asus-wimax: WiMAX
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
我还尝试添加以下行,因为它是著名的解决方案,但我只是提到ath9k.conf
在运行此命令之前该文件不存在:
/etc/modprobe.d > cat ath9k.conf 选项 ath9k nohwcrypt=1