Micromax 352g modem in Ubuntu 12.10
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...