Skip to content

Archer T4U adapter setup

RValner edited this page Oct 25, 2019 · 3 revisions

TESTED ON KERNEL VERSION:

  • 4.14.19
  • 4.15.0

Installation

  1. Download the linux driver (v3)
  2. Unpack the driver
 cd path/to/driver/

 # Compile the driver. nproc tells how many threads can be used for compilation
 make all -j$(nproc)

 # Install the driver 
 sudo make install
Done

Installation Issues

  • The folder where the files are compressed to might have a whitespace character in it and make does not like it. Remove the whitespace and the installation should be good.