Software Manual
WE865-DUAL Software User Guide
1vv0300788 Rev. 0 08/08/08
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 22 of 48
For further information about wifi specific parameters configuration and WE865-DUAL management
please refer to paragraphs 5, 6 and 7.
4.2.4 Auto-Setup at system startup
It is possible to automatically perform all the steps shown above at system startup.
A startup script as the one shown below has to be written:
insmod /lib/unifi_sdio.ko
sleep 15
ifconfig eth0 192.168.1.12 netmask 255.255.255.0
ifconfig eth0 up
The first line loads the wifi driver, the second adds a 15 seconds delay to let the driver to be loaded.
The last two lines set an IP address and activate the wifi interface.
The startup script has to be saved as “S03” into /etc/init.d system folder.