Linux tips: get T9UH adapter working!

Linux tips: get T9UH adapter working!


  1. Download 8814AU driver.
  2. unzip the downloaded file.
  3. # make   // compile driver
  4. # modprobe -rv rtl8814au   // search & remove previous instance of 8814au driver
  5. # make install   // install driver 
  6. # modprobe -v rtl8814au   // check if 8814au driver is loaded

The above instructions are tested (fully working) on Linux Mint 18.3 (4.4.0 kernel) on TP-Link Model: Archer T9UH . 

If you're using Linux Mint 18.3 (4.4.0 kernel), 
1. Download 8814AU driver . 

If you're using Linux Mint 18.3 (4.8.0 kernel), 

1. Download 8814AU driver . -- remember to reboot.

Comments