trying to use USB connection, easytether-usb and Ubuntu 18.04.2, error = interface is used by another process (hotplug?)How to direct Ubuntu to use USB connection for InternetTrying ubuntu using a bootable USB and creating an accountUbuntu Phone problems with text and USB/Bluetooth connectionTrying to use Ubuntu 16.10 desktop to diagnose USB hardware issueTrying to enable USB interface for Wireless Adapter Ubuntu 16.04.1 LTSTrying to use a TEMPer USB Thermometer with UbuntuUbuntu 18.04.2 LTS | Reboot and select proper boot device or insert boot media while trying to dual boot

A fast aquatic predator with multiple eyes and pupils. Would these eyes be possible?

Is fascism intrinsically violent?

Why does 1.1.1.1 not resolve archive.is?

SSD or HDD for server

"Distance" vs "a distance"

Do businesses save their customers' credit card information until the payment is finalized?

Possible omission of a relative pronoun in the beginning of a clause?

How does Firefox know my ISP login page?

Novel set in the future, children cannot change the class they are born into, one class is made uneducated by associating books with pain

Exists infinitely many as a numerical-quantifier

Perform a predetermined set of operations on a large sequence

Does a reincarnated Draconic Bloodline Sorcerer save his class abilities?

They say I should work on bigger things

How can demon technology be prevented from surpassing humans?

Paper status "Accept with Shepherd". What does it really mean?

"A tin of biscuits" vs "A biscuit tin"

Is there a push, in the United States, to use gender-neutral language and gender pronouns (when they are given)?

Can digital computers understand infinity?

How do I avoid and entry being shifted when using multirow and rowcolor at the same time?

7 mentions of night in Gospel of John

I’m having a hard time deciding whether this is a redemption arc

Do you say "good game" after a game in which your opponent played poorly?

counter in hexadecimal base

What is a recommended strategy on exercises in a mathematical textbook at graduate level?



trying to use USB connection, easytether-usb and Ubuntu 18.04.2, error = interface is used by another process (hotplug?)


How to direct Ubuntu to use USB connection for InternetTrying ubuntu using a bootable USB and creating an accountUbuntu Phone problems with text and USB/Bluetooth connectionTrying to use Ubuntu 16.10 desktop to diagnose USB hardware issueTrying to enable USB interface for Wireless Adapter Ubuntu 16.04.1 LTSTrying to use a TEMPer USB Thermometer with UbuntuUbuntu 18.04.2 LTS | Reboot and select proper boot device or insert boot media while trying to dual boot






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









0

















The Set Up



  • Phone - Moto z3 - developer mode ON, debugging mode ON

  • easytether - v 1.1.19

  • Ubuntu - 18.04.2

Actions taken



  1. installed easytether Pro

  2. installed drivers (easytether_0.8.9_amd64.deb)
    dpkg -i easytether_0.8.9_amd64.deb

  3. ran following cmd
    sudo easytether-usb
    returns error message

interface tun-easytether is used by another process (hotplug?)


What I've Tried



  1. Restarting both phone and laptop.

  2. Turned wi-fi on and off

  3. Restarted the network manager sudo systemctl restart network-manager.service

  4. Restarted the ModemManager sudo systemctl restart ModemManager-manager.service

  5. Even though it states it's for 16.04 I added source-directory interfaces.d to my etc/network/interfaces file.

  6. As per easytether pro documentation tried running the following commands

# systemctl enable systemd-networkd
# systemctl start systemd-networkd


systemd-networkd not found?



The questions



  1. Is it an issue that the interface tun-easytether is being used? If it is how can I find out whats engaging it?

  2. If the process lock isn't my issue, where should I logically looking?









share|improve this question























  • 2





    You could read man fuser;man lsof and do sudo fuser /dev/net/tun-easyther or sudo lsof /dev/net/tun-easyther (or wherever in the /dev tree tun-easytheher is) to see what process has it open,.

    – waltinator
    May 2 at 21:29

















0

















The Set Up



  • Phone - Moto z3 - developer mode ON, debugging mode ON

  • easytether - v 1.1.19

  • Ubuntu - 18.04.2

Actions taken



  1. installed easytether Pro

  2. installed drivers (easytether_0.8.9_amd64.deb)
    dpkg -i easytether_0.8.9_amd64.deb

  3. ran following cmd
    sudo easytether-usb
    returns error message

interface tun-easytether is used by another process (hotplug?)


What I've Tried



  1. Restarting both phone and laptop.

  2. Turned wi-fi on and off

  3. Restarted the network manager sudo systemctl restart network-manager.service

  4. Restarted the ModemManager sudo systemctl restart ModemManager-manager.service

  5. Even though it states it's for 16.04 I added source-directory interfaces.d to my etc/network/interfaces file.

  6. As per easytether pro documentation tried running the following commands

# systemctl enable systemd-networkd
# systemctl start systemd-networkd


systemd-networkd not found?



The questions



  1. Is it an issue that the interface tun-easytether is being used? If it is how can I find out whats engaging it?

  2. If the process lock isn't my issue, where should I logically looking?









share|improve this question























  • 2





    You could read man fuser;man lsof and do sudo fuser /dev/net/tun-easyther or sudo lsof /dev/net/tun-easyther (or wherever in the /dev tree tun-easytheher is) to see what process has it open,.

    – waltinator
    May 2 at 21:29













0












0








0








The Set Up



  • Phone - Moto z3 - developer mode ON, debugging mode ON

  • easytether - v 1.1.19

  • Ubuntu - 18.04.2

Actions taken



  1. installed easytether Pro

  2. installed drivers (easytether_0.8.9_amd64.deb)
    dpkg -i easytether_0.8.9_amd64.deb

  3. ran following cmd
    sudo easytether-usb
    returns error message

interface tun-easytether is used by another process (hotplug?)


What I've Tried



  1. Restarting both phone and laptop.

  2. Turned wi-fi on and off

  3. Restarted the network manager sudo systemctl restart network-manager.service

  4. Restarted the ModemManager sudo systemctl restart ModemManager-manager.service

  5. Even though it states it's for 16.04 I added source-directory interfaces.d to my etc/network/interfaces file.

  6. As per easytether pro documentation tried running the following commands

# systemctl enable systemd-networkd
# systemctl start systemd-networkd


systemd-networkd not found?



The questions



  1. Is it an issue that the interface tun-easytether is being used? If it is how can I find out whats engaging it?

  2. If the process lock isn't my issue, where should I logically looking?









share|improve this question
















The Set Up



  • Phone - Moto z3 - developer mode ON, debugging mode ON

  • easytether - v 1.1.19

  • Ubuntu - 18.04.2

Actions taken



  1. installed easytether Pro

  2. installed drivers (easytether_0.8.9_amd64.deb)
    dpkg -i easytether_0.8.9_amd64.deb

  3. ran following cmd
    sudo easytether-usb
    returns error message

interface tun-easytether is used by another process (hotplug?)


What I've Tried



  1. Restarting both phone and laptop.

  2. Turned wi-fi on and off

  3. Restarted the network manager sudo systemctl restart network-manager.service

  4. Restarted the ModemManager sudo systemctl restart ModemManager-manager.service

  5. Even though it states it's for 16.04 I added source-directory interfaces.d to my etc/network/interfaces file.

  6. As per easytether pro documentation tried running the following commands

# systemctl enable systemd-networkd
# systemctl start systemd-networkd


systemd-networkd not found?



The questions



  1. Is it an issue that the interface tun-easytether is being used? If it is how can I find out whats engaging it?

  2. If the process lock isn't my issue, where should I logically looking?






18.04 usb tethering easytether






share|improve this question















share|improve this question













share|improve this question




share|improve this question



share|improve this question








edited May 2 at 21:29







TekkSparrow

















asked May 2 at 21:03









TekkSparrowTekkSparrow

11 bronze badge




11 bronze badge










  • 2





    You could read man fuser;man lsof and do sudo fuser /dev/net/tun-easyther or sudo lsof /dev/net/tun-easyther (or wherever in the /dev tree tun-easytheher is) to see what process has it open,.

    – waltinator
    May 2 at 21:29












  • 2





    You could read man fuser;man lsof and do sudo fuser /dev/net/tun-easyther or sudo lsof /dev/net/tun-easyther (or wherever in the /dev tree tun-easytheher is) to see what process has it open,.

    – waltinator
    May 2 at 21:29







2




2





You could read man fuser;man lsof and do sudo fuser /dev/net/tun-easyther or sudo lsof /dev/net/tun-easyther (or wherever in the /dev tree tun-easytheher is) to see what process has it open,.

– waltinator
May 2 at 21:29





You could read man fuser;man lsof and do sudo fuser /dev/net/tun-easyther or sudo lsof /dev/net/tun-easyther (or wherever in the /dev tree tun-easytheher is) to see what process has it open,.

– waltinator
May 2 at 21:29










1 Answer
1






active

oldest

votes


















0


















Went over the easytether-pro documentation again and under Ubuntu 18.04 it instructs user to enable/start systemd-networkd



This time I used the command-line completion on the string "systemd" and one of the results were systemd-networkd.service



Having the '.service' at the end seems new to 18.06.



Anywho I'm on the lines which is what matters. Hope this helps others.






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%2f1140080%2ftrying-to-use-usb-connection-easytether-usb-and-ubuntu-18-04-2-error-interfa%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









    0


















    Went over the easytether-pro documentation again and under Ubuntu 18.04 it instructs user to enable/start systemd-networkd



    This time I used the command-line completion on the string "systemd" and one of the results were systemd-networkd.service



    Having the '.service' at the end seems new to 18.06.



    Anywho I'm on the lines which is what matters. Hope this helps others.






    share|improve this answer






























      0


















      Went over the easytether-pro documentation again and under Ubuntu 18.04 it instructs user to enable/start systemd-networkd



      This time I used the command-line completion on the string "systemd" and one of the results were systemd-networkd.service



      Having the '.service' at the end seems new to 18.06.



      Anywho I'm on the lines which is what matters. Hope this helps others.






      share|improve this answer




























        0














        0










        0









        Went over the easytether-pro documentation again and under Ubuntu 18.04 it instructs user to enable/start systemd-networkd



        This time I used the command-line completion on the string "systemd" and one of the results were systemd-networkd.service



        Having the '.service' at the end seems new to 18.06.



        Anywho I'm on the lines which is what matters. Hope this helps others.






        share|improve this answer














        Went over the easytether-pro documentation again and under Ubuntu 18.04 it instructs user to enable/start systemd-networkd



        This time I used the command-line completion on the string "systemd" and one of the results were systemd-networkd.service



        Having the '.service' at the end seems new to 18.06.



        Anywho I'm on the lines which is what matters. Hope this helps others.







        share|improve this answer













        share|improve this answer




        share|improve this answer



        share|improve this answer










        answered May 2 at 21:33









        TekkSparrowTekkSparrow

        11 bronze badge




        11 bronze badge































            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%2f1140080%2ftrying-to-use-usb-connection-easytether-usb-and-ubuntu-18-04-2-error-interfa%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?