|
发表于 2010-5-14 16:22:00
|
显示全部楼层
Post by dacheng;2089882
to tsangtim兄,可否贴出wpa2的相关配置文件。
to tjpm兄,仔细看看,功率是正常的,但是有一项是encryption ff而且始终不能on。不知道是否和这外有关。
/etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
# allow-hotplug wlan0
auto wlan0
iface wlan0 inet static
address 192.168.XXX.XXX
netmask 255.255.255.0
network 192.168.XXX.0
broadcast 192.168.XXX.255
gateway 192.168.XXX.XXX
# wireless-* options are implemented by the wireless-tools package
# wireless-mode managed
# wireless-essid dd-wrt
wpa-ssid XXX
wpa-psk XXX
wpa-ap-scan 1
wpa-scan-ssid 1
如果路由器从wpa切换到wpa2,不需要改配置的,也就是说这几个参数,wpa/wpa2 + TIKP/AES 等几种组合是通用的 |
|