The Procedure:
- First bring up the network interface wlan0 or whatever you have.
- Code: Select all
#ifconfig wlan0 up
- Assuming your wifi hotspot name, ESSID, is freeopenwifi, run:
- Code: Select all
# iwconfig wlan0 essid freeopenwifi
- Run dhclient to assign an ip address so that the connection becomes useable.
- Code: Select all
# dhclient wlan0
Enjoy.
