Posts

Showing posts with the label usb modem

Micromax 352g modem in Ubuntu 12.10

Image
In one of my previous blog I have described how to configure Ubuntu 12.04 to use Micromax 352g Usb modem. But unfortunately this method is not working Ubuntu 12.10. But I have found another way to make same usb modem work in Ubuntu 12.10. First open terminal and run the following command: lsusb The out put will look something like this. Bus 001 Device 003: ID 0c45:63ea Microdia Bus 002 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB Bus 002 Device 008: ID 1c9e:9605 OMEGA TECHNOLOGY Bus 003 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth) 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 Noter here the device ID for your modem. For my case it is 1c9e:9605 from OMEGA TECHNOLOGY . Now create a configuration file with above vendor and product id using following command: sudo gedit /etc/usb_modeswitch.d/1c9e:9605 And add the following...

Micromax 3G usb modem on ubuntu 12.04

I am using Micromax 3G USB modem to access Internet for long time, and it was working fine with previous distribution of Ubuntu. I have recently upgraded my operating system from Ubuntu 11.10 to 12.04. After upgrading I have seen that system is not detecting my Micromax modem. Fortunately I found a very simple solution and here I am sharing it. You have to just edit the /etc/modules file. Use this code $ sudo gedit /etc/modules and then add this two line at the end of the file usbserial option This has worked for me. Hope this will also solve your problem. Cheers APaul NB: If you are using Ubuntu 12.10 probably the above method is not working. Check this post for work around.