How to tell if Ubuntu is using WiFi or Ethernet

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I'm using Kubuntu18.04 and whenever I use Firefox with the Ethernet cable connected or without I get the same download speed. But with Falkon download speeds are 30mb/s faster and upload speeds are 10mb/s slower. Also if I turn WiFi off and try to use either web browser they don't work. So what I'm asking is how to tell if Ubuntu is using Ethernet or WiFi and if not using Ethernet how to make it use Ethernet.



Thank you for reading.







share|improve this question


















  • 4




    Possible duplicate of How to tell whether your computer is using wifi or ethernet to access the internet
    – Stackcraft_noob
    May 13 at 1:56














up vote
0
down vote

favorite












I'm using Kubuntu18.04 and whenever I use Firefox with the Ethernet cable connected or without I get the same download speed. But with Falkon download speeds are 30mb/s faster and upload speeds are 10mb/s slower. Also if I turn WiFi off and try to use either web browser they don't work. So what I'm asking is how to tell if Ubuntu is using Ethernet or WiFi and if not using Ethernet how to make it use Ethernet.



Thank you for reading.







share|improve this question


















  • 4




    Possible duplicate of How to tell whether your computer is using wifi or ethernet to access the internet
    – Stackcraft_noob
    May 13 at 1:56












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm using Kubuntu18.04 and whenever I use Firefox with the Ethernet cable connected or without I get the same download speed. But with Falkon download speeds are 30mb/s faster and upload speeds are 10mb/s slower. Also if I turn WiFi off and try to use either web browser they don't work. So what I'm asking is how to tell if Ubuntu is using Ethernet or WiFi and if not using Ethernet how to make it use Ethernet.



Thank you for reading.







share|improve this question














I'm using Kubuntu18.04 and whenever I use Firefox with the Ethernet cable connected or without I get the same download speed. But with Falkon download speeds are 30mb/s faster and upload speeds are 10mb/s slower. Also if I turn WiFi off and try to use either web browser they don't work. So what I'm asking is how to tell if Ubuntu is using Ethernet or WiFi and if not using Ethernet how to make it use Ethernet.



Thank you for reading.









share|improve this question













share|improve this question




share|improve this question








edited May 13 at 15:30









WinEunuuchs2Unix

35k758132




35k758132










asked May 13 at 1:03









William Macpherson

11




11







  • 4




    Possible duplicate of How to tell whether your computer is using wifi or ethernet to access the internet
    – Stackcraft_noob
    May 13 at 1:56












  • 4




    Possible duplicate of How to tell whether your computer is using wifi or ethernet to access the internet
    – Stackcraft_noob
    May 13 at 1:56







4




4




Possible duplicate of How to tell whether your computer is using wifi or ethernet to access the internet
– Stackcraft_noob
May 13 at 1:56




Possible duplicate of How to tell whether your computer is using wifi or ethernet to access the internet
– Stackcraft_noob
May 13 at 1:56










2 Answers
2






active

oldest

votes

















up vote
1
down vote













Ubuntu will use both your Wireless and your Ethernet at the same time. I use a program called vnstat for Internet traffic monitoring:



$ vnstat

rx / tx / total / estimated
wlp60s0:
Apr '18 20.83 GiB / 1.55 GiB / 22.38 GiB
May '18 4.33 GiB / 5.34 MiB / 4.34 GiB / 11.36 GiB
yesterday 404.97 MiB / 509 KiB / 405.47 MiB
today 593.05 MiB / 773 KiB / 593.80 MiB / --

enp59s0:
Apr '18 206.79 GiB / 56.90 GiB / 263.69 GiB
May '18 63.19 GiB / 13.34 GiB / 76.53 GiB / 200.60 GiB
yesterday 6.73 GiB / 817.44 MiB / 7.53 GiB
today 4.03 GiB / 376.32 MiB / 4.39 GiB / 5.31 GiB


Today the WiFi (wlp60s0) has sent/received 593 MB and Ethernet (enp59s0) has sent/received 4.39 GB.



To setup vnstat see this Q&A: How to track the total network data in a month




You don't have to tell Ubuntu to use Ethernet over Wifi because it automatically uses the fastest connection. The exception being if your Ethernet is 100 Mbps and your WiFi is faster than 300 Mbps. In this case the WiFi would take precedence.



If your WiFi is faster than your Ethernet click the Up/Down arrow representing network connection in the Systray. From the drop down menu disable the WiFi link by clicking disconnect button. You can also disable the Ethernet link from the same drop down menu.






share|improve this answer





























    up vote
    0
    down vote













    Using pre-existing tools you can:



    $ sudo lshw -c network


    Then look in the 'configuration:' section of each network adaptor, whichever has 'link=yes' is the one connected.






    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',
      convertImagesToLinks: true,
      noModals: false,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      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%2f1035535%2fhow-to-tell-if-ubuntu-is-using-wifi-or-ethernet%23new-answer', 'question_page');

      );

      Post as a guest






























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      1
      down vote













      Ubuntu will use both your Wireless and your Ethernet at the same time. I use a program called vnstat for Internet traffic monitoring:



      $ vnstat

      rx / tx / total / estimated
      wlp60s0:
      Apr '18 20.83 GiB / 1.55 GiB / 22.38 GiB
      May '18 4.33 GiB / 5.34 MiB / 4.34 GiB / 11.36 GiB
      yesterday 404.97 MiB / 509 KiB / 405.47 MiB
      today 593.05 MiB / 773 KiB / 593.80 MiB / --

      enp59s0:
      Apr '18 206.79 GiB / 56.90 GiB / 263.69 GiB
      May '18 63.19 GiB / 13.34 GiB / 76.53 GiB / 200.60 GiB
      yesterday 6.73 GiB / 817.44 MiB / 7.53 GiB
      today 4.03 GiB / 376.32 MiB / 4.39 GiB / 5.31 GiB


      Today the WiFi (wlp60s0) has sent/received 593 MB and Ethernet (enp59s0) has sent/received 4.39 GB.



      To setup vnstat see this Q&A: How to track the total network data in a month




      You don't have to tell Ubuntu to use Ethernet over Wifi because it automatically uses the fastest connection. The exception being if your Ethernet is 100 Mbps and your WiFi is faster than 300 Mbps. In this case the WiFi would take precedence.



      If your WiFi is faster than your Ethernet click the Up/Down arrow representing network connection in the Systray. From the drop down menu disable the WiFi link by clicking disconnect button. You can also disable the Ethernet link from the same drop down menu.






      share|improve this answer


























        up vote
        1
        down vote













        Ubuntu will use both your Wireless and your Ethernet at the same time. I use a program called vnstat for Internet traffic monitoring:



        $ vnstat

        rx / tx / total / estimated
        wlp60s0:
        Apr '18 20.83 GiB / 1.55 GiB / 22.38 GiB
        May '18 4.33 GiB / 5.34 MiB / 4.34 GiB / 11.36 GiB
        yesterday 404.97 MiB / 509 KiB / 405.47 MiB
        today 593.05 MiB / 773 KiB / 593.80 MiB / --

        enp59s0:
        Apr '18 206.79 GiB / 56.90 GiB / 263.69 GiB
        May '18 63.19 GiB / 13.34 GiB / 76.53 GiB / 200.60 GiB
        yesterday 6.73 GiB / 817.44 MiB / 7.53 GiB
        today 4.03 GiB / 376.32 MiB / 4.39 GiB / 5.31 GiB


        Today the WiFi (wlp60s0) has sent/received 593 MB and Ethernet (enp59s0) has sent/received 4.39 GB.



        To setup vnstat see this Q&A: How to track the total network data in a month




        You don't have to tell Ubuntu to use Ethernet over Wifi because it automatically uses the fastest connection. The exception being if your Ethernet is 100 Mbps and your WiFi is faster than 300 Mbps. In this case the WiFi would take precedence.



        If your WiFi is faster than your Ethernet click the Up/Down arrow representing network connection in the Systray. From the drop down menu disable the WiFi link by clicking disconnect button. You can also disable the Ethernet link from the same drop down menu.






        share|improve this answer
























          up vote
          1
          down vote










          up vote
          1
          down vote









          Ubuntu will use both your Wireless and your Ethernet at the same time. I use a program called vnstat for Internet traffic monitoring:



          $ vnstat

          rx / tx / total / estimated
          wlp60s0:
          Apr '18 20.83 GiB / 1.55 GiB / 22.38 GiB
          May '18 4.33 GiB / 5.34 MiB / 4.34 GiB / 11.36 GiB
          yesterday 404.97 MiB / 509 KiB / 405.47 MiB
          today 593.05 MiB / 773 KiB / 593.80 MiB / --

          enp59s0:
          Apr '18 206.79 GiB / 56.90 GiB / 263.69 GiB
          May '18 63.19 GiB / 13.34 GiB / 76.53 GiB / 200.60 GiB
          yesterday 6.73 GiB / 817.44 MiB / 7.53 GiB
          today 4.03 GiB / 376.32 MiB / 4.39 GiB / 5.31 GiB


          Today the WiFi (wlp60s0) has sent/received 593 MB and Ethernet (enp59s0) has sent/received 4.39 GB.



          To setup vnstat see this Q&A: How to track the total network data in a month




          You don't have to tell Ubuntu to use Ethernet over Wifi because it automatically uses the fastest connection. The exception being if your Ethernet is 100 Mbps and your WiFi is faster than 300 Mbps. In this case the WiFi would take precedence.



          If your WiFi is faster than your Ethernet click the Up/Down arrow representing network connection in the Systray. From the drop down menu disable the WiFi link by clicking disconnect button. You can also disable the Ethernet link from the same drop down menu.






          share|improve this answer














          Ubuntu will use both your Wireless and your Ethernet at the same time. I use a program called vnstat for Internet traffic monitoring:



          $ vnstat

          rx / tx / total / estimated
          wlp60s0:
          Apr '18 20.83 GiB / 1.55 GiB / 22.38 GiB
          May '18 4.33 GiB / 5.34 MiB / 4.34 GiB / 11.36 GiB
          yesterday 404.97 MiB / 509 KiB / 405.47 MiB
          today 593.05 MiB / 773 KiB / 593.80 MiB / --

          enp59s0:
          Apr '18 206.79 GiB / 56.90 GiB / 263.69 GiB
          May '18 63.19 GiB / 13.34 GiB / 76.53 GiB / 200.60 GiB
          yesterday 6.73 GiB / 817.44 MiB / 7.53 GiB
          today 4.03 GiB / 376.32 MiB / 4.39 GiB / 5.31 GiB


          Today the WiFi (wlp60s0) has sent/received 593 MB and Ethernet (enp59s0) has sent/received 4.39 GB.



          To setup vnstat see this Q&A: How to track the total network data in a month




          You don't have to tell Ubuntu to use Ethernet over Wifi because it automatically uses the fastest connection. The exception being if your Ethernet is 100 Mbps and your WiFi is faster than 300 Mbps. In this case the WiFi would take precedence.



          If your WiFi is faster than your Ethernet click the Up/Down arrow representing network connection in the Systray. From the drop down menu disable the WiFi link by clicking disconnect button. You can also disable the Ethernet link from the same drop down menu.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited May 13 at 15:29

























          answered May 13 at 1:57









          WinEunuuchs2Unix

          35k758132




          35k758132






















              up vote
              0
              down vote













              Using pre-existing tools you can:



              $ sudo lshw -c network


              Then look in the 'configuration:' section of each network adaptor, whichever has 'link=yes' is the one connected.






              share|improve this answer
























                up vote
                0
                down vote













                Using pre-existing tools you can:



                $ sudo lshw -c network


                Then look in the 'configuration:' section of each network adaptor, whichever has 'link=yes' is the one connected.






                share|improve this answer






















                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  Using pre-existing tools you can:



                  $ sudo lshw -c network


                  Then look in the 'configuration:' section of each network adaptor, whichever has 'link=yes' is the one connected.






                  share|improve this answer












                  Using pre-existing tools you can:



                  $ sudo lshw -c network


                  Then look in the 'configuration:' section of each network adaptor, whichever has 'link=yes' is the one connected.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered May 13 at 15:48









                  Broadsworde

                  695720




                  695720






















                       

                      draft saved


                      draft discarded


























                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1035535%2fhow-to-tell-if-ubuntu-is-using-wifi-or-ethernet%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      Popular posts from this blog

                      pylint3 and pip3 broken

                      Missing snmpget and snmpwalk

                      How to enroll fingerprints to Ubuntu 17.10 with VFS491