View available wireless networks:
(Replacing with your wireless interface [for example mine is eth2)
If you don't get any networks listed:
To turn on your wireless interface.
If your wireless network is WPA encrypted:
(Note: I use "s:" so that I can enter my key in ASCII form e.g. "Kll4Wx"
If your network isn't secured:
I hope this helps, if you want more help just let me know!
Code:
iwlist scan
If you don't get any networks listed:
Code:
ifconfig up
If your wireless network is WPA encrypted:
Code:
iwconfig essid key s:
If your network isn't secured:
Code:
iwconfig essid
No comments:
Post a Comment