====== iwconfig ======

Iwconfig is another wireless tool that is hopefully present on your distro. Unlike iwlist, iwconfig can be used to actually set parameters in a wireless card rather than just look at their settings.

To use iwconfig, open a terminal window and type:

iwconfig

This shows me the following. Your system may vary:

lo is my local adapter and it shows that it’s not wireless eth0 is my wired ethernet card and it shows that it’s not wireless wlan0 is my wireless card and it shows that it is wireless - good! sit0 stands for ’simple internet transition’ but that’s all I know about it. In any case - it’s not wireless.

I highly advise typing man iwconfig to get complete information on everything that can be done with the iwconfig command, but here are some of the more common commands you may want to use:

Note that iwconfig is used to set the parameters of the card, it does not bring the card ‘up’ for use. You must use the command:

ifconfig wlan0 up

for that.

-- Main.FredPettis - 04 Mar 2009