User manual

4 Network Services and Tools Provided by OnRISC
wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -dd -Dwext
Further information about configuring the WLAN interface can be taken from wpa_supplicant’s
manual page (man wpa_supplicant) .
4.1.2. Ad-hoc Wireless Network (wireless-tools)
To connect to another node with SSID “Node1” not using encryption execute following com-
mands:
ifconfig wlan0 down
iwconfig wlan0 mode ad-hoc key off essid "Node1"
ifconfig wlan0 up
For WEP encrypted connection:
ifconfig wlan0 down
iwconfig wlan0 mode ad-hoc key restricted key [1] "some WEP key" essid "Node1"
ifconfig wlan0 up
See also iw
4.1.3. WLAN On/Off Button (Alekto LAN only)
OnRISC Alekto LAN provides a special button to enable/disable the WLAN adapter. Pressing
the button will result in button LED going off and WLAN transmit power turning off, so no
communication via WLAN is possible. Pressing the button for the second time will result in button
LED going on and WLAN transmit power returning to the previous value, so WLAN data transfer
is again possible. This functionality will be managed by wland service running on start up. The
source code for wland service is available via our svn repository at http://svn.visionsystems.de/.
4.2. GSM Support
Using PCI Express Mini Card adapter described in the Hardware Manual you can attach a GSM
card. The system was tested with following GSM/UMTS/HSPA cards:
MC8775 (Sierra Wireless)
MC8790/MC8705 (Sierra Wireless)
F5521gw (Ericsson)
Following configuration files were prepared to use this functionality:
/etc/network/interfaces (the PIN for your SIM-card will be configured there. See comments
in the file)
/etc/chatscripts/gprs (your provider’s Access Point Name (APN) is stored here)
/etc/ppp/peers/gprs
May 2014 OnRISC User Manual 26