1)   网卡为 intel 3945ABG

2)Linux 版本:Archlinux

3)wpa加密方式 WPA2-PSK

4)/etc/wpa_supplicant.conf 配置文件如下

ctrl_interface=/var/run/wpa_supplicant

ap_scan=1

network={

    ssid="xmu_1"             #路由器essid名称

    psk="密码“

   priority=5

}


5)上网步骤


以下为root账户下,非root账户 要授权 sudo -i 省事

1. 启用无线网卡

ifconfig wlan0 up

2. 打开无线网卡电源

iwconfig wlan0 txpower auto

3. (可选)列出区域内的无线网络

iwlist wlan0 scan

3.如果网络是加密的,密码是0592121314,那么就输入命令

iwconfig wlan0 essid "guys" key 0592121314

 (输入iwconfig wlan0就可以看到连接正常的各项参数了。)

4.wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_supplicant.conf &        #加&为后台运行

5. 如果是用DHCP获取IP的,那么用dhclient或dhcpcd获取ip

dhcpcd wlan0

6. ping www.google.com

GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐