3

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 ?

Greenonline
  • 2,182
naman
  • 35
  • 1
  • 8

4 Answers4

2

I had similar problem. The driver wasn't install by itself:

Run

apt-get update && apt-get upgrade && apt-get dist-upgrade

Reboot and run

apt-get install broadcom-sta-dkms

modprobe -r b44 b43 b43legacy ssb brcmsmac bcma

modprobe wl

And reboot again

Link to topic when i found solution:

https://unix.stackexchange.com/questions/381848/installing-wifi-drivers-for-14e443a0-rev-3-broadcom-pcie-device-cant-find-bc?newreg=80f009f225c94792b01c46e3d6c4b062

1

Okay so I just fell over something that could help you. I use the T9E network card as well and everything works for me:

  1. Open the Software & Updates application
  2. Go to the Additional Drivers tab
  3. Look for the Broadcom Limited: BCM4360 802.11ac Wireless Network Adapter device (this is your TP-Link)
  4. Choose the Broadcom 802.11 Linux STA wireless driver source from bcmwl-kernel-source (proprietary) option to enable it
Kevin C
  • 180
0

If you have internet while you install Ubuntu it will install the T9E driver by itself. I sadly do not know how to do it after install. I do have a working T9E driver. If you know any way I can help do ask.

0

Why are you trying a T4U driver when you have a T9E card? The T4U is a USB device uses a Realtek chip. The T9E is a pcie card and it uses a Broadcom chip hence you need to use the Broadcom wl driver.