TP-Link Archer T2U wifi is not working
Still no luck to install the driver for TP-LINK Archer T2U on fresh installed Ubuntu 18.10. I checked and tried all other posts in here, but I had no luck.
The installation process was like this:
# sudo cp -R . /usr/src/rtl8812AU_8821AU_linux-1.0
# sudo dkms add -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms build -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms install -m rtl8812AU_8821AU_linux -v 1.0
After rebooting there was still no Wi-Fi:
Bus 003 Device 006: ID 148f:761a Ralink Technology, Corp.
drivers 18.10 ralink tp-link
New contributor
add a comment |
Still no luck to install the driver for TP-LINK Archer T2U on fresh installed Ubuntu 18.10. I checked and tried all other posts in here, but I had no luck.
The installation process was like this:
# sudo cp -R . /usr/src/rtl8812AU_8821AU_linux-1.0
# sudo dkms add -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms build -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms install -m rtl8812AU_8821AU_linux -v 1.0
After rebooting there was still no Wi-Fi:
Bus 003 Device 006: ID 148f:761a Ralink Technology, Corp.
drivers 18.10 ralink tp-link
New contributor
add a comment |
Still no luck to install the driver for TP-LINK Archer T2U on fresh installed Ubuntu 18.10. I checked and tried all other posts in here, but I had no luck.
The installation process was like this:
# sudo cp -R . /usr/src/rtl8812AU_8821AU_linux-1.0
# sudo dkms add -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms build -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms install -m rtl8812AU_8821AU_linux -v 1.0
After rebooting there was still no Wi-Fi:
Bus 003 Device 006: ID 148f:761a Ralink Technology, Corp.
drivers 18.10 ralink tp-link
New contributor
Still no luck to install the driver for TP-LINK Archer T2U on fresh installed Ubuntu 18.10. I checked and tried all other posts in here, but I had no luck.
The installation process was like this:
# sudo cp -R . /usr/src/rtl8812AU_8821AU_linux-1.0
# sudo dkms add -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms build -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms install -m rtl8812AU_8821AU_linux -v 1.0
After rebooting there was still no Wi-Fi:
Bus 003 Device 006: ID 148f:761a Ralink Technology, Corp.
drivers 18.10 ralink tp-link
drivers 18.10 ralink tp-link
New contributor
New contributor
edited yesterday
karel
57k11127146
57k11127146
New contributor
asked yesterday
Lyubo
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Several different chipsets have been used in that product line, so it's possible you aren't installing the correct one. The WikiDevi page for Archer T2U indicates that it's most likely a Mediatek driver that you'll need, not the Realtek one you installed. I've avoided buying these because some chipsets are easier to get working than others, and you can't be sure which one you'll get when you buy them online.
the method I`m using is as follow: #git clone github.com/ulli-kroll/mt7610u.git #cd mt7610u #make #sudo cp firmware/* /lib/firmware #sudo insmod mt7610u.ko ---- but on the last step to insmod the mt7610u.ko file it says: insmod: ERROR: could not insert module mt7610u.ko: Unknown symbol in module , but the file is there, can you help please ?
– Lyubo
yesterday
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
});
}
});
Lyubo is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1104746%2ftp-link-archer-t2u-wifi-is-not-working%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
Several different chipsets have been used in that product line, so it's possible you aren't installing the correct one. The WikiDevi page for Archer T2U indicates that it's most likely a Mediatek driver that you'll need, not the Realtek one you installed. I've avoided buying these because some chipsets are easier to get working than others, and you can't be sure which one you'll get when you buy them online.
the method I`m using is as follow: #git clone github.com/ulli-kroll/mt7610u.git #cd mt7610u #make #sudo cp firmware/* /lib/firmware #sudo insmod mt7610u.ko ---- but on the last step to insmod the mt7610u.ko file it says: insmod: ERROR: could not insert module mt7610u.ko: Unknown symbol in module , but the file is there, can you help please ?
– Lyubo
yesterday
add a comment |
Several different chipsets have been used in that product line, so it's possible you aren't installing the correct one. The WikiDevi page for Archer T2U indicates that it's most likely a Mediatek driver that you'll need, not the Realtek one you installed. I've avoided buying these because some chipsets are easier to get working than others, and you can't be sure which one you'll get when you buy them online.
the method I`m using is as follow: #git clone github.com/ulli-kroll/mt7610u.git #cd mt7610u #make #sudo cp firmware/* /lib/firmware #sudo insmod mt7610u.ko ---- but on the last step to insmod the mt7610u.ko file it says: insmod: ERROR: could not insert module mt7610u.ko: Unknown symbol in module , but the file is there, can you help please ?
– Lyubo
yesterday
add a comment |
Several different chipsets have been used in that product line, so it's possible you aren't installing the correct one. The WikiDevi page for Archer T2U indicates that it's most likely a Mediatek driver that you'll need, not the Realtek one you installed. I've avoided buying these because some chipsets are easier to get working than others, and you can't be sure which one you'll get when you buy them online.
Several different chipsets have been used in that product line, so it's possible you aren't installing the correct one. The WikiDevi page for Archer T2U indicates that it's most likely a Mediatek driver that you'll need, not the Realtek one you installed. I've avoided buying these because some chipsets are easier to get working than others, and you can't be sure which one you'll get when you buy them online.
answered yesterday
roflofogus
565
565
the method I`m using is as follow: #git clone github.com/ulli-kroll/mt7610u.git #cd mt7610u #make #sudo cp firmware/* /lib/firmware #sudo insmod mt7610u.ko ---- but on the last step to insmod the mt7610u.ko file it says: insmod: ERROR: could not insert module mt7610u.ko: Unknown symbol in module , but the file is there, can you help please ?
– Lyubo
yesterday
add a comment |
the method I`m using is as follow: #git clone github.com/ulli-kroll/mt7610u.git #cd mt7610u #make #sudo cp firmware/* /lib/firmware #sudo insmod mt7610u.ko ---- but on the last step to insmod the mt7610u.ko file it says: insmod: ERROR: could not insert module mt7610u.ko: Unknown symbol in module , but the file is there, can you help please ?
– Lyubo
yesterday
the method I`m using is as follow: #git clone github.com/ulli-kroll/mt7610u.git #cd mt7610u #make #sudo cp firmware/* /lib/firmware #sudo insmod mt7610u.ko ---- but on the last step to insmod the mt7610u.ko file it says: insmod: ERROR: could not insert module mt7610u.ko: Unknown symbol in module , but the file is there, can you help please ?
– Lyubo
yesterday
the method I`m using is as follow: #git clone github.com/ulli-kroll/mt7610u.git #cd mt7610u #make #sudo cp firmware/* /lib/firmware #sudo insmod mt7610u.ko ---- but on the last step to insmod the mt7610u.ko file it says: insmod: ERROR: could not insert module mt7610u.ko: Unknown symbol in module , but the file is there, can you help please ?
– Lyubo
yesterday
add a comment |
Lyubo is a new contributor. Be nice, and check out our Code of Conduct.
Lyubo is a new contributor. Be nice, and check out our Code of Conduct.
Lyubo is a new contributor. Be nice, and check out our Code of Conduct.
Lyubo is a new contributor. Be nice, and check out our Code of Conduct.
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1104746%2ftp-link-archer-t2u-wifi-is-not-working%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