Category : ARM

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

Orange PI Zero GPIO vezérléshez pythonból az alábbi linek találtam telepítési leírást:https://diyprojects.io/orange-pi-onelite-tutorial-use-gpio-python-pinouts/#.Wfzw-bynFhE Zero alatt a pyA20 telepítésénél a processzort nem ismerte fel erre a setup.py-ben az alábbi sorokat ki rem-eltem, és tovább lépett: letöltöttem innen a pyA20-at: https://pypi.python.org/pypi/pyA20wget https://pypi.python.org/packages/8e/a5/8169ac07290b7d7dfff96dbf68707a2154171e48294e78eb7623758a299f/pyA20-0.2.1.tar.gz kiremeltem: def print_warning(): „”” Print confirmation dialog :return: „”” print (print_color(„Warning! „) + „Detected and target processor ..

Read more

Installing Deluge First lets update our software and OS apt-get update apt-get upgrade   Installing deluged apt-get install deluged   Installing web client required software apt-get install python-mako   Installing Deluge web client apt-get install deluge-web   optional deluge console apt-get install deluge-console   /etc/default/deluged file If only deluge daemon used: ENABLE_DELUGED = 1   ..

Read more