A 配置环境:T400+Archlinux
Linux archlinux 2.6.28-ARCH #1 SMP PREEMPT Tue Mar 17 06:42:43 UTC 2009 i686 Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz GenuineIntel GNU/Linux
B 配置步骤:
1:查看系统PCI信息:lspci -v |grep -i net
03:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
2: 安装合适的驱动
3:确认mod是否已经被装载
lsmod|grep ath
4:iwconfig
找到相应的网卡名字
5:ifconfig wlan0 up
6:搜索附近的无线网络
iwlist wlan0 scan
7:根据搜索的结果,配置相应的无线网络:
iwconfig wlan0 essid "TP-Link"
8:通过dhcp自动连接:
dhcpcd wlan0
C 完成无线配置
阅读(4677) | 评论(0) | 转发(0) |