Ubuntu 16.04 Huawei USB Modem not connecting
I am having hard time connecting to the Internet using my 4G modem Huawei E5372 on my Desktop PC on Ubuntu via USB,
I have the following error
Error mounting /dev/sr1 at /media/userpc/MobileWiFi:
Command-line `mount -t "iso9660" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500" "/dev/sr1"
"/media/userpc/MobileWiFi"' exited with non-zero exit status 32: mount: /dev/sr1 is already mounted or /media/userpc/MobileWiFi busy
enter code here
Edit: requested dmesg output.
internet usb-modem mobile-broadband huawei
add a comment |
I am having hard time connecting to the Internet using my 4G modem Huawei E5372 on my Desktop PC on Ubuntu via USB,
I have the following error
Error mounting /dev/sr1 at /media/userpc/MobileWiFi:
Command-line `mount -t "iso9660" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500" "/dev/sr1"
"/media/userpc/MobileWiFi"' exited with non-zero exit status 32: mount: /dev/sr1 is already mounted or /media/userpc/MobileWiFi busy
enter code here
Edit: requested dmesg output.
internet usb-modem mobile-broadband huawei
Please edit the output oflsusbinto your post. Thank you for helping us help you!
– Elder Geek
Sep 17 '17 at 21:42
add a comment |
I am having hard time connecting to the Internet using my 4G modem Huawei E5372 on my Desktop PC on Ubuntu via USB,
I have the following error
Error mounting /dev/sr1 at /media/userpc/MobileWiFi:
Command-line `mount -t "iso9660" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500" "/dev/sr1"
"/media/userpc/MobileWiFi"' exited with non-zero exit status 32: mount: /dev/sr1 is already mounted or /media/userpc/MobileWiFi busy
enter code here
Edit: requested dmesg output.
internet usb-modem mobile-broadband huawei
I am having hard time connecting to the Internet using my 4G modem Huawei E5372 on my Desktop PC on Ubuntu via USB,
I have the following error
Error mounting /dev/sr1 at /media/userpc/MobileWiFi:
Command-line `mount -t "iso9660" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500" "/dev/sr1"
"/media/userpc/MobileWiFi"' exited with non-zero exit status 32: mount: /dev/sr1 is already mounted or /media/userpc/MobileWiFi busy
enter code here
Edit: requested dmesg output.
internet usb-modem mobile-broadband huawei
internet usb-modem mobile-broadband huawei
edited Sep 17 '17 at 21:38
Elder Geek
27.4k955130
27.4k955130
asked Sep 17 '17 at 18:50
alexanderalexander
111
111
Please edit the output oflsusbinto your post. Thank you for helping us help you!
– Elder Geek
Sep 17 '17 at 21:42
add a comment |
Please edit the output oflsusbinto your post. Thank you for helping us help you!
– Elder Geek
Sep 17 '17 at 21:42
Please edit the output of
lsusb into your post. Thank you for helping us help you!– Elder Geek
Sep 17 '17 at 21:42
Please edit the output of
lsusb into your post. Thank you for helping us help you!– Elder Geek
Sep 17 '17 at 21:42
add a comment |
1 Answer
1
active
oldest
votes
Open up the terminal type "lsusb" and check wheter your device is being detected as an network card or not.
USB modem can be identified as an Network card,cd rom and an usb storage.So your system will pick one i.e cd rom as its mounted first.
This is actually done by usb mod switch so instead of switching to cd rom,your should be switched as an network card.
Now I suppose you dont have the required drivers so instead I will provide two of them.Try one of them and they verify wheter it worked or not.
This is a github link to Huwaei drivers link so you can use "git clone https://github.com/siddht4/Huwaei_linux_drivers" to clone/download to your system.
So now start installing the drivers.
Assuming you have chosen A.
Note : Make sure that you have make,build-essential,gcc,g++ already in your system.
Step 1: Navigate to the sub folder i.e "Linux", can be done in terminal by "cd Linux"
Step 2: Then you will find "install" file, which you have to run as root.This file will install Huwaei drivers for Linux.
Do do so,open up terminal in the current directory or continue in the terminal opened at step 1, in terminal type "sudo ./install", this will install the Huwaei drivers. This will also use NDIS module to support your modem.
Step 3: Reboot so that the installed new modules are loaded in your system. Now connect your USB modem and verify wheter it works or not.
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/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f956792%2fubuntu-16-04-huawei-usb-modem-not-connecting%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
Open up the terminal type "lsusb" and check wheter your device is being detected as an network card or not.
USB modem can be identified as an Network card,cd rom and an usb storage.So your system will pick one i.e cd rom as its mounted first.
This is actually done by usb mod switch so instead of switching to cd rom,your should be switched as an network card.
Now I suppose you dont have the required drivers so instead I will provide two of them.Try one of them and they verify wheter it worked or not.
This is a github link to Huwaei drivers link so you can use "git clone https://github.com/siddht4/Huwaei_linux_drivers" to clone/download to your system.
So now start installing the drivers.
Assuming you have chosen A.
Note : Make sure that you have make,build-essential,gcc,g++ already in your system.
Step 1: Navigate to the sub folder i.e "Linux", can be done in terminal by "cd Linux"
Step 2: Then you will find "install" file, which you have to run as root.This file will install Huwaei drivers for Linux.
Do do so,open up terminal in the current directory or continue in the terminal opened at step 1, in terminal type "sudo ./install", this will install the Huwaei drivers. This will also use NDIS module to support your modem.
Step 3: Reboot so that the installed new modules are loaded in your system. Now connect your USB modem and verify wheter it works or not.
add a comment |
Open up the terminal type "lsusb" and check wheter your device is being detected as an network card or not.
USB modem can be identified as an Network card,cd rom and an usb storage.So your system will pick one i.e cd rom as its mounted first.
This is actually done by usb mod switch so instead of switching to cd rom,your should be switched as an network card.
Now I suppose you dont have the required drivers so instead I will provide two of them.Try one of them and they verify wheter it worked or not.
This is a github link to Huwaei drivers link so you can use "git clone https://github.com/siddht4/Huwaei_linux_drivers" to clone/download to your system.
So now start installing the drivers.
Assuming you have chosen A.
Note : Make sure that you have make,build-essential,gcc,g++ already in your system.
Step 1: Navigate to the sub folder i.e "Linux", can be done in terminal by "cd Linux"
Step 2: Then you will find "install" file, which you have to run as root.This file will install Huwaei drivers for Linux.
Do do so,open up terminal in the current directory or continue in the terminal opened at step 1, in terminal type "sudo ./install", this will install the Huwaei drivers. This will also use NDIS module to support your modem.
Step 3: Reboot so that the installed new modules are loaded in your system. Now connect your USB modem and verify wheter it works or not.
add a comment |
Open up the terminal type "lsusb" and check wheter your device is being detected as an network card or not.
USB modem can be identified as an Network card,cd rom and an usb storage.So your system will pick one i.e cd rom as its mounted first.
This is actually done by usb mod switch so instead of switching to cd rom,your should be switched as an network card.
Now I suppose you dont have the required drivers so instead I will provide two of them.Try one of them and they verify wheter it worked or not.
This is a github link to Huwaei drivers link so you can use "git clone https://github.com/siddht4/Huwaei_linux_drivers" to clone/download to your system.
So now start installing the drivers.
Assuming you have chosen A.
Note : Make sure that you have make,build-essential,gcc,g++ already in your system.
Step 1: Navigate to the sub folder i.e "Linux", can be done in terminal by "cd Linux"
Step 2: Then you will find "install" file, which you have to run as root.This file will install Huwaei drivers for Linux.
Do do so,open up terminal in the current directory or continue in the terminal opened at step 1, in terminal type "sudo ./install", this will install the Huwaei drivers. This will also use NDIS module to support your modem.
Step 3: Reboot so that the installed new modules are loaded in your system. Now connect your USB modem and verify wheter it works or not.
Open up the terminal type "lsusb" and check wheter your device is being detected as an network card or not.
USB modem can be identified as an Network card,cd rom and an usb storage.So your system will pick one i.e cd rom as its mounted first.
This is actually done by usb mod switch so instead of switching to cd rom,your should be switched as an network card.
Now I suppose you dont have the required drivers so instead I will provide two of them.Try one of them and they verify wheter it worked or not.
This is a github link to Huwaei drivers link so you can use "git clone https://github.com/siddht4/Huwaei_linux_drivers" to clone/download to your system.
So now start installing the drivers.
Assuming you have chosen A.
Note : Make sure that you have make,build-essential,gcc,g++ already in your system.
Step 1: Navigate to the sub folder i.e "Linux", can be done in terminal by "cd Linux"
Step 2: Then you will find "install" file, which you have to run as root.This file will install Huwaei drivers for Linux.
Do do so,open up terminal in the current directory or continue in the terminal opened at step 1, in terminal type "sudo ./install", this will install the Huwaei drivers. This will also use NDIS module to support your modem.
Step 3: Reboot so that the installed new modules are loaded in your system. Now connect your USB modem and verify wheter it works or not.
answered Sep 19 '17 at 18:41
SIDDHARTHSIDDHARTH
1468
1468
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%2f956792%2fubuntu-16-04-huawei-usb-modem-not-connecting%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
Please edit the output of
lsusbinto your post. Thank you for helping us help you!– Elder Geek
Sep 17 '17 at 21:42