方案1. 使用XSupplicant
安装后就能直接运行了,用root输入:
xsupplicant -i eth0 -u usrname -p password
这里的usrname和password是你的上网帐户和密码
成功认证的话会提示:
[root@LinuxME hiko]# xsupplicant -i eth0 -u XXXX -p XXXX
Username override! Using username XXXX
Password passed in from command line! (This isn\'t very secure!)
Setup on device eth0 complete
Specific Wireless Authenticator MAC not found, using default destination
Could not determine network name, assuming there is none
Using default network profile. (Network Name = default)
Done with init.
Connection Established, authenticating...
get_password returned a value!
Authentication Succeeded
注意不要关闭这个命令行窗口
然后就可以上网了
方案2. 使用mdc-ssd
方案3: 对于认证时, 未对用户密码进行md5加密的, 需要使用Sniffer Pro或Ethernet抓包, 修改拔号软件源代码去掉md5编码步骤, 重编译再拔号.

