-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TPLink Archer-T4U Not working after driver installation Ubuntu 20.04 #336
Comments
I'm having exactly same issue. In dmesg I can see a stack trace:
|
Hi @JoshuaBragg , do you mind to share how you managed to get it works in Ubuntu 18.04? Thank you. |
@enjoykcc456 https://www.tp-link.com/us/support/download/archer-t4u/#Driver This is the driver page from TP-Link I used the drivers from here to make the card function on 18.04. Once I upgraded to 20.04 the manufacturer driver no longer worked. I didn't end up finding a way to make this card work for 20.04 so I purchased a different wifi card from D-Link :( |
I have the same problem, Ubuntu 20.04 LTS, this driver, last version from git: 2001:3318 D-Link Corp. 11ac adapter (D-Link DWA-172) Dmesg returns a backtrace like yours: |
I was able to successfully build and install the drivers following the installation steps listed below both for Ubuntu and also tried with DKMS. The wifi adapter still fails to be detected and I have tried all I could think of :/
The device appears in the output of
sudo lsusb
asID 2357:0115 TP-Link 802.11ac NIC
It does not appear on
sudo lshw -C network
uname -r
returns5.4.0-42-generic
The building with
make
and installing withdepmod
returned successfully and runninglsmod
displaysrtl8812au 1347584 0
in the list of drivers.I am not sure what else to try :( I previously had Ubuntu 18.04 and this same wifi adapter worked for me after using the beta drivers from TPLink website. This is a fresh installation of Ubuntu on a new disk so there are no leftover remnants of the 18.04 installation on this drive.
Any help on what I can do to make my adapter work would be much appreciated!
The text was updated successfully, but these errors were encountered: