TataIndicom USB internet configuration in Linux

Many of us have USB internet dongles from or Reliance. Here is how you can configure it to work with .

Edit the /etc/wvdial.conf file to add these extra lines.

[Dialer Defaults]

Modem=/dev/ttyUSB0
Baud=115200
Dial Command = ATDT
Baud=115200
Dial Command = ATDT
init1=ATZ
init2=AT+CRM=1
Flow Control= Hardware (CRTSCTS)
Username = internet
Password = internet
Phone = #777
Stupid Mode = 1

The line  Modem=/dev/ttyUSB0  needs to be changed according to your machine settings. To find out the exact device, follow the procedure.

  1.  unplug the device
  2. goto /dev/
  3. plug the device
  4. type ls and find the latest device detected
  5. replace the /dev/ttyUSB0 with the new device path

For all the above settings including the phone number, username and password are correct. You need not change anything except for the modem name.

Ping me if you have any troubles configuring your wireless modem.

Add to Del.cio.us RSS Feed Add to Technorati Favorites Stumble It!
   www.sajithmr.com

Tags: ,

Related posts

If you enjoyed this post, make sure you subscribe to my RSS feed!

Close
E-mail It