[SOLVED] Help Me!! USB Mobile broadband dongle is not working
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Help Me!! USB Mobile broadband dongle is not working
I am newbie to linux and recently installed Ubuntu 16.10. But i can't access to internet using my dongle. I use the regular method; going to the wireless settings and adding a new connection. I did that too and nothing worked.
In my USB modem drive, there is a folder called linux, and inside of it, there are several files named, 7zr, install, Mobile Broadband.dat, etc etc... . And also a readme.txt.
I followed the instructions, which I m not understanding properly but there was a code to type in the terminal with logging as the root, something like " sudo tar (4 letters) Linux_install.tar.bz2"
I did that too but in return a message shows that can't find the file or event, exiting tar... .
Then I googled a bit and checked if the device is recognized by the OS using lsusb. In the list USB Modem is recognized but as a MASS STORAGE.
HOW can I make this work?
Plz help me any one.
Welcome to LinuxQuestions.org. In order to assist further we're going to need more details about your, mobile broadband device. So please provide the chipset details from lsusb. It is 'usb_modeswitch' that is involved in switching these devices from 'mass storage' mode to 'modem' mode, and this is done via device-specific udev rules. So, make sure that you have 'usb-modeswitch' and 'usb-modeswitch-data' packages installed first.
#ferrari #Emerson I opened the synaptic Package Manager and look for usb_modeswitch. It is already installed. But nothing works. Still usb modem shows as MAss Storage
usb 1-1.3: new high-speed USB device number 4 using ehci-pci
[ 2.620206] usb 3-3: New USB device found, idVendor=12d1, idProduct=1506
[ 2.620207] usb 3-3: New USB device strings: Mfr=3, Product=2, SerialNumber=0
[ 2.620208] usb 3-3: Product: HUAWEI Mobile
[ 2.620209] usb 3-3: Manufacturer: HUAWEI
[ 2.625870] usb-storage 3-3:1.4: USB Mass Storage device detected
[ 2.625980] scsi host6: usb-storage 3-3:1.4
[ 2.626038] usb-storage 3-3:1.5: USB Mass Storage device detected
[ 2.626125] scsi host7: usb-storage 3-3:1.5
[ 2.626174] usbcore: registered new interface driver usb-storage
[ 2.627922] usbcore: registered new interface driver uas
[ 2.707218] usb 1-1.3: New USB device found, idVendor=10f1, idProduct=1a4f
[ 2.707220] usb 1-1.3: New USB device strings: Mfr=2, Product=1, SerialNumber
For reference, I'm using openSUSE Leap 42.1 and using version 2.2.5, which includes a udev rule in /usr/lib/udev/rules.d/40-usb_modeswitch.rules to handle all Huawei devices...
[CODE]# Generic entry for all Huawei devices, excluding Android phones
ATTRS{idVendor}=="12d1", ATTRS{manufacturer}!="Android*", ATTR{bInterfaceNumber}=="00", ATTR{bInterfaceClass}=="08", RUN+="usb_modeswitch '%b/%k'"
This output is interesting, since 1506 is the target device ID which suggests that usb-modeswitch is doing it's job..
Code:
[ 2.620206] usb 3-3: New USB device found, idVendor=12d1, idProduct=1506
[ 2.620207] usb 3-3: New USB device strings: Mfr=3, Product=2, SerialNumber=0
[ 2.620208] usb 3-3: Product: HUAWEI Mobile
[ 2.620209] usb 3-3: Manufacturer: HUAWEI
However, it's not clear why usb mass storage device is then detected.
Problem is somehow fixed.
While I m waiting here I also googled for some answers and there was a suggested ppa package to be installed. And after the installation even if I restart my pc my usb modem didnt show up. SO I remove the installed package and mark the both canonical packages.
Somehow without giving a restart in wifi settings top right corner My dongle started to show up. Any way now its working and thanks for everyone's help
A bit confusing about what you did here, but as I mentioned before, the kernel output did suggest usb-modeswitch was doing its job with the 'idProduct=1506' being reported. Anyway, good to read that you now have mobile broadband connectivity.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.