View Single Post
nite_man's Avatar
Posts: 14 | Thanked: 1 time | Joined on Dec 2006 @ Limassol, Cyprus
#8
Well, I run following commands to bring up WLAN:

ifconfig wlan0 up # without this iwconfig gives me an error that device wlan0 not found

iwconfig wlan0 enc MY_NET_KEY mode managed essid MY_NET_ID channel 6

I see that command passes without errors (I use iwevent) but IP address is not given by DHCP and nework interface is not up.

What I do wrong?