What to install to auto-detect WLAN + Connect to 1
Posted: Thu May 26, 2011 2:44 pm
I have a Minimal Ubuntu setup + LXDE. Currently I have troubles with WLAN. I used to use something like below
But its not working now. I don't see any errors either. How do I troubleshoot?
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?
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?