| 
 | 
- root@OrangePI:~# lsmod
 
 - Module                  Size  Used by
 
 - rtl8192cu              87956  0 
 
 - rtlwifi                70757  1 rtl8192cu
 
 - rtl8192c_common        52422  1 rtl8192cu
 
 - mac80211              331125  3 rtlwifi,rtl8192c_common,rtl8192cu
 
 
  Copy code 
 
I edited /etc/modules aas below, but still not working.  
- # /etc/modules: kernel modules to load at boot time.
 
 - #
 
 - # This file contains the names of kernel modules that should be loaded
 
 - # at boot time, one per line. Lines beginning with "#" are ignored.
 
  
- #For SATA Support
 
 - #sw_ahci_platform
 
  
- ##Display and GPU
 
 - ##lcd
 
 - ##hdmi
 
 - #ump
 
 - ##disp
 
 - #mali
 
 - ##mali_drm
 
 - 8192cu
 
 - ##8188eu
 
 - ##8189es
 
 - #gpio-sunxi
 
 
  Copy code |   
 
 
 
 |