destrat18 Posted July 3, 2017 Posted July 3, 2017 hi every body! in last two days, i have been trying to make my orange pi zero board to hotspot device. i follow instruction at armbian documentation and it's work fine. but i want more than a simple bridge network. in order to use nginx to show my website to connected devices, i need to set ip to connected devices. i used both of isc-dhcp-server and dnsmesq, but it failed every time a device want to connect to board. dnsmasq config: interface=lo,wlan0 no-dhcp-interface=lo dhcp-range=192.168.8.20,192.168.8.254,255.255.255.0,12h interface config auto lo iface lo inet loopback iface eth0 inet dhcp auto wlan0 iface wlan0 inet static hostapd /etc/hostapd.conf address 192.168.8.1 netmask 255.255.255.0 i did not change hostapd.conf any help? am i missing something? thank a lot.
rocketpenguin Posted July 4, 2017 Posted July 4, 2017 Forget about using OPi0 as host AP. The wireless works but is shit due to hardware limitations and bad support from manufacturer. It will be extremely slow, and with more than 2 or 3 devices connected I'd say it would be completely unusable. Get a better orange pi or some other device with a decent wifi. 1
destrat18 Posted July 6, 2017 Author Posted July 6, 2017 yeah. i consider all of these problems and i forgot about whole thing. thanks for your replay
rocketpenguin Posted July 7, 2017 Posted July 7, 2017 if you want small device for AP, maybe look into this; it has better wifi. http://linux-sunxi.org/Xunlong_Orange_Pi_Zero_Plus_2
twinclouds Posted July 7, 2017 Posted July 7, 2017 I don't know why my OPi zero wifi is extremely slow. It is only about 3Mbps. Is this normal and if there's anyway to improve? With wifi dongle, Orange Pi PC can reach 40 to 80 Mbps.
chwe Posted July 7, 2017 Posted July 7, 2017 1 hour ago, twinclouds said: I don't know why my OPi zero wifi is extremely slow. Edit: not directly related to the wifi chip of opi zero, but it gives you some background.
Recommended Posts