Ubuntu 12.04 isn't detecting my Alcatel 3G modem

Today I installed Ubuntu 12.04 and Ubuntu didn't detect 3G usb modem

I tried with usb_modeswitch but nothing happened. I have Alcatel one touch X200D and isn't showing Mobile Broadband option in the network manager indicator.

Here is pictures of output of lsusb and usb-devices command

lsusb:

usb-devices:

I hope you will help me.

I only have only Internet so it will be hard to make upgrade because of this problem.

0

2 Answers

(Data, from your image)

This USB device is brand/model ID 1bbb:0000, which is not a modem. This simply means the device has auto-configured itself as USB flash storage.

Device needs to be reconfigured (using USB_modeswitch) to be 1bbb:0017 (or similar).

1

Sakis3g is best, you can download it from

or the x86_64 version also.

Only compatible for GSM at present.

All you need to do it download and extract the script file sakis3g somewhere.

$ cd /path/to/sakis3g
$ sudo chmod +x sakis3g
$ sudo ./sakis3g

A GUI follows, where you will be asked for very few details. Also it prompts for username and password. If you don't have username or password, simply enter anything and hit OK.

Hope this works, if not, please let know.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like