by Gecko » Tue Aug 31, 2004 9:48 pm
To Install your ADMtek ADM8211 Wireless Adapter Linux driver
Type command "tar zxvf Install_RH100_100.tar.gz."
The directory "Install" will be made.
Type command "cd Install" to enter directort "Install".
Type command "./install" to begin installing Linux driver.
After installing the driver, you can setup your wireless lan card by
iwconfig or kwifimanager. Kwifimanager is based on KDE.
If you did not install KDE in RedHat, kwifimanager will not work.
Iwconfing is a text command based tool that can configure your WLAN and it works well.
In using iwconfig, everything will take effect after
you set ESSID by typing like "iwconfig eth0 essid "any" ".
The default channel is auto scan. In normal condition, the driver can
find the suitable channel to join. If you want to set channel by yourself,
you can use iwconfig to setup your channel. You also can set channel 0 to
let the driver auto scan the channel.
For example,
If you want to change channel to 2, you could do as follows:
1. iwconfig eth0 channel 2
2. iwconfig eth0 essid "any"
If you want to change channel to 1 and ESSID "Wirelss", you could do
as follows:
1. iwconfig eth0 channel 2
2. iwconfig eth0 essid "Wireless"
If you want to chage mode to Ad-Hoc mode ,channel 2 and ESSID "AD", you
could do as follows:
1. iwconfig eth0 mode Ad-Hoc
2. iwconfig eth0 channel 2
3. iwconfig eth0 essid "AD"
Anyway, the driver settings will take effect after you set the essid.