I have Micromax 3G modem, and I inserted it in the USB port, but it is not being detected by Ubuntu 12.04, that I'm using from a Live USB. I tried creating a mobile Internet connection, however, eventhough I created it, there is no option to connect.
I had previously used 11.10 Ubuntu, and it had automatically detected the datastick modem and asked me to create a connection.
On typing lsusb
in the terminal it gives the following:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 03f0:5307 Hewlett-Packard
Bus 001 Device 008: ID 1c9e:9605 OMEGA TECHNOLOGY
Bus 001 Device 006: ID 5986:0364 Acer, Inc
tried to insert the modem before boot, with negative results
Best Answer
Since we have the same vendor & product ID, create your config same as what i have:
Paste this code on the editor
Save and exit, then log in as root to your terminal:
Type & confirm your root password, and do:
If you didn't receive any error messages, you'll then see a new Mobile Broadband Connection on your Network Manager (top right wifi icon)
you need to run this code every session but you can just add the code below to your
/etc/rc.local
(insert before the 'exit 0') so it will be part of your startup programs:Hope this helps ..