If your wireless card is properly installed use the following command for connect to a wireless access point
sudo ifconfig eth0 down
sudo ifconfig wlan0 down
sudo dhclient -r wlan0
sudo iwconfig wlan0 essid "ESSID_IN_QUOTES"
sudo iwconfig wlan0 mode Managed
sudo ifconfig wlan0 up
sudo dhclient wlan0
How toconnect to wireless lan in ubuntu
Related Posts:
Atheros AR5007 wireless with madwifi on Ubuntu 8.04 (Hardy heron)If you have Atheros AR5007 wireless network adapter follow this procedure to make it work in ubuntu 8.04 For i386 Users First go to System-->Adm… Read More
Howto Upgrade Pidgin into 2.5.8 versionThe solution is upgrade the Pidgin into 2.5.8 version. Via terminal console The steps: 1. Open the terminal, then copy-paste these commands and pr… Read More
Howto Install More Than 4Gb Memory in 32 bit Ubuntu - How to Install PAE ( Physical Address Extension)If You Install More than 4 GB Memory in your 32bit ubuntu Machine It will not access the memory beyond 4GB.The x86 architecture presently uses only 36… Read More
Howto Mount and Unmout ISO images without burning them in ubuntuSome times you want to use iSO images without burning them.If you don’t want to waste your CD’s/DVD’s here is the simple possible solutions using thes… Read More
Howto Install Skype perfectly in ubuntu 9.10 Karmic Koala The world famous communication software skype can easily install in ubuntu 9.10 Karmic koala with simple steps. Skype can be used for Free calls, vi… Read More
0 comments:
Post a Comment