|
Ok i make this working
First i downloaded latest armbian 5.20 and installed image to sdcard and connected LAN cable(do not plug wifi adpater).
Then after login i made commands below:
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install git build-essential dkms network-manager
- git clone https://github.com/pvaret/rtl8192cu-fixes.git
- sudo dkms add ./rtl8192cu-fixes
- sudo dkms install 8192cu/1.10
- sudo depmod -a
- sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
- sudo reboot
Copy code
Then i plug in my NETIS adapter (RTL8188CUS) and typed:
Connected to my WIFI, unplugged LAN, and hardreset device.
Thats it |
|