Veera / Blog

How to make Reliance Netconnect broadband to work on Ubuntu 10.04

If you are following me in this blog, you might be aware of that I switched to Ubuntu 10.04 last week. On changing, I had to give some effort to make sure my Reliance Netconnect broadband connection working in Ubuntu. Here's how I did it, based on referring several sources and forums in the internet.

Method 1: The Out-Of-The-Box method

Getting internet connection working in this method is really a child's play. Just follow these steps:

  1. The MUST thing first - Buy a Reliance Netconnect broadband USB device! :) Most probably it would be a huawei device and I assume it is.
  2. Plug-it in any available USB port.
  3. Ubuntu 10.04 should detect your device now. Now go to **System -> Preferences -> Network connections **and select the **Mobile Broadband **tab. You'll see something like this:Screenshot-New Reliance Mobile Broadband Connection on Ubuntu 10.04
  4. From the above step, just follow whatever the wizard says (don't worry! the wizard won't ask you to jump from the building). Select India in *Providers Country *page and select **Reliance **in *Provider *page respectively.
  5. In the last window, give a name to the connection (*Reliance *for example) and then enter your USB device number which is nothing but the mobile number in the user name and password fields (yes, both are same). In the *Number *field, type **#777 **if it is not already there.Screenshot-Editing Reliance connection on Ubuntu 10.04
  6. If you want, you can check the Connect automatically check box.
  7. Now, click apply and you're done. The connection should work now. If you didn't select connect automatically then you can click on the network icon on the Ubuntu top bar and select your connection which you created just now.

**
Unfortunately, the above method **did not work **for me. So, I researched (googled, to be accurate) a bit more and found another way.

Method 2: The Do-It-Yourself way:

Since Ubuntu couldn't come to my rescue, I have to make my hands dirty to get the connection working. Followed these steps:

  1. In order to manually connect with Reliance netconnect broadband we need two packages: **wvdial **(tool to make connections from a modem)** **and **gnome-ppp **(front end to the wvdial).
  2. These two packages have few dependencies too. Means you need to install all of them. Since you do not have an active internet connection yet on your machine, you cant apt-get anything. So,  get a help from your friend who *might* be having an internet connection system and download the below packages.
  3. Now bring the above downloaded files to your machine and install them (right click and select Open with GDebi package installer) in the above given order.
  4. Now open *terminal window and give the command lsusb *which will list all USB devices attached to the laptop,. You must see the Hauwei device listed there. And then give the command *dmesg *to see which port our model actually using. It would be something like TTYUSB0, TTYUSB1, etc.
  5. Now give the command _sudo gnome-ppp _ to start the wvdial front end utility.Screenshot-GNOME PPP
  6. Now go to setup and in that window select the modem port (/dev/ttyUSB0 for example, which you must have seen in the 4th step using dmesg command) in the *Device *field and click detect. Your modem must be detected now. Then select *Type *as USB Modem and select the maximum available speed for the *speed *field.Screenshot-gnome-ppp-Setup
  7. Click *close *and come back to the *gnome-ppp *front window. Enter the username and password (which is your device number), **#777 **for the number and click connect. Now you should be connected.
  8. Here after, whenever you want to connect to internet, just open gnone-ppp and click connect. The settings must have been saved already.

Fortunately, the above methid **did work **for me, because of which you are now seeing this post! :)