Problems configuring my usb ac051 wifi adapter
I just bought this usb ac051 wifi adapter because my wireless wifi stopped working presumably because something inside the computer related to the wifi broke.
I followed the instructions and used tar to extract the folder containing all the files I need to edit.
I am stuck because I have no idea where I am supposed to download the kernel source code in the included link.And the rest of the instructions make little sense to me and I keep on getting all kind of annoying errors when trying the rest of the commands that do make sense. I can't list my errors right now because I am so exhausted right now after sitting here for hours trying to make my adapter work. Please help!!!. This is what I found when I typed lsusb
Bus 002 Device 003: ID 0b05:17d1 ASUSTek Computer, Inc. AC51 802.11a/b/g/n/ac Wireless Adapter [Mediatek MT7610/Ralink RT2870]
wireless
|
show 4 more comments
I just bought this usb ac051 wifi adapter because my wireless wifi stopped working presumably because something inside the computer related to the wifi broke.
I followed the instructions and used tar to extract the folder containing all the files I need to edit.
I am stuck because I have no idea where I am supposed to download the kernel source code in the included link.And the rest of the instructions make little sense to me and I keep on getting all kind of annoying errors when trying the rest of the commands that do make sense. I can't list my errors right now because I am so exhausted right now after sitting here for hours trying to make my adapter work. Please help!!!. This is what I found when I typed lsusb
Bus 002 Device 003: ID 0b05:17d1 ASUSTek Computer, Inc. AC51 802.11a/b/g/n/ac Wireless Adapter [Mediatek MT7610/Ralink RT2870]
wireless
Let's start by identifying your exact USB device. Please edit your question to add the result of the terminal command:lsusb
Welcome to Ask Ubuntu.
– chili555
2 days ago
I just added it.
– Swedish ubuntugeek
2 days ago
Please see my answer here: askubuntu.com/questions/1083281/… Frankly, I doubt that it will ever work. Can you return the device? Sorry for the discouraging reply.
– chili555
2 days ago
I would attempt askubuntu.com/a/1058790 as I. Think a few have it working
– Jeremy31
2 days ago
Everything was fine until the last step with sudo insmod when it says could not insert module mt7510u.ko unknown symbol in module
– Swedish ubuntugeek
2 days ago
|
show 4 more comments
I just bought this usb ac051 wifi adapter because my wireless wifi stopped working presumably because something inside the computer related to the wifi broke.
I followed the instructions and used tar to extract the folder containing all the files I need to edit.
I am stuck because I have no idea where I am supposed to download the kernel source code in the included link.And the rest of the instructions make little sense to me and I keep on getting all kind of annoying errors when trying the rest of the commands that do make sense. I can't list my errors right now because I am so exhausted right now after sitting here for hours trying to make my adapter work. Please help!!!. This is what I found when I typed lsusb
Bus 002 Device 003: ID 0b05:17d1 ASUSTek Computer, Inc. AC51 802.11a/b/g/n/ac Wireless Adapter [Mediatek MT7610/Ralink RT2870]
wireless
I just bought this usb ac051 wifi adapter because my wireless wifi stopped working presumably because something inside the computer related to the wifi broke.
I followed the instructions and used tar to extract the folder containing all the files I need to edit.
I am stuck because I have no idea where I am supposed to download the kernel source code in the included link.And the rest of the instructions make little sense to me and I keep on getting all kind of annoying errors when trying the rest of the commands that do make sense. I can't list my errors right now because I am so exhausted right now after sitting here for hours trying to make my adapter work. Please help!!!. This is what I found when I typed lsusb
Bus 002 Device 003: ID 0b05:17d1 ASUSTek Computer, Inc. AC51 802.11a/b/g/n/ac Wireless Adapter [Mediatek MT7610/Ralink RT2870]
wireless
wireless
edited 2 days ago
asked 2 days ago
Swedish ubuntugeek
65
65
Let's start by identifying your exact USB device. Please edit your question to add the result of the terminal command:lsusb
Welcome to Ask Ubuntu.
– chili555
2 days ago
I just added it.
– Swedish ubuntugeek
2 days ago
Please see my answer here: askubuntu.com/questions/1083281/… Frankly, I doubt that it will ever work. Can you return the device? Sorry for the discouraging reply.
– chili555
2 days ago
I would attempt askubuntu.com/a/1058790 as I. Think a few have it working
– Jeremy31
2 days ago
Everything was fine until the last step with sudo insmod when it says could not insert module mt7510u.ko unknown symbol in module
– Swedish ubuntugeek
2 days ago
|
show 4 more comments
Let's start by identifying your exact USB device. Please edit your question to add the result of the terminal command:lsusb
Welcome to Ask Ubuntu.
– chili555
2 days ago
I just added it.
– Swedish ubuntugeek
2 days ago
Please see my answer here: askubuntu.com/questions/1083281/… Frankly, I doubt that it will ever work. Can you return the device? Sorry for the discouraging reply.
– chili555
2 days ago
I would attempt askubuntu.com/a/1058790 as I. Think a few have it working
– Jeremy31
2 days ago
Everything was fine until the last step with sudo insmod when it says could not insert module mt7510u.ko unknown symbol in module
– Swedish ubuntugeek
2 days ago
Let's start by identifying your exact USB device. Please edit your question to add the result of the terminal command:
lsusb
Welcome to Ask Ubuntu.– chili555
2 days ago
Let's start by identifying your exact USB device. Please edit your question to add the result of the terminal command:
lsusb
Welcome to Ask Ubuntu.– chili555
2 days ago
I just added it.
– Swedish ubuntugeek
2 days ago
I just added it.
– Swedish ubuntugeek
2 days ago
Please see my answer here: askubuntu.com/questions/1083281/… Frankly, I doubt that it will ever work. Can you return the device? Sorry for the discouraging reply.
– chili555
2 days ago
Please see my answer here: askubuntu.com/questions/1083281/… Frankly, I doubt that it will ever work. Can you return the device? Sorry for the discouraging reply.
– chili555
2 days ago
I would attempt askubuntu.com/a/1058790 as I. Think a few have it working
– Jeremy31
2 days ago
I would attempt askubuntu.com/a/1058790 as I. Think a few have it working
– Jeremy31
2 days ago
Everything was fine until the last step with sudo insmod when it says could not insert module mt7510u.ko unknown symbol in module
– Swedish ubuntugeek
2 days ago
Everything was fine until the last step with sudo insmod when it says could not insert module mt7510u.ko unknown symbol in module
– Swedish ubuntugeek
2 days ago
|
show 4 more comments
1 Answer
1
active
oldest
votes
For now the solution is
sudo apt install git build-essential
git clone https://github.com/ulli-kroll/mt7610u.git
cd mt7610u
make
sudo make installfw
sudo cp mt7610u.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
sudo depmod -a
make clean
When a kernel update occurs you will need to recompile
cd mt7610u
make
sudo cp mt7610u.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
sudo depmod -a
Reboot
I have forked the ulli-kroll github and will work on a dkms solution when I have time. DKMS will automatically compile the module when a new kernel is installed
DKMS Support:
For those who have already downloaded from the ulli-kroll github do
rm -rf mt7610u
For new users and ones that have deleted the existing mt7610u directory in /home
sudo apt install git dkms build-essential
git clone https://github.com/jeremyb31/mt7610u.git
sudo dkms add ./mt7610u
sudo dkms install mt7610/1
cd mt7610u
sudo make installfw
Reboot and check BIOS to make sure Secure Boot is disabled.
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%2f1106601%2fproblems-configuring-my-usb-ac051-wifi-adapter%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
For now the solution is
sudo apt install git build-essential
git clone https://github.com/ulli-kroll/mt7610u.git
cd mt7610u
make
sudo make installfw
sudo cp mt7610u.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
sudo depmod -a
make clean
When a kernel update occurs you will need to recompile
cd mt7610u
make
sudo cp mt7610u.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
sudo depmod -a
Reboot
I have forked the ulli-kroll github and will work on a dkms solution when I have time. DKMS will automatically compile the module when a new kernel is installed
DKMS Support:
For those who have already downloaded from the ulli-kroll github do
rm -rf mt7610u
For new users and ones that have deleted the existing mt7610u directory in /home
sudo apt install git dkms build-essential
git clone https://github.com/jeremyb31/mt7610u.git
sudo dkms add ./mt7610u
sudo dkms install mt7610/1
cd mt7610u
sudo make installfw
Reboot and check BIOS to make sure Secure Boot is disabled.
add a comment |
For now the solution is
sudo apt install git build-essential
git clone https://github.com/ulli-kroll/mt7610u.git
cd mt7610u
make
sudo make installfw
sudo cp mt7610u.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
sudo depmod -a
make clean
When a kernel update occurs you will need to recompile
cd mt7610u
make
sudo cp mt7610u.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
sudo depmod -a
Reboot
I have forked the ulli-kroll github and will work on a dkms solution when I have time. DKMS will automatically compile the module when a new kernel is installed
DKMS Support:
For those who have already downloaded from the ulli-kroll github do
rm -rf mt7610u
For new users and ones that have deleted the existing mt7610u directory in /home
sudo apt install git dkms build-essential
git clone https://github.com/jeremyb31/mt7610u.git
sudo dkms add ./mt7610u
sudo dkms install mt7610/1
cd mt7610u
sudo make installfw
Reboot and check BIOS to make sure Secure Boot is disabled.
add a comment |
For now the solution is
sudo apt install git build-essential
git clone https://github.com/ulli-kroll/mt7610u.git
cd mt7610u
make
sudo make installfw
sudo cp mt7610u.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
sudo depmod -a
make clean
When a kernel update occurs you will need to recompile
cd mt7610u
make
sudo cp mt7610u.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
sudo depmod -a
Reboot
I have forked the ulli-kroll github and will work on a dkms solution when I have time. DKMS will automatically compile the module when a new kernel is installed
DKMS Support:
For those who have already downloaded from the ulli-kroll github do
rm -rf mt7610u
For new users and ones that have deleted the existing mt7610u directory in /home
sudo apt install git dkms build-essential
git clone https://github.com/jeremyb31/mt7610u.git
sudo dkms add ./mt7610u
sudo dkms install mt7610/1
cd mt7610u
sudo make installfw
Reboot and check BIOS to make sure Secure Boot is disabled.
For now the solution is
sudo apt install git build-essential
git clone https://github.com/ulli-kroll/mt7610u.git
cd mt7610u
make
sudo make installfw
sudo cp mt7610u.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
sudo depmod -a
make clean
When a kernel update occurs you will need to recompile
cd mt7610u
make
sudo cp mt7610u.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
sudo depmod -a
Reboot
I have forked the ulli-kroll github and will work on a dkms solution when I have time. DKMS will automatically compile the module when a new kernel is installed
DKMS Support:
For those who have already downloaded from the ulli-kroll github do
rm -rf mt7610u
For new users and ones that have deleted the existing mt7610u directory in /home
sudo apt install git dkms build-essential
git clone https://github.com/jeremyb31/mt7610u.git
sudo dkms add ./mt7610u
sudo dkms install mt7610/1
cd mt7610u
sudo make installfw
Reboot and check BIOS to make sure Secure Boot is disabled.
edited yesterday
answered 2 days ago
Jeremy31
8,38021365
8,38021365
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.
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%2f1106601%2fproblems-configuring-my-usb-ac051-wifi-adapter%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
Let's start by identifying your exact USB device. Please edit your question to add the result of the terminal command:
lsusb
Welcome to Ask Ubuntu.– chili555
2 days ago
I just added it.
– Swedish ubuntugeek
2 days ago
Please see my answer here: askubuntu.com/questions/1083281/… Frankly, I doubt that it will ever work. Can you return the device? Sorry for the discouraging reply.
– chili555
2 days ago
I would attempt askubuntu.com/a/1058790 as I. Think a few have it working
– Jeremy31
2 days ago
Everything was fine until the last step with sudo insmod when it says could not insert module mt7510u.ko unknown symbol in module
– Swedish ubuntugeek
2 days ago