Last active
August 29, 2017 09:00
-
-
Save marco-tranzatto/c6d1e44a776c0adb8e1f9519983da006 to your computer and use it in GitHub Desktop.
Quick guide how to install driver for DWA-172 WiFi Antenna in Ubuntu 14.01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These instructions have been succesfully tested on Ubuntu 14.04, kernel version == 1.13 | |
1) Clone https://github.com/gnab/rtl8812au | |
2) Open "os_dep/linux/usb_intf.c" and in in the section "#ifdef CONFIG_RTL8821A" add: | |
{USB_DEVICE(0x2001, 0x3318),.driver_info = RTL8821}, /* D-Link - DWA-172 */ | |
3) Folow `Building` and `Installing instruction` in the readme page of the repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment