Difference between revisions of "ZipIt WiFi Connect"
From eLinux.org
m (Bot (Edward's framework)) |
Tomdabomb911 (Talk | contribs) (ssid list) |
||
| (One intermediate revision by one user not shown) | |||
| Line 2: | Line 2: | ||
eg. | eg. | ||
| + | |||
| + | To see a list of networks, both encrypted and unencrypted do a: | ||
| + | |||
| + | <pre> | ||
| + | iwlist eth0 scanning | ||
| + | </pre> | ||
| + | |||
To connect to an unencrypted network, you do a: | To connect to an unencrypted network, you do a: | ||
| Line 28: | Line 35: | ||
Albert | Albert | ||
| + | |||
| + | [[Category:Zipit]] | ||
Latest revision as of 20:12, 23 September 2007
I've been trying to connect my ZipIt to my university's wireless network for a month now, and it finally dawned on me that once you connect to a wireless network with WEP on, you have to explicitly turn it off before you connect to an unencrypted network...
eg.
To see a list of networks, both encrypted and unencrypted do a:
iwlist eth0 scanning
To connect to an unencrypted network, you do a:
iwconfig eth0 essid [ESSID] udhcpc
To connect to an encrypted network, you do a:
iwconfig eth0 essid [ESSID] key [WEP key] udhcpc
However, if you want to connect to an unencrypted network after this, you need to do a:
iwconfig eth0 essid [ESSID] key off udhcpc
I really hope I'm the only person that didn't figure this out yet... lol
- )
Albert