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:
Howto install VMware Tools on ubuntu 9.04VMware provides a completely virtualized set of hardware to the guest operating system,include the hardware for a video adapter, a network adapter, an… Read More
Howto install Google Earth and Fix ugly fonts problem in Ubuntu 11.04 NattyAfter installed Ubuntu 11.04 Natty Narwhal, one thing you might want is to install Google Earth. Follow is how to install Google Earth 6 from google o… Read More
Howto Rip DVD in Ubuntu Linux : Thoggen Thoggen is DVD ripping utility for Linux based on GTK+ It has a very nice Graphical front end •Supports title preview, picture cropping, and pictu… Read More
Mirror Your Remote Server Graphically with Grsync in Ubuntu Linux rsync is an open source utility that provides fast incremental file transfer. rsync uses the "rsync algorithm" which provides a very fast method syn… Read More
How to play DVD Movies in Ubuntu Linux 10.10 Ubuntu 9.04, 9.10, 10.04 (i386, amd64) and 10.10 Install the libdvdread4 package (no need to add third party repositories) via Synaptic or command … Read More
0 comments:
Post a Comment