Edited by nopnop2002 at 2017-2-13 19:17
I use OPI - Lite.
OS is Armbian.
Built-In Wifi works stable.
A module using following chip work with OPI - ONE.
* RTL8188ETV/RTL8188EU using 8189es driver.
* RT5370 using kernel standard driver
* RTL8188CUS/CU/CE-VAU/RU with driver update
sudo apt-get install dkms
git clone https://github.com/pvaret/rtl8192cu-fixes.git
sudo dkms add ./rtl8192cu-fixes
sudo dkms install --force 8192cu/1.10
sudo depmod -a
sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
sudo reboot