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;
The Set Up
- Phone - Moto z3 - developer mode ON, debugging mode ON
- easytether - v 1.1.19
- Ubuntu - 18.04.2
Actions taken
- installed easytether Pro
- installed drivers (easytether_0.8.9_amd64.deb)
dpkg -i easytether_0.8.9_amd64.deb
- ran following cmd
sudo easytether-usb
returns error message
interface tun-easytether is used by another process (hotplug?)
What I've Tried
- Restarting both phone and laptop.
- Turned wi-fi on and off
- Restarted the network manager
sudo systemctl restart network-manager.service
- Restarted the ModemManager
sudo systemctl restart ModemManager-manager.service
- Even though it states it's for 16.04 I added
source-directory interfaces.d
to myetc/network/interfaces
file. - As per easytether pro documentation tried running the following commands
# systemctl enable systemd-networkd
# systemctl start systemd-networkd
systemd-networkd not found?
The questions
- Is it an issue that the interface tun-easytether is being used? If it is how can I find out whats engaging it?
- If the process lock isn't my issue, where should I logically looking?
18.04 usb tethering easytether
add a comment
|
The Set Up
- Phone - Moto z3 - developer mode ON, debugging mode ON
- easytether - v 1.1.19
- Ubuntu - 18.04.2
Actions taken
- installed easytether Pro
- installed drivers (easytether_0.8.9_amd64.deb)
dpkg -i easytether_0.8.9_amd64.deb
- ran following cmd
sudo easytether-usb
returns error message
interface tun-easytether is used by another process (hotplug?)
What I've Tried
- Restarting both phone and laptop.
- Turned wi-fi on and off
- Restarted the network manager
sudo systemctl restart network-manager.service
- Restarted the ModemManager
sudo systemctl restart ModemManager-manager.service
- Even though it states it's for 16.04 I added
source-directory interfaces.d
to myetc/network/interfaces
file. - As per easytether pro documentation tried running the following commands
# systemctl enable systemd-networkd
# systemctl start systemd-networkd
systemd-networkd not found?
The questions
- Is it an issue that the interface tun-easytether is being used? If it is how can I find out whats engaging it?
- If the process lock isn't my issue, where should I logically looking?
18.04 usb tethering easytether
2
You could readman fuser;man lsof
and dosudo fuser /dev/net/tun-easyther
orsudo lsof /dev/net/tun-easyther
(or wherever in the/dev
treetun-easytheher
is) to see what process has it open,.
– waltinator
May 2 at 21:29
add a comment
|
The Set Up
- Phone - Moto z3 - developer mode ON, debugging mode ON
- easytether - v 1.1.19
- Ubuntu - 18.04.2
Actions taken
- installed easytether Pro
- installed drivers (easytether_0.8.9_amd64.deb)
dpkg -i easytether_0.8.9_amd64.deb
- ran following cmd
sudo easytether-usb
returns error message
interface tun-easytether is used by another process (hotplug?)
What I've Tried
- Restarting both phone and laptop.
- Turned wi-fi on and off
- Restarted the network manager
sudo systemctl restart network-manager.service
- Restarted the ModemManager
sudo systemctl restart ModemManager-manager.service
- Even though it states it's for 16.04 I added
source-directory interfaces.d
to myetc/network/interfaces
file. - As per easytether pro documentation tried running the following commands
# systemctl enable systemd-networkd
# systemctl start systemd-networkd
systemd-networkd not found?
The questions
- Is it an issue that the interface tun-easytether is being used? If it is how can I find out whats engaging it?
- If the process lock isn't my issue, where should I logically looking?
18.04 usb tethering easytether
The Set Up
- Phone - Moto z3 - developer mode ON, debugging mode ON
- easytether - v 1.1.19
- Ubuntu - 18.04.2
Actions taken
- installed easytether Pro
- installed drivers (easytether_0.8.9_amd64.deb)
dpkg -i easytether_0.8.9_amd64.deb
- ran following cmd
sudo easytether-usb
returns error message
interface tun-easytether is used by another process (hotplug?)
What I've Tried
- Restarting both phone and laptop.
- Turned wi-fi on and off
- Restarted the network manager
sudo systemctl restart network-manager.service
- Restarted the ModemManager
sudo systemctl restart ModemManager-manager.service
- Even though it states it's for 16.04 I added
source-directory interfaces.d
to myetc/network/interfaces
file. - As per easytether pro documentation tried running the following commands
# systemctl enable systemd-networkd
# systemctl start systemd-networkd
systemd-networkd not found?
The questions
- Is it an issue that the interface tun-easytether is being used? If it is how can I find out whats engaging it?
- If the process lock isn't my issue, where should I logically looking?
18.04 usb tethering easytether
18.04 usb tethering easytether
edited May 2 at 21:29
TekkSparrow
asked May 2 at 21:03
TekkSparrowTekkSparrow
11 bronze badge
11 bronze badge
2
You could readman fuser;man lsof
and dosudo fuser /dev/net/tun-easyther
orsudo lsof /dev/net/tun-easyther
(or wherever in the/dev
treetun-easytheher
is) to see what process has it open,.
– waltinator
May 2 at 21:29
add a comment
|
2
You could readman fuser;man lsof
and dosudo fuser /dev/net/tun-easyther
orsudo lsof /dev/net/tun-easyther
(or wherever in the/dev
treetun-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
add a comment
|
1 Answer
1
active
oldest
votes
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.
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%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
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.
add a comment
|
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.
add a comment
|
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.
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.
answered May 2 at 21:33
TekkSparrowTekkSparrow
11 bronze badge
11 bronze badge
add a comment
|
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
You could read
man fuser;man lsof
and dosudo fuser /dev/net/tun-easyther
orsudo lsof /dev/net/tun-easyther
(or wherever in the/dev
treetun-easytheher
is) to see what process has it open,.– waltinator
May 2 at 21:29