Skip to content

Instantly share code, notes, and snippets.

@tchelit
Created June 2, 2019 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tchelit/289881a73df5189431cd6070b72f3f61 to your computer and use it in GitHub Desktop.
Save tchelit/289881a73df5189431cd6070b72f3f61 to your computer and use it in GitHub Desktop.
TPLINK Archer AC1300 T4U V3 install UBUNTU 18.04
1.Download TPLINK Driver,and upzip
https://static.tp-link.com/2018/201810/20181018/Archer%20T4U_V3_181018_Linux_beta.zip
2.install cmake
sudo apt install cmake
3.move to unzip dir,like "/home/abao/Downloads/T4Uv3_WiFi_linux_v5.3.1_beta/"
4.make
5.sudo make install
6.sudo reboot
@dm1090
Copy link

dm1090 commented Feb 8, 2021

It did not build on Ubuntu 18.04. Got this error:

T4Uv3_WiFi_linux_v5.3.1_beta/os_dep/osdep_service.c:2190:10: error: implicit declaration of function ‘get_ds’; did you mean ‘get_da’? [-Werror=implicit-function-declaration]
   set_fs(get_ds());
          ^~~~~~
          get_da

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment