Procedure to connect any reliance phone using USB Cable :-



Step -- 1
==========

Create a file /etc/wvdial.conf having following entries :-


[Modem0]
Modem= /dev/ttyUSB0
Baud= 115200
SetVolume=0
DialCommand= ATDT
FlowControl= Hardware(CRTSCTS)
[Dialer R]
Username= my phone number
Password= my phone number
Phone= #777
Stupid Mode= 1
Inherits= Modem0

Step -- 2.
==========

Create a file /etc/resolv.conf having following entries :-

nameserver 202.138.103.100
nameserver 202.138.97.193
nameserver 127.0.0.1

Step -- 3.
==========

Give command 

service named start


Step -- 4.
==========
login as root
type following command

modprobe uhci
modprobe usbserial
modprobe ftdi_sio

For Connecting to internet type 
=================================

wvdial R


to disconnect 
==================

killall pppd




[S . K. Goel]




_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to