-
Notifications
You must be signed in to change notification settings - Fork 3
Archer T4U adapter setup
RValner edited this page Oct 25, 2019
·
3 revisions
TESTED ON KERNEL VERSION:
- 4.14.19
- 4.15.0
- Download the linux driver (v3)
- 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
- The folder where the files are compressed to might have a
whitespace
character in it andmake
does not like it. Remove thewhitespace
and the installation should be good.