deb_mutism

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
deb_mutism [2019/04/10 14:50] – [Install ownCloud] Júne Parkdeb_mutism [2019/04/11 11:00] – [Manage connected WiFi SSID] Júne Park
Line 160: Line 160:
  
 ---- ----
 +==== Compiling RTL8821AU wireless driver ==== 
  
 +''purge'' installed driver, which is not working correctly and ''compile'' new driver. 
 +
 +<code bash> 
 +  sudo apt purge rtl8812au-dkms
 +  sudo apt install git
 +  git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
 +  cd rtl8812AU_8821AU_linux
 +  sudo make -f Makefile.dkms install 
 +  sudo modprobe rtl8812au
 +</code> 
 +
 +''check'' driver is installed and recognized by system. 
 +
 +<code bash> 
 +  modinfo rtl8812au | grep A811 // Linux kernel module 
 +  ifconfig    // network adapters 
 +  iwconfig    // wireless configuration 
 +</code> 
 +
 +----
 ==== Let's Encrypted ====  ==== Let's Encrypted ==== 
  
Line 238: Line 259:
  
 ---- ----
-==== Compiling RTL8821AU wireless driver ====  
  
-''purge'' installed driver, which is not working correctly and ''compile'' new driver.  
- 
-<code bash>  
-  sudo apt purge rtl8812au-dkms 
-  sudo apt install git 
-  git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git 
-  cd rtl8812AU_8821AU_linux 
-  sudo make -f Makefile.dkms install  
-  sudo modprobe rtl8812au 
-</code>  
- 
-''check'' driver is installed and recognized by system.  
- 
-<code bash>  
-  modinfo rtl8812au | grep A811 // Linux kernel module  
-  ifconfig    // network adapters  
-  iwconfig    // wireless configuration  
-</code>  
- 
----- 
 ==== Disable sleep/suspend/hibernate ==== ==== Disable sleep/suspend/hibernate ====
  
  • deb_mutism
  • Last modified: 2024/05/21 17:51
  • by Júne Park