How to install D-link DWA-172 (ID 2001:3318) driver
Just to share the solution that allowed me to install the D-Link AC600 DWA-172 on Ubuntu 16.04.1 LTS.
Kernel: 4.4.0-31-lowlatency
Check your hardware ID by running
lsusb
to confirm you have the same adapter.
ID 2001:3318 D-Link Corp.
In the Terminal run:
sudo apt-get install git build-essential linux-headers-generic
git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
cd rtl8812au
Then you'll need to edit the file
os_dep/linux/usb_intf.c
to add :
{USB_DEVICE(0x2001, 0x3318),.driver_info = RTL8821}, /* D-Link DWA-172 */
in the
#ifdef CONFIG_RTL8821A
section.
In the Terminal run:
make
sudo make install
sudo modprobe 8812au
Reboot
Note: I rebooted after the install and again after running modprobe
... but I understand this was not required.
Hope that this info is helpful to others.
Take care!
Sources:
http://forums.debian.net/viewtopic.php?f=7&t=121127
wireless
add a comment |
Just to share the solution that allowed me to install the D-Link AC600 DWA-172 on Ubuntu 16.04.1 LTS.
Kernel: 4.4.0-31-lowlatency
Check your hardware ID by running
lsusb
to confirm you have the same adapter.
ID 2001:3318 D-Link Corp.
In the Terminal run:
sudo apt-get install git build-essential linux-headers-generic
git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
cd rtl8812au
Then you'll need to edit the file
os_dep/linux/usb_intf.c
to add :
{USB_DEVICE(0x2001, 0x3318),.driver_info = RTL8821}, /* D-Link DWA-172 */
in the
#ifdef CONFIG_RTL8821A
section.
In the Terminal run:
make
sudo make install
sudo modprobe 8812au
Reboot
Note: I rebooted after the install and again after running modprobe
... but I understand this was not required.
Hope that this info is helpful to others.
Take care!
Sources:
http://forums.debian.net/viewtopic.php?f=7&t=121127
wireless
2
I had to dosudo modprobe rtl8812au
(not8812au
)
– Jiri Kremser
Nov 13 '17 at 0:02
add a comment |
Just to share the solution that allowed me to install the D-Link AC600 DWA-172 on Ubuntu 16.04.1 LTS.
Kernel: 4.4.0-31-lowlatency
Check your hardware ID by running
lsusb
to confirm you have the same adapter.
ID 2001:3318 D-Link Corp.
In the Terminal run:
sudo apt-get install git build-essential linux-headers-generic
git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
cd rtl8812au
Then you'll need to edit the file
os_dep/linux/usb_intf.c
to add :
{USB_DEVICE(0x2001, 0x3318),.driver_info = RTL8821}, /* D-Link DWA-172 */
in the
#ifdef CONFIG_RTL8821A
section.
In the Terminal run:
make
sudo make install
sudo modprobe 8812au
Reboot
Note: I rebooted after the install and again after running modprobe
... but I understand this was not required.
Hope that this info is helpful to others.
Take care!
Sources:
http://forums.debian.net/viewtopic.php?f=7&t=121127
wireless
Just to share the solution that allowed me to install the D-Link AC600 DWA-172 on Ubuntu 16.04.1 LTS.
Kernel: 4.4.0-31-lowlatency
Check your hardware ID by running
lsusb
to confirm you have the same adapter.
ID 2001:3318 D-Link Corp.
In the Terminal run:
sudo apt-get install git build-essential linux-headers-generic
git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
cd rtl8812au
Then you'll need to edit the file
os_dep/linux/usb_intf.c
to add :
{USB_DEVICE(0x2001, 0x3318),.driver_info = RTL8821}, /* D-Link DWA-172 */
in the
#ifdef CONFIG_RTL8821A
section.
In the Terminal run:
make
sudo make install
sudo modprobe 8812au
Reboot
Note: I rebooted after the install and again after running modprobe
... but I understand this was not required.
Hope that this info is helpful to others.
Take care!
Sources:
http://forums.debian.net/viewtopic.php?f=7&t=121127
wireless
wireless
edited Dec 17 '16 at 17:17
Android Dev
11k63362
11k63362
asked Dec 17 '16 at 17:00
Manuel ToussaintManuel Toussaint
2613
2613
2
I had to dosudo modprobe rtl8812au
(not8812au
)
– Jiri Kremser
Nov 13 '17 at 0:02
add a comment |
2
I had to dosudo modprobe rtl8812au
(not8812au
)
– Jiri Kremser
Nov 13 '17 at 0:02
2
2
I had to do
sudo modprobe rtl8812au
(not 8812au
)– Jiri Kremser
Nov 13 '17 at 0:02
I had to do
sudo modprobe rtl8812au
(not 8812au
)– Jiri Kremser
Nov 13 '17 at 0:02
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f861717%2fhow-to-install-d-link-dwa-172-id-20013318-driver%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f861717%2fhow-to-install-d-link-dwa-172-id-20013318-driver%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
I had to do
sudo modprobe rtl8812au
(not8812au
)– Jiri Kremser
Nov 13 '17 at 0:02