Thread
:
Connect to WLAN from command line
View Single Post
nite_man
2007-01-04 , 07:40
Posts: 14 | Thanked: 1 time | Joined on Dec 2006 @ Limassol, Cyprus
#
14
I found the way to connect my Nokia to WLAN. Run following commands:
ifconfig wlan0 up
iwconfig essid "My access Point" enc MY_KEY mode managed
udhcpc -i wlan0
Note that ESSID should be in the quotes. Otherwise it won't be assigned correctly (at least in my case).
To check that everything ok run first iwconfig wlan0. It should display you options of your access point. Then run ifconfig to see that IP is assigned to your device.
Quote & Reply
|
nite_man
View Public Profile
Send a private message to nite_man
Visit nite_man's homepage!
Find all posts by nite_man