TP-Link WN725N, unable to get drivers to work with 13.04 after upgrade (worked on 12.10 and prior)
I went back to my desktop after a bunch of months not using it, and I decided to upgrade Ubuntu to the newest version (I was still in 12.04). I had to download a driver for my TP-Link USB wireless device (TL-WN725N, chip RTL8188eu), which worked flawlessly in 12.04, then stopped working after the upgrade to 12.10. I recompiled the driver and it worked again (My router is pretty far from my room so I can't really use an ethernet cable without moving it).
Then problems started! After upgrading to 13.04, it gives me an error when I try to run it. I looked on google and found many solutions, but always with the RTL8188CUS chip, which isn't using the same driver as mine... So I'm kinda stuck! I could plug it to upgrade to 13.10, but I have no idea if my driver will work better on this version.
Any solution? I would paste the error, but I'm at work currently. I'll add it later when I'm home, if needed to fix the problem!
Thanks! I love Ubuntu, hope I'll find a way to make it compatible with my wireless! :)
13.04 wireless drivers compatibility
add a comment |
I went back to my desktop after a bunch of months not using it, and I decided to upgrade Ubuntu to the newest version (I was still in 12.04). I had to download a driver for my TP-Link USB wireless device (TL-WN725N, chip RTL8188eu), which worked flawlessly in 12.04, then stopped working after the upgrade to 12.10. I recompiled the driver and it worked again (My router is pretty far from my room so I can't really use an ethernet cable without moving it).
Then problems started! After upgrading to 13.04, it gives me an error when I try to run it. I looked on google and found many solutions, but always with the RTL8188CUS chip, which isn't using the same driver as mine... So I'm kinda stuck! I could plug it to upgrade to 13.10, but I have no idea if my driver will work better on this version.
Any solution? I would paste the error, but I'm at work currently. I'll add it later when I'm home, if needed to fix the problem!
Thanks! I love Ubuntu, hope I'll find a way to make it compatible with my wireless! :)
13.04 wireless drivers compatibility
Why did you NOT attempt to upgrade directly to 14.04 LTS, from 12.04? You will have issues under 12.10, 13.04 or 13.10 that are not possible to address. All three are now end-of-life. I would personally recommend a new / clean install of 14.04.2 LTS.
– david6
May 4 '15 at 7:14
add a comment |
I went back to my desktop after a bunch of months not using it, and I decided to upgrade Ubuntu to the newest version (I was still in 12.04). I had to download a driver for my TP-Link USB wireless device (TL-WN725N, chip RTL8188eu), which worked flawlessly in 12.04, then stopped working after the upgrade to 12.10. I recompiled the driver and it worked again (My router is pretty far from my room so I can't really use an ethernet cable without moving it).
Then problems started! After upgrading to 13.04, it gives me an error when I try to run it. I looked on google and found many solutions, but always with the RTL8188CUS chip, which isn't using the same driver as mine... So I'm kinda stuck! I could plug it to upgrade to 13.10, but I have no idea if my driver will work better on this version.
Any solution? I would paste the error, but I'm at work currently. I'll add it later when I'm home, if needed to fix the problem!
Thanks! I love Ubuntu, hope I'll find a way to make it compatible with my wireless! :)
13.04 wireless drivers compatibility
I went back to my desktop after a bunch of months not using it, and I decided to upgrade Ubuntu to the newest version (I was still in 12.04). I had to download a driver for my TP-Link USB wireless device (TL-WN725N, chip RTL8188eu), which worked flawlessly in 12.04, then stopped working after the upgrade to 12.10. I recompiled the driver and it worked again (My router is pretty far from my room so I can't really use an ethernet cable without moving it).
Then problems started! After upgrading to 13.04, it gives me an error when I try to run it. I looked on google and found many solutions, but always with the RTL8188CUS chip, which isn't using the same driver as mine... So I'm kinda stuck! I could plug it to upgrade to 13.10, but I have no idea if my driver will work better on this version.
Any solution? I would paste the error, but I'm at work currently. I'll add it later when I'm home, if needed to fix the problem!
Thanks! I love Ubuntu, hope I'll find a way to make it compatible with my wireless! :)
13.04 wireless drivers compatibility
13.04 wireless drivers compatibility
asked Nov 15 '13 at 14:18
JFD.LagJFD.Lag
2114
2114
Why did you NOT attempt to upgrade directly to 14.04 LTS, from 12.04? You will have issues under 12.10, 13.04 or 13.10 that are not possible to address. All three are now end-of-life. I would personally recommend a new / clean install of 14.04.2 LTS.
– david6
May 4 '15 at 7:14
add a comment |
Why did you NOT attempt to upgrade directly to 14.04 LTS, from 12.04? You will have issues under 12.10, 13.04 or 13.10 that are not possible to address. All three are now end-of-life. I would personally recommend a new / clean install of 14.04.2 LTS.
– david6
May 4 '15 at 7:14
Why did you NOT attempt to upgrade directly to 14.04 LTS, from 12.04? You will have issues under 12.10, 13.04 or 13.10 that are not possible to address. All three are now end-of-life. I would personally recommend a new / clean install of 14.04.2 LTS.
– david6
May 4 '15 at 7:14
Why did you NOT attempt to upgrade directly to 14.04 LTS, from 12.04? You will have issues under 12.10, 13.04 or 13.10 that are not possible to address. All three are now end-of-life. I would personally recommend a new / clean install of 14.04.2 LTS.
– david6
May 4 '15 at 7:14
add a comment |
1 Answer
1
active
oldest
votes
If you are quite certain that it's an RTL8188eu chip, then I suggest this package: https://github.com/lwfinger/rtl8188eu/archive/master.zip Right-click the zip file and select 'Extract Here.' Then, in a terminal:
cd rtl8188eu-master
make
sudo make install
sudo modprobe 8188eu
If you are unsure if it's an RTL8188eu chip, please post:
lsusb
The file I linked above 'makes' perfectly on my 13.10 system.
1
Thanks a lot for the quick reply. I am 99% confident it's the 8188eu chip, but I'll look and post the lsusb infos here as soon as I am home. I'll also try your solution later, the driver I downloaded wasn't the same.
– JFD.Lag
Nov 15 '13 at 14:58
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%2f377470%2ftp-link-wn725n-unable-to-get-drivers-to-work-with-13-04-after-upgrade-worked-o%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
If you are quite certain that it's an RTL8188eu chip, then I suggest this package: https://github.com/lwfinger/rtl8188eu/archive/master.zip Right-click the zip file and select 'Extract Here.' Then, in a terminal:
cd rtl8188eu-master
make
sudo make install
sudo modprobe 8188eu
If you are unsure if it's an RTL8188eu chip, please post:
lsusb
The file I linked above 'makes' perfectly on my 13.10 system.
1
Thanks a lot for the quick reply. I am 99% confident it's the 8188eu chip, but I'll look and post the lsusb infos here as soon as I am home. I'll also try your solution later, the driver I downloaded wasn't the same.
– JFD.Lag
Nov 15 '13 at 14:58
add a comment |
If you are quite certain that it's an RTL8188eu chip, then I suggest this package: https://github.com/lwfinger/rtl8188eu/archive/master.zip Right-click the zip file and select 'Extract Here.' Then, in a terminal:
cd rtl8188eu-master
make
sudo make install
sudo modprobe 8188eu
If you are unsure if it's an RTL8188eu chip, please post:
lsusb
The file I linked above 'makes' perfectly on my 13.10 system.
1
Thanks a lot for the quick reply. I am 99% confident it's the 8188eu chip, but I'll look and post the lsusb infos here as soon as I am home. I'll also try your solution later, the driver I downloaded wasn't the same.
– JFD.Lag
Nov 15 '13 at 14:58
add a comment |
If you are quite certain that it's an RTL8188eu chip, then I suggest this package: https://github.com/lwfinger/rtl8188eu/archive/master.zip Right-click the zip file and select 'Extract Here.' Then, in a terminal:
cd rtl8188eu-master
make
sudo make install
sudo modprobe 8188eu
If you are unsure if it's an RTL8188eu chip, please post:
lsusb
The file I linked above 'makes' perfectly on my 13.10 system.
If you are quite certain that it's an RTL8188eu chip, then I suggest this package: https://github.com/lwfinger/rtl8188eu/archive/master.zip Right-click the zip file and select 'Extract Here.' Then, in a terminal:
cd rtl8188eu-master
make
sudo make install
sudo modprobe 8188eu
If you are unsure if it's an RTL8188eu chip, please post:
lsusb
The file I linked above 'makes' perfectly on my 13.10 system.
answered Nov 15 '13 at 14:55
chili555chili555
38.3k55177
38.3k55177
1
Thanks a lot for the quick reply. I am 99% confident it's the 8188eu chip, but I'll look and post the lsusb infos here as soon as I am home. I'll also try your solution later, the driver I downloaded wasn't the same.
– JFD.Lag
Nov 15 '13 at 14:58
add a comment |
1
Thanks a lot for the quick reply. I am 99% confident it's the 8188eu chip, but I'll look and post the lsusb infos here as soon as I am home. I'll also try your solution later, the driver I downloaded wasn't the same.
– JFD.Lag
Nov 15 '13 at 14:58
1
1
Thanks a lot for the quick reply. I am 99% confident it's the 8188eu chip, but I'll look and post the lsusb infos here as soon as I am home. I'll also try your solution later, the driver I downloaded wasn't the same.
– JFD.Lag
Nov 15 '13 at 14:58
Thanks a lot for the quick reply. I am 99% confident it's the 8188eu chip, but I'll look and post the lsusb infos here as soon as I am home. I'll also try your solution later, the driver I downloaded wasn't the same.
– JFD.Lag
Nov 15 '13 at 14:58
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%2f377470%2ftp-link-wn725n-unable-to-get-drivers-to-work-with-13-04-after-upgrade-worked-o%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
Why did you NOT attempt to upgrade directly to 14.04 LTS, from 12.04? You will have issues under 12.10, 13.04 or 13.10 that are not possible to address. All three are now end-of-life. I would personally recommend a new / clean install of 14.04.2 LTS.
– david6
May 4 '15 at 7:14