How to install driver for USB Wi-Fi on Linux Mint
I had the misfortune of buying a Sabrent USB Wi-Fi adapter. The box says it’s good for Linux but no instructions inside, not instructions on disk and the person who picks up their support line cheerfully informs me: “No one here knows anything about Linux. You’re on your own.”
I found a knowledge base for their products but the two videos for Linux installation are “No longer available.”
But there is a Linux tar file on the CD. How can I use it to install it?
I’ve already tried plugging in the adapter and nothing seems to happen.
wireless-networking drivers
add a comment |
I had the misfortune of buying a Sabrent USB Wi-Fi adapter. The box says it’s good for Linux but no instructions inside, not instructions on disk and the person who picks up their support line cheerfully informs me: “No one here knows anything about Linux. You’re on your own.”
I found a knowledge base for their products but the two videos for Linux installation are “No longer available.”
But there is a Linux tar file on the CD. How can I use it to install it?
I’ve already tried plugging in the adapter and nothing seems to happen.
wireless-networking drivers
3
First, some problems with your question: You need to state the exact name of your Linux distribution and the version. Also include whether it's 32-bit or 64-bit. Don't approximate the version or the name; get the exact name/version. Second, you need to runlspci -nnvv
on your Linux box and retrieve the PCI ID of the Sabrent adapter so we can see whether it's supported in mainline Linux, before trying to get you installing the driver on the CD. Just post your wholelspci -nnvv
output in a code block in your question.
– allquixotic
Apr 30 '13 at 23:44
3
Also, there is no such thing as generic instructions for how to "install" a tar file. A tar file is just an archive of other files. How would you "install" a zip file on Windows? Well, it depends on what's inside, of course! It could just be a text file saying "Sorry, this isn't supported". Or, it could be source code to compile a driver. Or it could be a binary installer. Or any number of things. You'd have to extract it and check it out.
– allquixotic
Apr 30 '13 at 23:47
It is a USB device, so postlsusb
output.sudo tail -n 25 -f /var/log/messages
and then plug in your USB wifi adapter. Post what it says.cat /proc/version
uname -a
– rjt
May 3 '13 at 4:29
add a comment |
I had the misfortune of buying a Sabrent USB Wi-Fi adapter. The box says it’s good for Linux but no instructions inside, not instructions on disk and the person who picks up their support line cheerfully informs me: “No one here knows anything about Linux. You’re on your own.”
I found a knowledge base for their products but the two videos for Linux installation are “No longer available.”
But there is a Linux tar file on the CD. How can I use it to install it?
I’ve already tried plugging in the adapter and nothing seems to happen.
wireless-networking drivers
I had the misfortune of buying a Sabrent USB Wi-Fi adapter. The box says it’s good for Linux but no instructions inside, not instructions on disk and the person who picks up their support line cheerfully informs me: “No one here knows anything about Linux. You’re on your own.”
I found a knowledge base for their products but the two videos for Linux installation are “No longer available.”
But there is a Linux tar file on the CD. How can I use it to install it?
I’ve already tried plugging in the adapter and nothing seems to happen.
wireless-networking drivers
wireless-networking drivers
edited Dec 26 '15 at 7:47
JakeGould
31.3k1096138
31.3k1096138
asked Apr 30 '13 at 23:40
polaatxpolaatx
1112
1112
3
First, some problems with your question: You need to state the exact name of your Linux distribution and the version. Also include whether it's 32-bit or 64-bit. Don't approximate the version or the name; get the exact name/version. Second, you need to runlspci -nnvv
on your Linux box and retrieve the PCI ID of the Sabrent adapter so we can see whether it's supported in mainline Linux, before trying to get you installing the driver on the CD. Just post your wholelspci -nnvv
output in a code block in your question.
– allquixotic
Apr 30 '13 at 23:44
3
Also, there is no such thing as generic instructions for how to "install" a tar file. A tar file is just an archive of other files. How would you "install" a zip file on Windows? Well, it depends on what's inside, of course! It could just be a text file saying "Sorry, this isn't supported". Or, it could be source code to compile a driver. Or it could be a binary installer. Or any number of things. You'd have to extract it and check it out.
– allquixotic
Apr 30 '13 at 23:47
It is a USB device, so postlsusb
output.sudo tail -n 25 -f /var/log/messages
and then plug in your USB wifi adapter. Post what it says.cat /proc/version
uname -a
– rjt
May 3 '13 at 4:29
add a comment |
3
First, some problems with your question: You need to state the exact name of your Linux distribution and the version. Also include whether it's 32-bit or 64-bit. Don't approximate the version or the name; get the exact name/version. Second, you need to runlspci -nnvv
on your Linux box and retrieve the PCI ID of the Sabrent adapter so we can see whether it's supported in mainline Linux, before trying to get you installing the driver on the CD. Just post your wholelspci -nnvv
output in a code block in your question.
– allquixotic
Apr 30 '13 at 23:44
3
Also, there is no such thing as generic instructions for how to "install" a tar file. A tar file is just an archive of other files. How would you "install" a zip file on Windows? Well, it depends on what's inside, of course! It could just be a text file saying "Sorry, this isn't supported". Or, it could be source code to compile a driver. Or it could be a binary installer. Or any number of things. You'd have to extract it and check it out.
– allquixotic
Apr 30 '13 at 23:47
It is a USB device, so postlsusb
output.sudo tail -n 25 -f /var/log/messages
and then plug in your USB wifi adapter. Post what it says.cat /proc/version
uname -a
– rjt
May 3 '13 at 4:29
3
3
First, some problems with your question: You need to state the exact name of your Linux distribution and the version. Also include whether it's 32-bit or 64-bit. Don't approximate the version or the name; get the exact name/version. Second, you need to run
lspci -nnvv
on your Linux box and retrieve the PCI ID of the Sabrent adapter so we can see whether it's supported in mainline Linux, before trying to get you installing the driver on the CD. Just post your whole lspci -nnvv
output in a code block in your question.– allquixotic
Apr 30 '13 at 23:44
First, some problems with your question: You need to state the exact name of your Linux distribution and the version. Also include whether it's 32-bit or 64-bit. Don't approximate the version or the name; get the exact name/version. Second, you need to run
lspci -nnvv
on your Linux box and retrieve the PCI ID of the Sabrent adapter so we can see whether it's supported in mainline Linux, before trying to get you installing the driver on the CD. Just post your whole lspci -nnvv
output in a code block in your question.– allquixotic
Apr 30 '13 at 23:44
3
3
Also, there is no such thing as generic instructions for how to "install" a tar file. A tar file is just an archive of other files. How would you "install" a zip file on Windows? Well, it depends on what's inside, of course! It could just be a text file saying "Sorry, this isn't supported". Or, it could be source code to compile a driver. Or it could be a binary installer. Or any number of things. You'd have to extract it and check it out.
– allquixotic
Apr 30 '13 at 23:47
Also, there is no such thing as generic instructions for how to "install" a tar file. A tar file is just an archive of other files. How would you "install" a zip file on Windows? Well, it depends on what's inside, of course! It could just be a text file saying "Sorry, this isn't supported". Or, it could be source code to compile a driver. Or it could be a binary installer. Or any number of things. You'd have to extract it and check it out.
– allquixotic
Apr 30 '13 at 23:47
It is a USB device, so post
lsusb
output. sudo tail -n 25 -f /var/log/messages
and then plug in your USB wifi adapter. Post what it says. cat /proc/version
uname -a
– rjt
May 3 '13 at 4:29
It is a USB device, so post
lsusb
output. sudo tail -n 25 -f /var/log/messages
and then plug in your USB wifi adapter. Post what it says. cat /proc/version
uname -a
– rjt
May 3 '13 at 4:29
add a comment |
1 Answer
1
active
oldest
votes
- Open contents in CD and then copy and paste folder Linux onto desktop or downloads folder. (anywhere really)
- Go to where you have copied folder, right click folder and select properties.
- Select Permissions tab and change all the folder access options to "create and delete files". (This stops the file from just being a read only). Now select Apply permissions to enclosed files.
- Go back into linux folder and then driver folder. You will see a folder like rtl8192EU_linux_v4.3.8_12406.20140929.tar.gz. Right click and select extract here.
- Now, return to linux folder, right click it again and select open in terminal.
- Enter this command:
chmod +x install.sh
(it may prompt you for your password) - Then enter this command:
sudo ./install.sh
- It will now install the necessary driver to allow your USB wireless adapter to be detected and work. (Sometimes you will have to restart computer or laptop).
- Finally go to wireless connection icon at bottom right or top right depending on what linux distro you are using. You should see your usb detected. Connect.
Job done.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f589895%2fhow-to-install-driver-for-usb-wi-fi-on-linux-mint%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
- Open contents in CD and then copy and paste folder Linux onto desktop or downloads folder. (anywhere really)
- Go to where you have copied folder, right click folder and select properties.
- Select Permissions tab and change all the folder access options to "create and delete files". (This stops the file from just being a read only). Now select Apply permissions to enclosed files.
- Go back into linux folder and then driver folder. You will see a folder like rtl8192EU_linux_v4.3.8_12406.20140929.tar.gz. Right click and select extract here.
- Now, return to linux folder, right click it again and select open in terminal.
- Enter this command:
chmod +x install.sh
(it may prompt you for your password) - Then enter this command:
sudo ./install.sh
- It will now install the necessary driver to allow your USB wireless adapter to be detected and work. (Sometimes you will have to restart computer or laptop).
- Finally go to wireless connection icon at bottom right or top right depending on what linux distro you are using. You should see your usb detected. Connect.
Job done.
add a comment |
- Open contents in CD and then copy and paste folder Linux onto desktop or downloads folder. (anywhere really)
- Go to where you have copied folder, right click folder and select properties.
- Select Permissions tab and change all the folder access options to "create and delete files". (This stops the file from just being a read only). Now select Apply permissions to enclosed files.
- Go back into linux folder and then driver folder. You will see a folder like rtl8192EU_linux_v4.3.8_12406.20140929.tar.gz. Right click and select extract here.
- Now, return to linux folder, right click it again and select open in terminal.
- Enter this command:
chmod +x install.sh
(it may prompt you for your password) - Then enter this command:
sudo ./install.sh
- It will now install the necessary driver to allow your USB wireless adapter to be detected and work. (Sometimes you will have to restart computer or laptop).
- Finally go to wireless connection icon at bottom right or top right depending on what linux distro you are using. You should see your usb detected. Connect.
Job done.
add a comment |
- Open contents in CD and then copy and paste folder Linux onto desktop or downloads folder. (anywhere really)
- Go to where you have copied folder, right click folder and select properties.
- Select Permissions tab and change all the folder access options to "create and delete files". (This stops the file from just being a read only). Now select Apply permissions to enclosed files.
- Go back into linux folder and then driver folder. You will see a folder like rtl8192EU_linux_v4.3.8_12406.20140929.tar.gz. Right click and select extract here.
- Now, return to linux folder, right click it again and select open in terminal.
- Enter this command:
chmod +x install.sh
(it may prompt you for your password) - Then enter this command:
sudo ./install.sh
- It will now install the necessary driver to allow your USB wireless adapter to be detected and work. (Sometimes you will have to restart computer or laptop).
- Finally go to wireless connection icon at bottom right or top right depending on what linux distro you are using. You should see your usb detected. Connect.
Job done.
- Open contents in CD and then copy and paste folder Linux onto desktop or downloads folder. (anywhere really)
- Go to where you have copied folder, right click folder and select properties.
- Select Permissions tab and change all the folder access options to "create and delete files". (This stops the file from just being a read only). Now select Apply permissions to enclosed files.
- Go back into linux folder and then driver folder. You will see a folder like rtl8192EU_linux_v4.3.8_12406.20140929.tar.gz. Right click and select extract here.
- Now, return to linux folder, right click it again and select open in terminal.
- Enter this command:
chmod +x install.sh
(it may prompt you for your password) - Then enter this command:
sudo ./install.sh
- It will now install the necessary driver to allow your USB wireless adapter to be detected and work. (Sometimes you will have to restart computer or laptop).
- Finally go to wireless connection icon at bottom right or top right depending on what linux distro you are using. You should see your usb detected. Connect.
Job done.
edited Dec 26 '15 at 8:40
bummi
1,48031422
1,48031422
answered Dec 26 '15 at 7:44
SergioSergio
111
111
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f589895%2fhow-to-install-driver-for-usb-wi-fi-on-linux-mint%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
3
First, some problems with your question: You need to state the exact name of your Linux distribution and the version. Also include whether it's 32-bit or 64-bit. Don't approximate the version or the name; get the exact name/version. Second, you need to run
lspci -nnvv
on your Linux box and retrieve the PCI ID of the Sabrent adapter so we can see whether it's supported in mainline Linux, before trying to get you installing the driver on the CD. Just post your wholelspci -nnvv
output in a code block in your question.– allquixotic
Apr 30 '13 at 23:44
3
Also, there is no such thing as generic instructions for how to "install" a tar file. A tar file is just an archive of other files. How would you "install" a zip file on Windows? Well, it depends on what's inside, of course! It could just be a text file saying "Sorry, this isn't supported". Or, it could be source code to compile a driver. Or it could be a binary installer. Or any number of things. You'd have to extract it and check it out.
– allquixotic
Apr 30 '13 at 23:47
It is a USB device, so post
lsusb
output.sudo tail -n 25 -f /var/log/messages
and then plug in your USB wifi adapter. Post what it says.cat /proc/version
uname -a
– rjt
May 3 '13 at 4:29