irukeru@raspBerrypi ~ $sudo iwconfig wlan0 mode managedirukeru@raspBerrypi ~ $sudo iwconfig wlan0 channel 11irukeru@raspBerrypi ~ $sudo iwconfig wlan0 essID linksysirukeru@raspBerrypi ~ $sudo iwconfig wlan0 key xxxxxxxError for wireless request "Set Encode" (8B2A) : invalID argument "xxxxxxx".
我也试过
irukeru@raspBerrypi ~ $sudo iwconfig wlan0 key s:xxxxxxxError for wireless request "Set Encode" (8B2A) : SET Failed on device wlan0 ; InvalID argument.
我是否需要编写我的密钥的bash代码?
解决方法 从 man iwconfigkey/enc[ryption]
Used to manipulate encryption or scrambling keys and security mode.
To set the current encryption key,just enter the key in hex digits as XXXX-XXXX-XXXX-XXXX or XXXXXXXX. To set a key other than the current key,prepend or append [index] to the key itself (this won’t change which is the active key). You can also enter the key as an ASCII string by using the s: prefix. Passphrase is currently not supported.
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 – iwconfig – 通过wifi在终端上连接网络全部内容,希望文章能够帮你解决linux – iwconfig – 通过wifi在终端上连接网络所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)