Hi All, Follow the below step, then you can install most of the USB modems without too much pain in Ubuntu.
*Step : 1* Find the vendor id and product id of USB modem using lsusb *Step : 2* Add the details to /etc/modules like below usbserial vendor=0x05c6 product=0x0016 *Step : 3* Restart the computer and open disk utility and eject Data storage part of your USB modem. In most of the case the modem will detected in the network manager soon. if you are still not able to connect you can use sakis3g script to configure your USB modem. http://dl.dropboxusercontent.com/u/21041454/sakis3g.gz Download the gz file to Downloads folder and extract the script, then move it to /usr/bin using below command sudo mv Download/sakis3g /usr/bin Make this script as executable with below command; sudo chmod a+x /usr/bin/sakis3g Finally run the script as root sudo /usr/bin/sakis3g Tested on Ubuntu 14.04 64 bit with multiple computers. See below website for step by step detailed instructions. http://dailylifetipsandtricks.blogspot.com/2014/04/how-to-install-non-detecting-usb-modems-in-ubuntu.html Cheers, Danial José -- -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en --- You received this message because you are subscribed to the Google Groups "Free Software Users Group, Thiruvananthapuram" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
