geeteam Posted February 10, 2014 Share Posted February 10, 2014 Solution 1: Create New ConnectionIn ubuntu systems, drivers for almost all the types of USB modem are present. You just need to create a new “mobile broadband connection” following the steps below: Step OnePlug the USB net connecter to the system and check for the “new mobile broadband connection” in top right corner, under the item with network icon. In latest version of Ubuntu ( 12.04 onwards ) you will find “Edit Connections” option. Step TwoSelect for the “new mobile broadband connection” or “Edit Connections” (in newer versions). Now, click on “Add” new connection and select “mobile broadband” in the options. Step ThreeSelect the detected device and Select the “country and region” and continue. It will show you the list of providers according to the country you have selected. Now here you can select the provider of internet connection. Step FourSelect your provider in the available options and continue. If provider is not present in the list, enter it manually as you wish and continue. On the next screen you can select your plan if you have selected your provider. According your plan the APN will be automatically set. If you are doing manual setup of provider then put the number as *99#, give appropriate APN and leave username, password field blank. Step FiveSave your connection and continue. Step SixNow you will see the newly created connection available in top right corner, under the item with network icon, which you can use to connect the dongle.You have successfully connected to web now. Solution 2: Execute Vendor’s Shell ScriptFor all linux flavour in general, most of the usb dongle vendors have the set up for it in form of “.sh” file, which is basically a shell script file. It can be executed in linux terminal using sh command. Follow the steps below to get it installed: Step OneFind the “.sh” file in the inbuilt memory of the device.For example in airtel 3g usb dongle you will find it in the folder named “Linux”. If there is no such file we cannot proceed. Step TwoThere is high probability that this “.sh” is invoking other files in the same folder.So it will be a good approach to copy the complete folder in your system. Step ThreeFor ensuring that the files are having full permissions, change the permission of the folder in your local system to 777 using the command “chmod”. In ubuntu system use the following command to change the permission:sudo chmod -R 777 /path/to/the/setup/folderIn other systems you can login as admin user to the terminal and use the following command:chmod -R 777 path/to/the/setup/folderStep FourNow get into the folder and execute the “.sh” file present there as super user or with admin privilege. Use the following command to do so:In ubuntu System:sudo sh filename.shIn other systems login as admin user in terminal and do:sh filename.shStep FiveThe application in now successfully installed on your linux system which you can use to connect to the web in a well managed way than the previous solution. It is well managed in the sense that you can track your datausage, use the phone dialer interface , edit the connection setting and many more.Source : GeekStuffsCredits : InnoCentGee Quote Link to comment Share on other sites More sharing options...
dMog Posted February 10, 2014 Share Posted February 10, 2014 and you wonder why most prefer windows over linux Quote Link to comment Share on other sites More sharing options...
geeteam Posted February 10, 2014 Author Share Posted February 10, 2014 and you wonder why most prefer windows over linuxhehehe ... @dMog its rather unfortunate but things are going to get better. :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.