linux – iwconfig – 通过wifi在终端上连接网络
|
在树莓上 irukeru@raspberrypi ~ $sudo iwconfig wlan0 mode managed
irukeru@raspberrypi ~ $sudo iwconfig wlan0 channel 11
irukeru@raspberrypi ~ $sudo iwconfig wlan0 essid linksys
irukeru@raspberrypi ~ $sudo iwconfig wlan0 key xxxxxxx
Error for wireless request "Set Encode" (8B2A) :
invalid argument "xxxxxxx".
我也试过 irukeru@raspberrypi ~ $sudo iwconfig wlan0 key s:xxxxxxx
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Invalid argument.
我是否需要编写我的密钥的bash代码? 解决方法从 man iwconfig
HBAQXK7W6Y不是十六进制键.如果这是ascii键,我想你应该输入它 sudo iwconfig wlan0 key s:HBAQXK7W6Y 但是,如果这真的是您的WLAN的关键,您应该尽快更改.不要在公共网站上张贴密码. 更新: 在https://superuser.com/q/42460/164903有一个类似的问题.我认为,特别是这个答案https://superuser.com/a/353818/164903很重要.看来,iwconfig不支持WPA / WPA2,只有未加密的网络或WEP,这与现在基本相同.所以你需要使用一些其他的方法,比如wpa_supplicant. (编辑:长春站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
- linux – 服务tomcat8无法使用服务tomcat8 start
- linux – sqlplus:加载共享库时出错:libsqlplu
- Find command usage in Linux with excellent ex
- LINUX实战:Linux df 命令详解
- linux – su和sudo在shell脚本中
- linux – 为什么简单地链接GL导致段错误?
- 如何在嵌入式Linux中检测GPIO线路上的中断?
- linux – 如何在没有运行dhcpd的情况下检查dhcpd
- 窗口放置:类似WinSplit Revolution的Linux应用程
- linux – CVS Diff只输出修改过的文件?
