Internet with Reliance & Tata indicom (india) for Dialup connection
Internet with Reliance (india)
Win9x/ME/XP:
--> Install Cable/bluetooth & phone modem drivers properly.
--> Create Dialup connection with following details..
Username : your_phone_number
Password : your_phone_number
Phone : #777
Unix/Linux:
These are fixed WLL phones. First, have a look at this link: http://www.pcquest.com/content/linux/linux4/2004/104022803.asp
In the above article, substitute the following as contents of /etc/wvdial.conf file:
Code:
[Modem0]
Modem = /dev/input/ttyXYZ
Baud = 115200
SetVolume = 0
Dial Command = ATDT
Init1 = ATZ
Init2 = AT+CRM=1
FlowControl = Hardware (CRTSCTS)
[Dialer cdma]
Username = your_phone_number
Password = your_phone_number
Phone = #777
Stupid Mode = 1
Inherits = Modem0
Internet with TATA indicom (india)
Win 9x/ME/XP:
--> Install Cable/bluetooth & phone modem drivers properly.
--> Create Dialup connection with following details..
Username : internet
Password : internet
Phone : #777 or 172226
Unix/Linux:
Contents of /etc/wvdial.conf file:
Code:
[Modem0]
Modem = /dev/input/ttyXYZ
Baud = 115200
SetVolume = 0
Dial Command = ATDT
Init1 = ATZ
Init2 = AT+CRM=1
FlowControl = Hardware (CRTSCTS)
[Dialer cdma]
Username = internet
Password = internet
Phone = #777
Stupid Mode = 1
Inherits = Modem0
Default modem driver for CDMA phones
use the following steps if you don't have your phone's modem driver.
1. Go to -> Control Panel -> Select Phone and Modem options.
2. Install a new modem on your computer. Do not allow the computer to detect a Plug and Play modem. Instead, select the Standard 33600 modem that is available as one of the default choices. (Don't worry - it will connect at 115 kbps, not 33.6 kbps).
3. Install the modem on any COM port that is available.
4. Once the modem is installed, select it and click on Properties. Under Advanced, add the following Extra Initialization command: "AT+CRM=1" (without the quotes).
5. Go to Network Connections (or dial up networking) and create a new connection using the wizard.






