Monday, October 27, 2008

Free Flash banner at FlashBannerNow.com

Monday, October 6, 2008

Resolution for Linux OS

This comment is by Hemanathan

Everything is fine here.. Now you open the file named resolv.conf and add DNS addresses as 218.248.240.23 and 218.248.240.135

i'll explain through commands..

vi /etc/resolv.conf

press insert button for editing
then type the following

nameserver 218.248.240.23
nameserver 218.248.240.135


now press esc :wq! and press enter

now start connecting through the command wvdial bsnl .. you will be able to get connected to internet ..
suppose if that also gives errors then restart your system and try wvdial bsnl.. your problem gets resolved..
-------------------------------------------------------------------
If you wish to see the details please check the blog at URL
http://heman-hemanathan.blogspot.com/2008/08/internet-connection-using-bsnl-cdma-wll.html

Wednesday, October 1, 2008

USB internet connection in Linux OS

I am using fedora9 OS. Now I have purchased BSNL wll usb modem. Now the internet connection via fedora9 OS is on experimental stage. I have able to connect to the internet via windows os without any issue. But ib fedor9 is litile bit tough. I am wating for the technical suggestion now. I have tried to connect using the command "wvdial bsnl". the result is shown below.

[root@localhost etc]# wvdial bsnl
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: AT+CRM=1
AT+CRM=1
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT 230400
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Wed Oct 1 17:21:20 2008
--> Pid of pppd: 5888
--> Using interface ppp0
--> pppd: �[05]� �[05]� �[0f]�
--> pppd: �[05]� �[05]� �[0f]�
--> pppd: �[05]� �[05]� �[0f]�
--> pppd: �[05]� �[05]� �[0f]�
--> pppd: �[05]� �[05]� �[0f]�
--> local IP address 10.2.0.12
--> pppd: �[05]� �[05]� �[0f]�
--> remote IP address 10.64.64.64
--> pppd: �[05]� �[05]� �[0f]�
--> primary DNS address 218.248.240.23
--> pppd: �[05]� �[05]� �[0f]�
--> secondary DNS address 218.248.240.135
--> pppd: �[05]� �[05]� �[0f]�

Modem I am using is Huawei EC325. If you have know about is please let me know. After I getting the suggestion I will post the resolution here.