User's Manual

22
WiFiHU2S USB Linux SoftAP Installation for Ubuntu environment
This section is for installing the WiFiHU2S to operate in SoftAP modem in Ubunbtu
11.04 with Kernel version 2.6.38 and 2.6.39.
To setup a bridge between eth0 and wlan0: These steps enable bridge setting in
rtl_hostapd_2G.conf (unmark #bridge=br0).
cd WiFiHU2S_Drivers_Manual/
cd WiFiHU2S_Drivers/
cd Linux/
cd driver/
tar -zxvf rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622.tar.gz
cd rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622
sudo make
sudo insmod 8192cu.ko
sudo service network-manager stop
sudo ifconfig wlan0 192.168.1.101
cd ../wpa_supplicant_hostapd-0.8/hostapd/
sudo make
sudo brctl add br0
sudo brctl addif br0 wlan0
sudo brctl addif br0 eth0s
sudo brctl setfd br0
sudo ./hostapd ../../rtl_hostapd_2G.conf –B
sudo dhclient br0