Category : Banana PI

Source: http://wiki.lemaker.org/WiFi AP mode: Wifi AP modeedit /etc/modules: ap6210 op_mode=2 download and compile the hostapdgit clone git://w1.fi/srv/git/hostap.gitapt-get install libnl-devcd hostap/hostapdcp defconfig .configmakecp hostapd /usr/local/bin create and edit the hostapd.confmkdir -p /etc/hostapd edit: interface=wlanxdriver=nl80211ssid=ap6210_ap_testchannel=6hw_mode=gmacaddr_acl=0auth_algs=1ignore_broadcast_ssid=0wpa=3wpa_passphrase=12345678wpa_key_mgmt=WPA-PSKwpa_pairwise=TKIPrsn_pairwise=CCMP /etc/network/interfaces auto loiface lo inet loopbackiface eth0 inet dhcp allow-hotplug wlanxiface wlanx inet staticaddress 192.168.100.1netmask 255.255.255.0 apt-get install udhcpd /etc/udhcpd.conf interface wlanx ..

Read more