how to install tp link wn725n wifi usb adapter on ubuntu Ubuntu 14.04.3 LTSTL-WN725N (v2.2) driver doesn't workTP Link WN725N driver for Ubuntu 16.04 LTS running kernel 4.4How do I get a TP Link WN725 Nano wireless adapter working?Unable to configure USB modem for 3G wifi dongle in Ubuntu Desktop 14.04.3 LTSCan't get my Linksys USB wifi adapter to workTP Link WN725N driver for Ubuntu 16.04 LTS running kernel 4.4install usb wifi adapter on ubuntu 14.04USB Wifi adapter not recognizedUsing usb-wifi adapter instead of built in wifi Ubuntu 18.04

Explicit formula for harmonic function

What type of interpreter were most 8-bit BASIC implementations?

Will Curiosity and the Mars 2020 rover be able to communicate with each other via a Mars orbiter?

Why should I invest so much in 401(k)?

Triangular domino tiling of an almost regular hexagon

Is my Reactive Step homebrew spell balanced?

How can I convince my child to write?

Strange labels on our servers

Is this a reasonable magic pet?

Is a geodesic in the 4d spacetime still a geodesic after projection onto the 3d space?

Why does the B-2 Spirit have a pattern of thin white lines?

Are we experiencing lower level of gravity now compared to past?

Sorting numbers in descending order but with `0`s at the start

Why is there potato in meatballs?

Using a sealant to stop a toilet tank leak

70's and probably older story sentient bears on Earth and "ape-like" refugees

Quantum circuits explain algorithms, why didn't classical circuits?

Does multicollinearity increase the variance of the beta for every covariate or just those that are collinear?

What is the difference between chemical equilibrium and dynamic equilibrium?

Is military allowed to wear civilian clothes when testifying in Congress?

Could dinosaurs breathe modern air?

I need to draw this picture in LaTeX. How do I do that? Boxes with arrows

Citywide Abandonment of Law Enforcement at World's End?

Is there a reason to have 2 or more witnesses at the same time during the current impeachment hearings



how to install tp link wn725n wifi usb adapter on ubuntu Ubuntu 14.04.3 LTS


TL-WN725N (v2.2) driver doesn't workTP Link WN725N driver for Ubuntu 16.04 LTS running kernel 4.4How do I get a TP Link WN725 Nano wireless adapter working?Unable to configure USB modem for 3G wifi dongle in Ubuntu Desktop 14.04.3 LTSCan't get my Linksys USB wifi adapter to workTP Link WN725N driver for Ubuntu 16.04 LTS running kernel 4.4install usb wifi adapter on ubuntu 14.04USB Wifi adapter not recognizedUsing usb-wifi adapter instead of built in wifi Ubuntu 18.04






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









6


















i have a usb wifi adapter Tp-Link model: wn725n
it works very well on windows but i can't find any drivers for linux/ubuntu i tried everything online but nothing work so far



i'm using



Ubuntu 14.04.3 LTS



3.19.0-28-generic



laptop: hp probook 4540s



can you please help me install this adapter?










share|improve this question































    6


















    i have a usb wifi adapter Tp-Link model: wn725n
    it works very well on windows but i can't find any drivers for linux/ubuntu i tried everything online but nothing work so far



    i'm using



    Ubuntu 14.04.3 LTS



    3.19.0-28-generic



    laptop: hp probook 4540s



    can you please help me install this adapter?










    share|improve this question



























      6













      6









      6


      6






      i have a usb wifi adapter Tp-Link model: wn725n
      it works very well on windows but i can't find any drivers for linux/ubuntu i tried everything online but nothing work so far



      i'm using



      Ubuntu 14.04.3 LTS



      3.19.0-28-generic



      laptop: hp probook 4540s



      can you please help me install this adapter?










      share|improve this question














      i have a usb wifi adapter Tp-Link model: wn725n
      it works very well on windows but i can't find any drivers for linux/ubuntu i tried everything online but nothing work so far



      i'm using



      Ubuntu 14.04.3 LTS



      3.19.0-28-generic



      laptop: hp probook 4540s



      can you please help me install this adapter?







      networking drivers usb






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 25 '15 at 2:32









      AlaaAlaa

      1911 gold badge1 silver badge5 bronze badges




      1911 gold badge1 silver badge5 bronze badges























          5 Answers
          5






          active

          oldest

          votes


















          13



















          I found the solution. I installed the driver for the usb wifi adapter successfully using the following:



          sudo apt-get update
          sudo apt-get install linux-headers-$(uname -r)
          sudo apt-get update
          sudo apt-get install build-essential
          sudo apt-get install git
          git clone https://github.com/lwfinger/rtl8188eu
          cd rtl8188eu
          make all
          sudo make install
          sudo modprobe 8188eu.ko


          and then I used the following command:



          sudo lshw -C network


          to get the internal wifi driver file name and then add it to blacklist



          sudo -H gedit /etc/modprobe.d/blacklist


          and add the following line to the end of the file:



          blacklist xxxxx


          where xxxx is the internal wifi driver file name.



          Restart and Ubuntu should now work with the usb adapter.



          Note: if your internal wifi is fine then you don't need to blacklist it, i only did that because it was tuened off by hardware switch and doesn't want to turn on again and it turns off the usb wifi as well so i had to blacklist it.






          share|improve this answer




























          • good that you posted it.

            – Kazim Zaidi
            Feb 24 '16 at 3:44











          • What was the internal wifi driver name?

            – JohnAllen
            Apr 15 '16 at 22:25











          • in Alaa's solution from beginning, between lines git clone https://github.com/lwfinger/rtl8188eu and make all should be added: cd rtl8188eu

            – NapierDeltic
            Jan 1 '17 at 12:17












          • it was /etc/modprobe.d/blacklist.conf in my case (editing /etc/modprobe.d/blacklist didn't affect nothing)

            – nazar kuliyev
            Apr 26 '17 at 9:09












          • Great answer! I didn't had an internal wifi driver. So using sudo lshw -C network displayed me only my ethernet drivers, no wifi driver - so i skipped the last few steps and it worked

            – Tushar Goswami
            Sep 5 '17 at 5:20


















          5



















          This device worked out of the box for me with Xubuntu 16.04.01 (32-bit). No need to manually install any drivers or even do anything at all. If it doesn't work immediately, do a reboot. It works for me without any tinkering or installation of anything at all.



          Please note that I had the dongle plugged in even as I booted from the live CD and installed Xubuntu.






          share|improve this answer





















          • 3





            Second this. I plugged it in and restarted. Done!

            – Christian Davén
            Oct 11 '17 at 18:13











          • dongle V1 or V2?

            – marcolopes
            Dec 29 '18 at 22:32











          • @marcolopes Don't remember. Don't have it anymore.

            – Revetahw says Reinstate Monica
            Dec 29 '18 at 22:34


















          5



















          I was able to install without installing the rtl8188eu driver mentioned in other answer. My installation worked pretty fine by downloading the TL-WN725N driver from the official TPLink website and firing the following commands as instructed in their installation manual :



          sudo make
          sudo make install


          I ran the above commands by cd'ing into the Driver folder downloaded in driver's archive file



          EDIT: in newer kernel versions this solution does not work






          share|improve this answer



































            4



















            Actually there are 2 different revision of this tl-wn725n wifi adapter, the v1 and the v2 which have different chipsets.



            How to recognize them?



            The tp-link website say that is possible to recognize them by the FCCID (labeled on the adapter).



            If your FCCID terminates with v2 then is the second revision, which use the RTL8188EUS Realtek chipset.



            Otherwise if your FCCID terminates with v1 (or you can't find a hardware version) it is the first revision, based on the Realtek RTL8188CUS chipset.



            Where do i find the driver?



            For the v2 version on the tp-link website : here



            For the v1 version here (from realtek) , or here



            More info:



            https://wikidevi.com/wiki/TP-LINK_TL-WN725N_v1






            share|improve this answer

































              0



















              I connected my HP laptop with internet using USB tethering to my mobile and Following are the commands that worked for me



              sudo apt-get install linux-headers-generic build-essential
              git clone https://github.com/lwfinger/rtl8188eu.git
              cd rtl8188eu/
              make
              sudo make install
              sudo modprobe 8188eu
              sudo reboot


              I'm using Ubuntu 16.04.4 LTS 64-bit and TP-Link 150Mbps Wireless N Nano USB Adapter TL-WN725N






              share|improve this answer



























                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/4.0/"u003ecc by-sa 4.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%2faskubuntu.com%2fquestions%2f678134%2fhow-to-install-tp-link-wn725n-wifi-usb-adapter-on-ubuntu-ubuntu-14-04-3-lts%23new-answer', 'question_page');

                );

                Post as a guest















                Required, but never shown


























                5 Answers
                5






                active

                oldest

                votes








                5 Answers
                5






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                13



















                I found the solution. I installed the driver for the usb wifi adapter successfully using the following:



                sudo apt-get update
                sudo apt-get install linux-headers-$(uname -r)
                sudo apt-get update
                sudo apt-get install build-essential
                sudo apt-get install git
                git clone https://github.com/lwfinger/rtl8188eu
                cd rtl8188eu
                make all
                sudo make install
                sudo modprobe 8188eu.ko


                and then I used the following command:



                sudo lshw -C network


                to get the internal wifi driver file name and then add it to blacklist



                sudo -H gedit /etc/modprobe.d/blacklist


                and add the following line to the end of the file:



                blacklist xxxxx


                where xxxx is the internal wifi driver file name.



                Restart and Ubuntu should now work with the usb adapter.



                Note: if your internal wifi is fine then you don't need to blacklist it, i only did that because it was tuened off by hardware switch and doesn't want to turn on again and it turns off the usb wifi as well so i had to blacklist it.






                share|improve this answer




























                • good that you posted it.

                  – Kazim Zaidi
                  Feb 24 '16 at 3:44











                • What was the internal wifi driver name?

                  – JohnAllen
                  Apr 15 '16 at 22:25











                • in Alaa's solution from beginning, between lines git clone https://github.com/lwfinger/rtl8188eu and make all should be added: cd rtl8188eu

                  – NapierDeltic
                  Jan 1 '17 at 12:17












                • it was /etc/modprobe.d/blacklist.conf in my case (editing /etc/modprobe.d/blacklist didn't affect nothing)

                  – nazar kuliyev
                  Apr 26 '17 at 9:09












                • Great answer! I didn't had an internal wifi driver. So using sudo lshw -C network displayed me only my ethernet drivers, no wifi driver - so i skipped the last few steps and it worked

                  – Tushar Goswami
                  Sep 5 '17 at 5:20















                13



















                I found the solution. I installed the driver for the usb wifi adapter successfully using the following:



                sudo apt-get update
                sudo apt-get install linux-headers-$(uname -r)
                sudo apt-get update
                sudo apt-get install build-essential
                sudo apt-get install git
                git clone https://github.com/lwfinger/rtl8188eu
                cd rtl8188eu
                make all
                sudo make install
                sudo modprobe 8188eu.ko


                and then I used the following command:



                sudo lshw -C network


                to get the internal wifi driver file name and then add it to blacklist



                sudo -H gedit /etc/modprobe.d/blacklist


                and add the following line to the end of the file:



                blacklist xxxxx


                where xxxx is the internal wifi driver file name.



                Restart and Ubuntu should now work with the usb adapter.



                Note: if your internal wifi is fine then you don't need to blacklist it, i only did that because it was tuened off by hardware switch and doesn't want to turn on again and it turns off the usb wifi as well so i had to blacklist it.






                share|improve this answer




























                • good that you posted it.

                  – Kazim Zaidi
                  Feb 24 '16 at 3:44











                • What was the internal wifi driver name?

                  – JohnAllen
                  Apr 15 '16 at 22:25











                • in Alaa's solution from beginning, between lines git clone https://github.com/lwfinger/rtl8188eu and make all should be added: cd rtl8188eu

                  – NapierDeltic
                  Jan 1 '17 at 12:17












                • it was /etc/modprobe.d/blacklist.conf in my case (editing /etc/modprobe.d/blacklist didn't affect nothing)

                  – nazar kuliyev
                  Apr 26 '17 at 9:09












                • Great answer! I didn't had an internal wifi driver. So using sudo lshw -C network displayed me only my ethernet drivers, no wifi driver - so i skipped the last few steps and it worked

                  – Tushar Goswami
                  Sep 5 '17 at 5:20













                13















                13











                13









                I found the solution. I installed the driver for the usb wifi adapter successfully using the following:



                sudo apt-get update
                sudo apt-get install linux-headers-$(uname -r)
                sudo apt-get update
                sudo apt-get install build-essential
                sudo apt-get install git
                git clone https://github.com/lwfinger/rtl8188eu
                cd rtl8188eu
                make all
                sudo make install
                sudo modprobe 8188eu.ko


                and then I used the following command:



                sudo lshw -C network


                to get the internal wifi driver file name and then add it to blacklist



                sudo -H gedit /etc/modprobe.d/blacklist


                and add the following line to the end of the file:



                blacklist xxxxx


                where xxxx is the internal wifi driver file name.



                Restart and Ubuntu should now work with the usb adapter.



                Note: if your internal wifi is fine then you don't need to blacklist it, i only did that because it was tuened off by hardware switch and doesn't want to turn on again and it turns off the usb wifi as well so i had to blacklist it.






                share|improve this answer
















                I found the solution. I installed the driver for the usb wifi adapter successfully using the following:



                sudo apt-get update
                sudo apt-get install linux-headers-$(uname -r)
                sudo apt-get update
                sudo apt-get install build-essential
                sudo apt-get install git
                git clone https://github.com/lwfinger/rtl8188eu
                cd rtl8188eu
                make all
                sudo make install
                sudo modprobe 8188eu.ko


                and then I used the following command:



                sudo lshw -C network


                to get the internal wifi driver file name and then add it to blacklist



                sudo -H gedit /etc/modprobe.d/blacklist


                and add the following line to the end of the file:



                blacklist xxxxx


                where xxxx is the internal wifi driver file name.



                Restart and Ubuntu should now work with the usb adapter.



                Note: if your internal wifi is fine then you don't need to blacklist it, i only did that because it was tuened off by hardware switch and doesn't want to turn on again and it turns off the usb wifi as well so i had to blacklist it.







                share|improve this answer















                share|improve this answer




                share|improve this answer








                edited Nov 17 '17 at 10:19









                Zanna

                55.5k15 gold badges151 silver badges254 bronze badges




                55.5k15 gold badges151 silver badges254 bronze badges










                answered Sep 27 '15 at 1:49









                AlaaAlaa

                1911 gold badge1 silver badge5 bronze badges




                1911 gold badge1 silver badge5 bronze badges















                • good that you posted it.

                  – Kazim Zaidi
                  Feb 24 '16 at 3:44











                • What was the internal wifi driver name?

                  – JohnAllen
                  Apr 15 '16 at 22:25











                • in Alaa's solution from beginning, between lines git clone https://github.com/lwfinger/rtl8188eu and make all should be added: cd rtl8188eu

                  – NapierDeltic
                  Jan 1 '17 at 12:17












                • it was /etc/modprobe.d/blacklist.conf in my case (editing /etc/modprobe.d/blacklist didn't affect nothing)

                  – nazar kuliyev
                  Apr 26 '17 at 9:09












                • Great answer! I didn't had an internal wifi driver. So using sudo lshw -C network displayed me only my ethernet drivers, no wifi driver - so i skipped the last few steps and it worked

                  – Tushar Goswami
                  Sep 5 '17 at 5:20

















                • good that you posted it.

                  – Kazim Zaidi
                  Feb 24 '16 at 3:44











                • What was the internal wifi driver name?

                  – JohnAllen
                  Apr 15 '16 at 22:25











                • in Alaa's solution from beginning, between lines git clone https://github.com/lwfinger/rtl8188eu and make all should be added: cd rtl8188eu

                  – NapierDeltic
                  Jan 1 '17 at 12:17












                • it was /etc/modprobe.d/blacklist.conf in my case (editing /etc/modprobe.d/blacklist didn't affect nothing)

                  – nazar kuliyev
                  Apr 26 '17 at 9:09












                • Great answer! I didn't had an internal wifi driver. So using sudo lshw -C network displayed me only my ethernet drivers, no wifi driver - so i skipped the last few steps and it worked

                  – Tushar Goswami
                  Sep 5 '17 at 5:20
















                good that you posted it.

                – Kazim Zaidi
                Feb 24 '16 at 3:44





                good that you posted it.

                – Kazim Zaidi
                Feb 24 '16 at 3:44













                What was the internal wifi driver name?

                – JohnAllen
                Apr 15 '16 at 22:25





                What was the internal wifi driver name?

                – JohnAllen
                Apr 15 '16 at 22:25













                in Alaa's solution from beginning, between lines git clone https://github.com/lwfinger/rtl8188eu and make all should be added: cd rtl8188eu

                – NapierDeltic
                Jan 1 '17 at 12:17






                in Alaa's solution from beginning, between lines git clone https://github.com/lwfinger/rtl8188eu and make all should be added: cd rtl8188eu

                – NapierDeltic
                Jan 1 '17 at 12:17














                it was /etc/modprobe.d/blacklist.conf in my case (editing /etc/modprobe.d/blacklist didn't affect nothing)

                – nazar kuliyev
                Apr 26 '17 at 9:09






                it was /etc/modprobe.d/blacklist.conf in my case (editing /etc/modprobe.d/blacklist didn't affect nothing)

                – nazar kuliyev
                Apr 26 '17 at 9:09














                Great answer! I didn't had an internal wifi driver. So using sudo lshw -C network displayed me only my ethernet drivers, no wifi driver - so i skipped the last few steps and it worked

                – Tushar Goswami
                Sep 5 '17 at 5:20





                Great answer! I didn't had an internal wifi driver. So using sudo lshw -C network displayed me only my ethernet drivers, no wifi driver - so i skipped the last few steps and it worked

                – Tushar Goswami
                Sep 5 '17 at 5:20













                5



















                This device worked out of the box for me with Xubuntu 16.04.01 (32-bit). No need to manually install any drivers or even do anything at all. If it doesn't work immediately, do a reboot. It works for me without any tinkering or installation of anything at all.



                Please note that I had the dongle plugged in even as I booted from the live CD and installed Xubuntu.






                share|improve this answer





















                • 3





                  Second this. I plugged it in and restarted. Done!

                  – Christian Davén
                  Oct 11 '17 at 18:13











                • dongle V1 or V2?

                  – marcolopes
                  Dec 29 '18 at 22:32











                • @marcolopes Don't remember. Don't have it anymore.

                  – Revetahw says Reinstate Monica
                  Dec 29 '18 at 22:34















                5



















                This device worked out of the box for me with Xubuntu 16.04.01 (32-bit). No need to manually install any drivers or even do anything at all. If it doesn't work immediately, do a reboot. It works for me without any tinkering or installation of anything at all.



                Please note that I had the dongle plugged in even as I booted from the live CD and installed Xubuntu.






                share|improve this answer





















                • 3





                  Second this. I plugged it in and restarted. Done!

                  – Christian Davén
                  Oct 11 '17 at 18:13











                • dongle V1 or V2?

                  – marcolopes
                  Dec 29 '18 at 22:32











                • @marcolopes Don't remember. Don't have it anymore.

                  – Revetahw says Reinstate Monica
                  Dec 29 '18 at 22:34













                5















                5











                5









                This device worked out of the box for me with Xubuntu 16.04.01 (32-bit). No need to manually install any drivers or even do anything at all. If it doesn't work immediately, do a reboot. It works for me without any tinkering or installation of anything at all.



                Please note that I had the dongle plugged in even as I booted from the live CD and installed Xubuntu.






                share|improve this answer














                This device worked out of the box for me with Xubuntu 16.04.01 (32-bit). No need to manually install any drivers or even do anything at all. If it doesn't work immediately, do a reboot. It works for me without any tinkering or installation of anything at all.



                Please note that I had the dongle plugged in even as I booted from the live CD and installed Xubuntu.







                share|improve this answer













                share|improve this answer




                share|improve this answer










                answered Dec 19 '16 at 6:24









                Revetahw says Reinstate MonicaRevetahw says Reinstate Monica

                1,7004 gold badges25 silver badges52 bronze badges




                1,7004 gold badges25 silver badges52 bronze badges










                • 3





                  Second this. I plugged it in and restarted. Done!

                  – Christian Davén
                  Oct 11 '17 at 18:13











                • dongle V1 or V2?

                  – marcolopes
                  Dec 29 '18 at 22:32











                • @marcolopes Don't remember. Don't have it anymore.

                  – Revetahw says Reinstate Monica
                  Dec 29 '18 at 22:34












                • 3





                  Second this. I plugged it in and restarted. Done!

                  – Christian Davén
                  Oct 11 '17 at 18:13











                • dongle V1 or V2?

                  – marcolopes
                  Dec 29 '18 at 22:32











                • @marcolopes Don't remember. Don't have it anymore.

                  – Revetahw says Reinstate Monica
                  Dec 29 '18 at 22:34







                3




                3





                Second this. I plugged it in and restarted. Done!

                – Christian Davén
                Oct 11 '17 at 18:13





                Second this. I plugged it in and restarted. Done!

                – Christian Davén
                Oct 11 '17 at 18:13













                dongle V1 or V2?

                – marcolopes
                Dec 29 '18 at 22:32





                dongle V1 or V2?

                – marcolopes
                Dec 29 '18 at 22:32













                @marcolopes Don't remember. Don't have it anymore.

                – Revetahw says Reinstate Monica
                Dec 29 '18 at 22:34





                @marcolopes Don't remember. Don't have it anymore.

                – Revetahw says Reinstate Monica
                Dec 29 '18 at 22:34











                5



















                I was able to install without installing the rtl8188eu driver mentioned in other answer. My installation worked pretty fine by downloading the TL-WN725N driver from the official TPLink website and firing the following commands as instructed in their installation manual :



                sudo make
                sudo make install


                I ran the above commands by cd'ing into the Driver folder downloaded in driver's archive file



                EDIT: in newer kernel versions this solution does not work






                share|improve this answer
































                  5



















                  I was able to install without installing the rtl8188eu driver mentioned in other answer. My installation worked pretty fine by downloading the TL-WN725N driver from the official TPLink website and firing the following commands as instructed in their installation manual :



                  sudo make
                  sudo make install


                  I ran the above commands by cd'ing into the Driver folder downloaded in driver's archive file



                  EDIT: in newer kernel versions this solution does not work






                  share|improve this answer






























                    5















                    5











                    5









                    I was able to install without installing the rtl8188eu driver mentioned in other answer. My installation worked pretty fine by downloading the TL-WN725N driver from the official TPLink website and firing the following commands as instructed in their installation manual :



                    sudo make
                    sudo make install


                    I ran the above commands by cd'ing into the Driver folder downloaded in driver's archive file



                    EDIT: in newer kernel versions this solution does not work






                    share|improve this answer
















                    I was able to install without installing the rtl8188eu driver mentioned in other answer. My installation worked pretty fine by downloading the TL-WN725N driver from the official TPLink website and firing the following commands as instructed in their installation manual :



                    sudo make
                    sudo make install


                    I ran the above commands by cd'ing into the Driver folder downloaded in driver's archive file



                    EDIT: in newer kernel versions this solution does not work







                    share|improve this answer















                    share|improve this answer




                    share|improve this answer








                    edited Aug 2 '18 at 9:26

























                    answered Jun 13 '16 at 5:18









                    Tushar GoswamiTushar Goswami

                    1511 silver badge4 bronze badges




                    1511 silver badge4 bronze badges
























                        4



















                        Actually there are 2 different revision of this tl-wn725n wifi adapter, the v1 and the v2 which have different chipsets.



                        How to recognize them?



                        The tp-link website say that is possible to recognize them by the FCCID (labeled on the adapter).



                        If your FCCID terminates with v2 then is the second revision, which use the RTL8188EUS Realtek chipset.



                        Otherwise if your FCCID terminates with v1 (or you can't find a hardware version) it is the first revision, based on the Realtek RTL8188CUS chipset.



                        Where do i find the driver?



                        For the v2 version on the tp-link website : here



                        For the v1 version here (from realtek) , or here



                        More info:



                        https://wikidevi.com/wiki/TP-LINK_TL-WN725N_v1






                        share|improve this answer






























                          4



















                          Actually there are 2 different revision of this tl-wn725n wifi adapter, the v1 and the v2 which have different chipsets.



                          How to recognize them?



                          The tp-link website say that is possible to recognize them by the FCCID (labeled on the adapter).



                          If your FCCID terminates with v2 then is the second revision, which use the RTL8188EUS Realtek chipset.



                          Otherwise if your FCCID terminates with v1 (or you can't find a hardware version) it is the first revision, based on the Realtek RTL8188CUS chipset.



                          Where do i find the driver?



                          For the v2 version on the tp-link website : here



                          For the v1 version here (from realtek) , or here



                          More info:



                          https://wikidevi.com/wiki/TP-LINK_TL-WN725N_v1






                          share|improve this answer




























                            4















                            4











                            4









                            Actually there are 2 different revision of this tl-wn725n wifi adapter, the v1 and the v2 which have different chipsets.



                            How to recognize them?



                            The tp-link website say that is possible to recognize them by the FCCID (labeled on the adapter).



                            If your FCCID terminates with v2 then is the second revision, which use the RTL8188EUS Realtek chipset.



                            Otherwise if your FCCID terminates with v1 (or you can't find a hardware version) it is the first revision, based on the Realtek RTL8188CUS chipset.



                            Where do i find the driver?



                            For the v2 version on the tp-link website : here



                            For the v1 version here (from realtek) , or here



                            More info:



                            https://wikidevi.com/wiki/TP-LINK_TL-WN725N_v1






                            share|improve this answer














                            Actually there are 2 different revision of this tl-wn725n wifi adapter, the v1 and the v2 which have different chipsets.



                            How to recognize them?



                            The tp-link website say that is possible to recognize them by the FCCID (labeled on the adapter).



                            If your FCCID terminates with v2 then is the second revision, which use the RTL8188EUS Realtek chipset.



                            Otherwise if your FCCID terminates with v1 (or you can't find a hardware version) it is the first revision, based on the Realtek RTL8188CUS chipset.



                            Where do i find the driver?



                            For the v2 version on the tp-link website : here



                            For the v1 version here (from realtek) , or here



                            More info:



                            https://wikidevi.com/wiki/TP-LINK_TL-WN725N_v1







                            share|improve this answer













                            share|improve this answer




                            share|improve this answer










                            answered Jun 24 '16 at 18:45









                            fruggierofruggiero

                            1413 bronze badges




                            1413 bronze badges
























                                0



















                                I connected my HP laptop with internet using USB tethering to my mobile and Following are the commands that worked for me



                                sudo apt-get install linux-headers-generic build-essential
                                git clone https://github.com/lwfinger/rtl8188eu.git
                                cd rtl8188eu/
                                make
                                sudo make install
                                sudo modprobe 8188eu
                                sudo reboot


                                I'm using Ubuntu 16.04.4 LTS 64-bit and TP-Link 150Mbps Wireless N Nano USB Adapter TL-WN725N






                                share|improve this answer






























                                  0



















                                  I connected my HP laptop with internet using USB tethering to my mobile and Following are the commands that worked for me



                                  sudo apt-get install linux-headers-generic build-essential
                                  git clone https://github.com/lwfinger/rtl8188eu.git
                                  cd rtl8188eu/
                                  make
                                  sudo make install
                                  sudo modprobe 8188eu
                                  sudo reboot


                                  I'm using Ubuntu 16.04.4 LTS 64-bit and TP-Link 150Mbps Wireless N Nano USB Adapter TL-WN725N






                                  share|improve this answer




























                                    0















                                    0











                                    0









                                    I connected my HP laptop with internet using USB tethering to my mobile and Following are the commands that worked for me



                                    sudo apt-get install linux-headers-generic build-essential
                                    git clone https://github.com/lwfinger/rtl8188eu.git
                                    cd rtl8188eu/
                                    make
                                    sudo make install
                                    sudo modprobe 8188eu
                                    sudo reboot


                                    I'm using Ubuntu 16.04.4 LTS 64-bit and TP-Link 150Mbps Wireless N Nano USB Adapter TL-WN725N






                                    share|improve this answer














                                    I connected my HP laptop with internet using USB tethering to my mobile and Following are the commands that worked for me



                                    sudo apt-get install linux-headers-generic build-essential
                                    git clone https://github.com/lwfinger/rtl8188eu.git
                                    cd rtl8188eu/
                                    make
                                    sudo make install
                                    sudo modprobe 8188eu
                                    sudo reboot


                                    I'm using Ubuntu 16.04.4 LTS 64-bit and TP-Link 150Mbps Wireless N Nano USB Adapter TL-WN725N







                                    share|improve this answer













                                    share|improve this answer




                                    share|improve this answer










                                    answered Aug 24 '18 at 22:53









                                    Gopal SharmaGopal Sharma

                                    113 bronze badges




                                    113 bronze badges































                                        draft saved

                                        draft discarded















































                                        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.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function ()
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f678134%2fhow-to-install-tp-link-wn725n-wifi-usb-adapter-on-ubuntu-ubuntu-14-04-3-lts%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

                                        Tamil (spriik) Luke uk diar | Nawigatjuun

                                        Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                                        Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?