Answer the question
In order to leave comments, you need to log in
[Ubuntu] Why does the driver for the wi-fi adapter crash (TP-Link Archer T4U)?
Hey!
There is Ubuntu 16.04 and Wi-Fi adapter TP-Link Archer T4U . I took it, as it supports 5GHz.
After installing ubuntu, it was not detected, but I found a working driver on github .
It is set like this:
# sudo cp -R . /usr/src/rtl8812AU_8821AU_linux-1.0
# sudo dkms add -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms build -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms install -m rtl8812AU_8821AU_linux -v 1.0
Answer the question
In order to leave comments, you need to log in
Solved the problem as follows:
1) Disabled SecureBoot in BIOS
2) Removed and reinstalled the module
sudo dkms remove -m rtl8812AU_8821AU_linux/1.0 --all
sudo dkms install -m rtl8812AU_8821AU_linux -v 1.0
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question