|生命中医网|网站总纲|网上教室|生命中医论坛| 会员聊天室| 中医术数源流图|多年五运六气推算|网站使用及简介|
分类:杂汇文章
字号:
修改
linux wifi无线上网(命令行下)

wsh

modprobe <相应的无线网卡驱动> //你的udev如果正确识别的话,这步可以免去

iwconfig //查看无线网卡设备名称,常见的无线网卡的标识可能为ra0、ath0、wlan0等,但是一般不会是eth0;

ifconfig <无线网卡名称> up //启动这个无线网卡 eg: ifconfig ath0 up

iwlist ath0 scan | less //查看可接入的无线热点

下面的不翻译了,自己看吧很简单的(其实下面这些步骤都可以用networkmanage这个图形化软件实现):

Specify the id of the wireless network with iwconfig essid "". Or, if using WEP; iwconfig essid "" key (give the essid (the 'network name') of the network in quotes), e.g.:

# iwconfig ath0 essid "linksys" key 0241baf34c



If your WEP key is ASCII, prefix with s:, e.g.:

# iwconfig ath0 essid linksys key s:mywepkey



对于应用更为广泛的开放式WEP加密,应该是如

以下为最近的前十五条评论:
共0条信息
暂时没有信息

----评论处 ----
发评者:请回答:90 十 19 =