Welcome to my site. Please CLICK HERE to give your opinions regarding this new look of "PCTipsbyAnu". Thanks for visiting.

Monday, February 28, 2011

Browse » Home » , , , , , , , , , » How to run internet service using IDEA/AIRTEL/BSNL using Huawei E156g wireless USB modem (Dongle)?

How to run internet service using IDEA/AIRTEL/BSNL using Huawei E156g wireless USB modem (Dongle)?



Running wireless internet services of BSNL/Airtel/Idea using Huawei E156G 3g Wireless USB Modem (Dongle) on Linux (all distributions) 

Huawei E156G 3G Wireless HSDPA USB modems (dongles) are very easy to install in Windows Operating System but many may find it difficult to operate it in Red Hat Enterprise Linux Client Edition 5.x. These dongles whether it comes packaged with BSNL, Airtel or Idea simcards are generally Huawei E156G Wireless USB 3G Modems.

 
Whenever we plugin the dongle in a system installed with Red Hat Enterprise Linux 5.x, it will recognize it as a disk drive. The kernel 2.6.18-x available with Red Hat Enterprise Linux is not able to recognize it as a modem (it can be checked using the command lsusb ). The kernel version 2.6.20 or higher have the capability to recognize it as a modem.  
Operating System like Ubuntu 9.10 and Fedora 11 have kernel version higher than 2.6.20 and these modems are detected smoothly in these OS. So what do we do? I have created a small and simple step by step guide for the impatient lot who can’t wait for RHEL version 6 to release. 
 
 
Simply follow the steps below to recompile the kernel and use the wireless modem :-
 
1: Login into the system as root and goto www.kernel.org and download the kernel version 2.6.27.46
 
2: Make sure that the package ncurses-devel, gcc, wvdial and kppp are installed.
 
3: Copy the linux-2.6.27.46.tar.bz2 file to /usr/src
 
4: Issue the command in terminal:- tar jxvf linux-2.6.27.46.tar.bz2 to untar and uncompress the file in the directory /usr/src
 
5: Goto the directory using cd in terminal /usr/src/linux-2.6.27.46 and issue the command:- 
make menuconfig
 
6: Just save and come out and issue the command in terminal :- 
make
 
7: Issue the command in terminal:- 
make modules
 
8: Issue the command in terminal:- 
make modules_install
 
9: Issue the command in terminal:- 
make install
 
10: Reboot the system and you will see the new kernel appear in the grub bootloader list. Select the new kernel and boot.
 
11: Login as root user and plugin in the Huawei USB wireless modem (the dongle).
 
12: Issue the command in terminal:- lsusb to view the device trail. You will find that OS has started detecting the dongle as a modem.
 
13: You will see that a device named ttyUSB0 is created in the folder /dev
 
14: At this stage we can use either wvdial or kppp program to connect to internet. You have to open a terminal each time to use wvdial whereas kppp is GUI based and has a neat graphical statistics display. Choice is yours.

 
 
Using wvdial 
15 (a): Issue the command in terminal:- wvdial and you will see that the modem is detected.
 
15 (b): Issue the command in terminal:- 
wvdialconf /etc/wvdial.conf
 
15 (c): Edit the file wvdial.conf in /etc folder using gedit or vi editor
 
15 (d): Uncomment the lines having Phone, Username and Password by removing ;
 
15 (e): Change  the Phone to *99#
 
15 (f): Change the Username and Password to dummy or anything you like as it doesn’t authenticate with these parameters but it should be there.
 
15 (g): Add a line below Init2 like:- 
Init3 = AT + CGDCONT=1,”IP”,”bsnlnet”
 
Note :- For Idea replace “bsnlnet” with “internet” and for Airtel replace “bsnlnet” with “airtelgprs”.

 
 
Using KPPP
16 (a)
: Goto Applications -> Internet -> KPPP (Start KPPP)
 
16 (b): Click on Configure and goto Modems and Select New
 
16 (c): Give a new Modem name say ‘Huawei
 
16 (d): Select Modem device as /dev/ttyUSB0
 
16 (e): Select Connection Speed as 9600 bauds
 
16 (f): Now goto Modem tab and click on Query Modem and you will see that the modem responds. Close the window.
 
16 (g): Now click the Modem Commands button and for using BSNL services put the the following string in Initialization string 2 :-  AT + CGDCONT=1,”IP”,”bsnlnet”
 
For Airtel services simply replace “bsnlnet” with “airtelgprs” and for Idea services replace the string “bsnlnet” with “internet”. Press OK and come out.
 
16 (h): Now goto Accounts tab and select New.
 
16 (i): Select Manual Setup
 
16 (j): Give a name to the new connection say ‘BSNL’
 
16 (k): Besides the Phone Number text box use the Add button to add a phone number as *99#
 
16 (l): Put any value in Username and Password as it does not authenticate with these parameters.

16 (m): Save the configuration by pressing OK and click on Connect to use.

Thats it! Enjoy surfing internet!
 
 
Disadvantages of using the technique of compiling new kernel :-
 
1. The system becomes slow as it is not an optimized kernel and may take more time to boot.
2. You may get ‘no buffer’ error while using any terminal command. Maybe some options have to be selected while using menuconfig which I have not figured out yet. (Any help will be appreciated).
You can leave a response, or trackback from your own site.

About 'Anu': My name is 'Anu' also Known as 'ANU 007 TIGER' .I'm administrator of 'PC Tips by Anu' blog .This blog was opened for sharing contents about hacking n cracking.
Thanks YAHOO OR GMAIL

0 comments:

Post a Comment

 
Back to Top