Thread
:
ipconfig /release /renew equivalents?
View Single Post
Capn_Fish
2008-03-20 , 18:01
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)
Quote & Reply
|
The Following User Says Thank You to Capn_Fish For This Useful Post:
Redshift
Capn_Fish
View Public Profile
Send a private message to Capn_Fish
Find all posts by Capn_Fish