I have just installed Ubuntu 16.04 and neither wire connection works nor wireless.
Now I have bought a PCI adapter from https://www.tp-link.com/us/download/Archer-T9E.html#videos. I have followed the link: How to install TP-LINK Archer T4U driver? but it didn't work for me:
~/Desktop/rtl8812AU_8821AU_linux-master$ sudo modprobe rt18812au
modprobe: FATAL: Module rt18812au not found in directory /lib/modules/4.13.0-38-generic
Does anyone know what does it mean or how can solve this ?
rtl
(with lowercaseL
, not digit on1
).Try
sudo modprobe rtl8812au
instead ofsudo modprobe rt18812au
. Also you may try to install other driver with:sudo apt-get install rtl8812au-dkms
. Please edit your question and add output oflspci -knn | grep -A3 "Network\|Wireless"
. – N0rbert Apr 28 '18 at 20:50