
3.5 BUILDTHEDEBUGGINGTOOL
There are two debugging tools in this package, “apd/jointfilesconvert/407723/bg” and “menud/jointfilesconvert/407723/bg”. Run “make debug” to
compile them both. If you don’t have the ncurse library, you may get some error messages while
compiling menud/jointfilesconvert/407723/bg. You can ignore it and get apd/jointfilesconvert/407723/bg only.
3.6 LOADTHEDRIVER
Generally, the driver is automatically loaded when the AIR802 dongle is inserted. If not, you
may use the modprobe –v AIR802(or AIR802) to load our driver. In order to check whether our
driver is loaded successfully, one can use the “lsmod” for this check. If our driver is loaded
successfully, the following messages should be seen
...
AIR802 183576 0 (unused)
...
Please note that the 183576 may not be the same as that in your system.
3.7 OPENTHENETWORKINTERFACE
In our driver, we will stop all the commands until the network interface assigned to us is opened.
You can open the network interface by the following command
]$ ifconfig ethX up
or
]$ ifconfig ethX <IP address>
3.8 CONFIGURETHEWIRELESSSETTINGS
In our driver, we support the wireless extension commands to control our driver.
PARAMETERS:
essid :
Set the ESSID (or Network Name - in some products it may also called Domain ID).
The ESSID is used to identify cells which are part of the same virtual network.
Examples:
iwconfig ethX essid <ESSID>
mode:
Set the operation mode of our device.
Examples:
iwconfig ethX <mode>
13
Kommentare zu diesen Handbüchern