How to install driver for USB Wi-Fi on Linux Mint












2















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.










share|improve this question




















  • 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






  • 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


















2















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.










share|improve this question




















  • 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






  • 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
















2












2








2








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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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





    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
















  • 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






  • 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










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












1 Answer
1






active

oldest

votes


















1















  1. Open contents in CD and then copy and paste folder Linux onto desktop or downloads folder. (anywhere really)

  2. Go to where you have copied folder, right click folder and select properties.

  3. 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.

  4. 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.

  5. Now, return to linux folder, right click it again and select open in terminal.

  6. Enter this command: chmod +x install.sh (it may prompt you for your password)

  7. Then enter this command: sudo ./install.sh

  8. 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).

  9. 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.






share|improve this answer

























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    1















    1. Open contents in CD and then copy and paste folder Linux onto desktop or downloads folder. (anywhere really)

    2. Go to where you have copied folder, right click folder and select properties.

    3. 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.

    4. 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.

    5. Now, return to linux folder, right click it again and select open in terminal.

    6. Enter this command: chmod +x install.sh (it may prompt you for your password)

    7. Then enter this command: sudo ./install.sh

    8. 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).

    9. 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.






    share|improve this answer






























      1















      1. Open contents in CD and then copy and paste folder Linux onto desktop or downloads folder. (anywhere really)

      2. Go to where you have copied folder, right click folder and select properties.

      3. 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.

      4. 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.

      5. Now, return to linux folder, right click it again and select open in terminal.

      6. Enter this command: chmod +x install.sh (it may prompt you for your password)

      7. Then enter this command: sudo ./install.sh

      8. 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).

      9. 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.






      share|improve this answer




























        1












        1








        1








        1. Open contents in CD and then copy and paste folder Linux onto desktop or downloads folder. (anywhere really)

        2. Go to where you have copied folder, right click folder and select properties.

        3. 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.

        4. 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.

        5. Now, return to linux folder, right click it again and select open in terminal.

        6. Enter this command: chmod +x install.sh (it may prompt you for your password)

        7. Then enter this command: sudo ./install.sh

        8. 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).

        9. 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.






        share|improve this answer
















        1. Open contents in CD and then copy and paste folder Linux onto desktop or downloads folder. (anywhere really)

        2. Go to where you have copied folder, right click folder and select properties.

        3. 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.

        4. 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.

        5. Now, return to linux folder, right click it again and select open in terminal.

        6. Enter this command: chmod +x install.sh (it may prompt you for your password)

        7. Then enter this command: sudo ./install.sh

        8. 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).

        9. 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.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Dec 26 '15 at 8:40









        bummi

        1,48031422




        1,48031422










        answered Dec 26 '15 at 7:44









        SergioSergio

        111




        111






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Список кардиналов, возведённых папой римским Каликстом III

            Deduzione

            Mysql.sock missing - “Can't connect to local MySQL server through socket”