Category Archives: networking

Installing the wireless USB adapter Edimax EW-7811Un in an embedded device

Recently, I needed to install and configure a Wireless 802.11/b/g/n USB Adapter in an ARM-based device that runs a 2.6.35 Linux. The adapter was an Edimax EW-7811Un. There are several wireless USB adapters that run under Linux, you can have a look at the official site here for supported devices and their chipsets. However, this… Read More: Installing the wireless USB adapter Edimax EW-7811Un in an embedded… »

Cross-compiling OpenVPN

OpenVPN is an open source software application used for creating SSL/TLS VPN that provides secure point-to-point connections in routed or bridged configurations and remote access facilities. Cross-compiling the latest version 2.3.2 is an easy procedure, no makefiles of other files have to be modified: Download package openvpn-2.3.2.tar.gz Requirements This library is built on top of… Read More: Cross-compiling OpenVPN »