| 
 | 
 
Hello.. 
 
In a fresh armbian installation, I downloaded the driver  https://github.com/dz0ny/rt8192cu 
And following the installation instructions: 
 
@orangepipc2:~$ sudo apt-get install git build-essential linux-headers-generic dkms[sudo] password for xxxxx:  
 
Reading package lists... Done 
Building dependency tree        
Reading state information... Done 
build-essential is already the newest version (12.1ubuntu2). 
The following additional packages will be installed: 
  linux-headers-4.4.0-92 linux-headers-4.4.0-92-generic 
Suggested packages: 
  git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk 
  gitweb git-arch git-cvs git-mediawiki git-svn 
Recommended packages: 
  fakeroot 
The following NEW packages will be installed: 
  dkms linux-headers-4.4.0-92 linux-headers-4.4.0-92-generic 
  linux-headers-generic 
The following packages will be upgraded: 
  git 
1 upgraded, 4 newly installed, 0 to remove and 138 not upgraded. 
Need to get 10.7 MB/13.4 MB of archives. 
After this operation, 77.9 MB of additional disk space will be used. 
Do you want to continue? [Y/n] y 
 
Get:1 http://ports.ubuntu.com xenial-updates/main arm64 dkms all 2.2.0.3-2ubuntu11.3 [66.1 kB] 
Get:2 http://ports.ubuntu.com xenial-security/main arm64 linux-headers-4.4.0-92 all 4.4.0-92.115 [9,876 kB] 
Get:3 http://ports.ubuntu.com xenial-security/main arm64 linux-headers-4.4.0-92-generic arm64 4.4.0-92.115 [759 kB] 
Get:4 http://ports.ubuntu.com xenial-security/main arm64 linux-headers-generic arm64 4.4.0.92.97 [2,260 B] 
Fetched 10.7 MB in 15s (687 kB/s)                                               
Selecting previously unselected package dkms. 
(Reading database ... 174598 files and directories currently installed.) 
Preparing to unpack .../dkms_2.2.0.3-2ubuntu11.3_all.deb ... 
Unpacking dkms (2.2.0.3-2ubuntu11.3) ... 
Preparing to unpack .../git_1%3a2.7.4-0ubuntu1.2_arm64.deb ... 
Unpacking git (1:2.7.4-0ubuntu1.2) over (1:2.7.4-0ubuntu1.1) ... 
Selecting previously unselected package linux-headers-4.4.0-92. 
Preparing to unpack .../linux-headers-4.4.0-92_4.4.0-92.115_all.deb ... 
Unpacking linux-headers-4.4.0-92 (4.4.0-92.115) ... 
Selecting previously unselected package linux-headers-4.4.0-92-generic. 
Preparing to unpack .../linux-headers-4.4.0-92-generic_4.4.0-92.115_arm64.deb ... 
Unpacking linux-headers-4.4.0-92-generic (4.4.0-92.115) ... 
Selecting previously unselected package linux-headers-generic. 
Preparing to unpack .../linux-headers-generic_4.4.0.92.97_arm64.deb ... 
Unpacking linux-headers-generic (4.4.0.92.97) ... 
Processing triggers for man-db (2.7.5-1) ... 
Setting up dkms (2.2.0.3-2ubuntu11.3) ... 
Setting up git (1:2.7.4-0ubuntu1.2) ... 
Setting up linux-headers-4.4.0-92 (4.4.0-92.115) ... 
Setting up linux-headers-4.4.0-92-generic (4.4.0-92.115) ... 
Examining /etc/kernel/header_postinst.d. 
run-parts: executing /etc/kernel/header_postinst.d/dkms 4.4.0-92-generic /boot/vmlinuz-4.4.0-92-generic 
Setting up linux-headers-generic (4.4.0.92.97) ... 
pier2@orangepipc2:~$ git clone https://github.com/dz0ny/rt8192cu.git --depth 1 
Cloning into 'rt8192cu'... 
remote: Counting objects: 201, done. 
remote: Compressing objects: 100% (177/177), done. 
remote: Total 201 (delta 43), reused 70 (delta 21), pack-reused 0 
Receiving objects: 100% (201/201), 1.17 MiB | 162.00 KiB/s, done. 
Resolving deltas: 100% (43/43), done. 
Checking connectivity... done. 
 
 
Now I do make install, strictly following the installation instructions: 
 
@orangepipc2:~$ cd rt8192cu 
@orangepipc2:~/rt8192cu$ sudo make install 
 
install -p -m 644 8192cu.ko  /lib/modules/4.11.1-sun50iw2/kernel/drivers/net/wireless/ 
install: cannot stat '8192cu.ko': No such file or directory 
Makefile:601: recipe for target 'install' failed 
make: *** [install] Error 1 
@orangepipc2:~/rt8192cu$  
 
And as you can see it returns an error: can not stat '8192cu.ko': No such file or directory 
 
At this point, I suppose you need to compile the Kernel ... 
But nobody notices it, no one, no place, no programmer, no support, no one. 
 
 
 
 |   
 
 
 
 |