View Single Post
Capn_Fish's Avatar
Posts: 140 | Thanked: 13 times | Joined on Mar 2008
#5
You need to specify the SSID and stuff:

Code:
iwconfig INTERFACE mode managed essid SSID power 1 key WEPKEY
That assumes you're using WEP. For WPA, you need to use wpa_supplicant. Either way, you probably need to add

Code:
dhclient INTERFACE
or
Code:
dhcpcd INTERFACE
HTH
__________________
Nokia N810 (Some mutation of Mer)
 

The Following User Says Thank You to Capn_Fish For This Useful Post: