Code: Select all
ifconfig wlan0 down
dhclient -r wlan0
ifconfig wlan0 up
iwconfig wlan0 essid "ESSID_HERE"
iwconfig wlan0 key 1234567890
iwconfig wlan0 mode Managed
dhclient wlan0
Also I will like to know of a WLAN applet/tool to allow beginners like me to easily connect to Wireless networks. Hopefully it will autoconnect to a "default" WLAN network on reboot? like what the default in Ubuntu does?
I found I need nm-applet, but how do I add it to the taskbar? Or I think I need to auto start it isit? How do i do that?