# Trying to install drivers for a TP-LINK AC-600 USB Wireless adapter, failing

**URL:** https://forums.developer.nvidia.com/t/trying-to-install-drivers-for-a-tp-link-ac-600-usb-wireless-adapter-failing/144735
**Category:** Jetson Nano
**Tags:** wifi
**Created:** [July 30, 2020, 9:53am UTC](https://forums.developer.nvidia.com/t/trying-to-install-drivers-for-a-tp-link-ac-600-usb-wireless-adapter-failing/144735 "2020-07-30T09:53:11Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![kelly\_coffey](https://developer.download.nvidia.com/images/forums/profile-default-devtalk-84.png) [@kelly\_coffey](https://forums.developer.nvidia.com/u/kelly_coffey)
#### Post date: [September 13, 2020, 4:05am UTC](https://forums.developer.nvidia.com/t/trying-to-install-drivers-for-a-tp-link-ac-600-usb-wireless-adapter-failing/144735/3 "2020-09-13T04:05:21Z")

</div>

Hi Kathy,  
I found this answer

```auto
    sudo apt install git dkms
    git clone https://github.com/aircrack-ng/rtl8812au.git
    cd rtl8812au
    sudo ./dkms-install.sh

```

that worked for me at

> <https://askubuntu.com/questions/1149117/tp-link-ac600-archer-t2u-nano-driver-for-ubuntu-18-04>

With the default Tegra-Nano disk image “sd-blob-b01.img” and using the above commands I was about to build and install the drive. Through the GUI I joined my phone hotspot and download some GitHub webpages. Range is limited and I have not tested throughput nor stability.

I hope this works for you.  
Regards  
Kelly

---

_[View the full topic](https://forums.developer.nvidia.com/t/trying-to-install-drivers-for-a-tp-link-ac-600-usb-wireless-adapter-failing/144735)._
