TP Link WN725N driver for Ubuntu 16.04 LTS running kernel 4.4
I'm currently running Ubuntu 14.04.3 with kernel version 3.19.0-25-generic and use the TP Link WN725N for Wi-fi.
I followed this guide for the driver installation otherwise I'd get barely any signal:
how to install tp link wn725n wifi usb adapter on ubuntu Ubuntu 14.04.3 LTS
I installed 16.04 with kernel 4.4 a week ago but the adapter didn't work out of the box so I followed the above method again but it didn't work. I was, like before, barely getting any signal.
Any way to get the drivers working for kernel 4.4?
EDIT: Output of lsusb as requested:
Bus 003 Device 002: ID 8087:8000 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0bda:8179 Realtek Semiconductor Corp.
Bus 001 Device 003: ID 04f2:b3c8 Chicony Electronics Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
networking drivers wireless 16.04 kernel
|
show 6 more comments
I'm currently running Ubuntu 14.04.3 with kernel version 3.19.0-25-generic and use the TP Link WN725N for Wi-fi.
I followed this guide for the driver installation otherwise I'd get barely any signal:
how to install tp link wn725n wifi usb adapter on ubuntu Ubuntu 14.04.3 LTS
I installed 16.04 with kernel 4.4 a week ago but the adapter didn't work out of the box so I followed the above method again but it didn't work. I was, like before, barely getting any signal.
Any way to get the drivers working for kernel 4.4?
EDIT: Output of lsusb as requested:
Bus 003 Device 002: ID 8087:8000 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0bda:8179 Realtek Semiconductor Corp.
Bus 001 Device 003: ID 04f2:b3c8 Chicony Electronics Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
networking drivers wireless 16.04 kernel
Please edit your question and add output oflspci -knn | grep Net -A2
terminal command.
– Pilot6
Jul 31 '16 at 8:59
I've posted the output
– Kalol Party
Jul 31 '16 at 10:19
Hold on, I will check the code.
– Pilot6
Jul 31 '16 at 10:21
Are you asking about a USB or an internal PCI adapter? If it is about USB, then post output oflsusb
.
– Pilot6
Jul 31 '16 at 10:26
1
FWIW I think the WN725N 0bda:8179 is the rtl8188eu chipset. Out of the box for me, Ubuntu 16.04 is using the r8188eu driver and it seems to work. This post claims that the low signal strength is just a display issue. The device doesn't show up iniw dev
though and can't be configured for hostapd. With earlier kernels, I installed from TP-Link's source. But it says it only supports up to 3.19.3.
– rmarscher
Sep 13 '16 at 19:27
|
show 6 more comments
I'm currently running Ubuntu 14.04.3 with kernel version 3.19.0-25-generic and use the TP Link WN725N for Wi-fi.
I followed this guide for the driver installation otherwise I'd get barely any signal:
how to install tp link wn725n wifi usb adapter on ubuntu Ubuntu 14.04.3 LTS
I installed 16.04 with kernel 4.4 a week ago but the adapter didn't work out of the box so I followed the above method again but it didn't work. I was, like before, barely getting any signal.
Any way to get the drivers working for kernel 4.4?
EDIT: Output of lsusb as requested:
Bus 003 Device 002: ID 8087:8000 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0bda:8179 Realtek Semiconductor Corp.
Bus 001 Device 003: ID 04f2:b3c8 Chicony Electronics Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
networking drivers wireless 16.04 kernel
I'm currently running Ubuntu 14.04.3 with kernel version 3.19.0-25-generic and use the TP Link WN725N for Wi-fi.
I followed this guide for the driver installation otherwise I'd get barely any signal:
how to install tp link wn725n wifi usb adapter on ubuntu Ubuntu 14.04.3 LTS
I installed 16.04 with kernel 4.4 a week ago but the adapter didn't work out of the box so I followed the above method again but it didn't work. I was, like before, barely getting any signal.
Any way to get the drivers working for kernel 4.4?
EDIT: Output of lsusb as requested:
Bus 003 Device 002: ID 8087:8000 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0bda:8179 Realtek Semiconductor Corp.
Bus 001 Device 003: ID 04f2:b3c8 Chicony Electronics Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
networking drivers wireless 16.04 kernel
networking drivers wireless 16.04 kernel
edited Apr 13 '17 at 12:25
Community♦
1
1
asked Jul 31 '16 at 8:56
Kalol PartyKalol Party
2115
2115
Please edit your question and add output oflspci -knn | grep Net -A2
terminal command.
– Pilot6
Jul 31 '16 at 8:59
I've posted the output
– Kalol Party
Jul 31 '16 at 10:19
Hold on, I will check the code.
– Pilot6
Jul 31 '16 at 10:21
Are you asking about a USB or an internal PCI adapter? If it is about USB, then post output oflsusb
.
– Pilot6
Jul 31 '16 at 10:26
1
FWIW I think the WN725N 0bda:8179 is the rtl8188eu chipset. Out of the box for me, Ubuntu 16.04 is using the r8188eu driver and it seems to work. This post claims that the low signal strength is just a display issue. The device doesn't show up iniw dev
though and can't be configured for hostapd. With earlier kernels, I installed from TP-Link's source. But it says it only supports up to 3.19.3.
– rmarscher
Sep 13 '16 at 19:27
|
show 6 more comments
Please edit your question and add output oflspci -knn | grep Net -A2
terminal command.
– Pilot6
Jul 31 '16 at 8:59
I've posted the output
– Kalol Party
Jul 31 '16 at 10:19
Hold on, I will check the code.
– Pilot6
Jul 31 '16 at 10:21
Are you asking about a USB or an internal PCI adapter? If it is about USB, then post output oflsusb
.
– Pilot6
Jul 31 '16 at 10:26
1
FWIW I think the WN725N 0bda:8179 is the rtl8188eu chipset. Out of the box for me, Ubuntu 16.04 is using the r8188eu driver and it seems to work. This post claims that the low signal strength is just a display issue. The device doesn't show up iniw dev
though and can't be configured for hostapd. With earlier kernels, I installed from TP-Link's source. But it says it only supports up to 3.19.3.
– rmarscher
Sep 13 '16 at 19:27
Please edit your question and add output of
lspci -knn | grep Net -A2
terminal command.– Pilot6
Jul 31 '16 at 8:59
Please edit your question and add output of
lspci -knn | grep Net -A2
terminal command.– Pilot6
Jul 31 '16 at 8:59
I've posted the output
– Kalol Party
Jul 31 '16 at 10:19
I've posted the output
– Kalol Party
Jul 31 '16 at 10:19
Hold on, I will check the code.
– Pilot6
Jul 31 '16 at 10:21
Hold on, I will check the code.
– Pilot6
Jul 31 '16 at 10:21
Are you asking about a USB or an internal PCI adapter? If it is about USB, then post output of
lsusb
.– Pilot6
Jul 31 '16 at 10:26
Are you asking about a USB or an internal PCI adapter? If it is about USB, then post output of
lsusb
.– Pilot6
Jul 31 '16 at 10:26
1
1
FWIW I think the WN725N 0bda:8179 is the rtl8188eu chipset. Out of the box for me, Ubuntu 16.04 is using the r8188eu driver and it seems to work. This post claims that the low signal strength is just a display issue. The device doesn't show up in
iw dev
though and can't be configured for hostapd. With earlier kernels, I installed from TP-Link's source. But it says it only supports up to 3.19.3.– rmarscher
Sep 13 '16 at 19:27
FWIW I think the WN725N 0bda:8179 is the rtl8188eu chipset. Out of the box for me, Ubuntu 16.04 is using the r8188eu driver and it seems to work. This post claims that the low signal strength is just a display issue. The device doesn't show up in
iw dev
though and can't be configured for hostapd. With earlier kernels, I installed from TP-Link's source. But it says it only supports up to 3.19.3.– rmarscher
Sep 13 '16 at 19:27
|
show 6 more comments
1 Answer
1
active
oldest
votes
try the following steps, it worked for me -
sudo apt-get update
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/lwfinger/rtl8188eu
cd rtl8188eu
make all
sudo make install
sudo insmod 8188eu.ko
add a comment |
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%2f805168%2ftp-link-wn725n-driver-for-ubuntu-16-04-lts-running-kernel-4-4%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
try the following steps, it worked for me -
sudo apt-get update
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/lwfinger/rtl8188eu
cd rtl8188eu
make all
sudo make install
sudo insmod 8188eu.ko
add a comment |
try the following steps, it worked for me -
sudo apt-get update
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/lwfinger/rtl8188eu
cd rtl8188eu
make all
sudo make install
sudo insmod 8188eu.ko
add a comment |
try the following steps, it worked for me -
sudo apt-get update
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/lwfinger/rtl8188eu
cd rtl8188eu
make all
sudo make install
sudo insmod 8188eu.ko
try the following steps, it worked for me -
sudo apt-get update
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/lwfinger/rtl8188eu
cd rtl8188eu
make all
sudo make install
sudo insmod 8188eu.ko
edited Sep 13 '17 at 16:03
Charles Green
13.9k73859
13.9k73859
answered Sep 13 '17 at 5:30
akshay goyalakshay goyal
1
1
add a comment |
add a comment |
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%2f805168%2ftp-link-wn725n-driver-for-ubuntu-16-04-lts-running-kernel-4-4%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
Please edit your question and add output of
lspci -knn | grep Net -A2
terminal command.– Pilot6
Jul 31 '16 at 8:59
I've posted the output
– Kalol Party
Jul 31 '16 at 10:19
Hold on, I will check the code.
– Pilot6
Jul 31 '16 at 10:21
Are you asking about a USB or an internal PCI adapter? If it is about USB, then post output of
lsusb
.– Pilot6
Jul 31 '16 at 10:26
1
FWIW I think the WN725N 0bda:8179 is the rtl8188eu chipset. Out of the box for me, Ubuntu 16.04 is using the r8188eu driver and it seems to work. This post claims that the low signal strength is just a display issue. The device doesn't show up in
iw dev
though and can't be configured for hostapd. With earlier kernels, I installed from TP-Link's source. But it says it only supports up to 3.19.3.– rmarscher
Sep 13 '16 at 19:27