Idea NetSetter in Ubuntu Configuring Internet Option 1
Add a wvdial.conf file in /etc with the following contents
[Dialer username]
Phone = *99#
Username = 1234567890
Password = 7890
New PPPD = yes
Modem = /dev/ttyUSB0
Baud = 115200
SetVolume = 0
[Modem 0 ]
Dial Command = ATDT
Init = ATZ
init2 = AT + CRM = 1
Flowcontrol = ( CRTSCTS )
Stupid Mod = 1
Inherits = Modem 0
Phone = *99#
Username = 1234567890
Password = 7890
New PPPD = yes
Modem = /dev/ttyUSB0
Baud = 115200
SetVolume = 0
[Modem 0 ]
Dial Command = ATDT
Init = ATZ
init2 = AT + CRM = 1
Flowcontrol = ( CRTSCTS )
Stupid Mod = 1
Inherits = Modem 0
-----------------------------------------------------------------
Attention :
1234567890 – in this place put the number
7890 – put the last 4 digits of the number
7890 – put the last 4 digits of the number
Check the /dev file to find whether ttyUSB0 is available.If not change it to available one.
Save the changes and reboot (not a necessity).
Give wvdial username at the prompt and wait for sometime to get connected (it may require being the super user – if so give sudo wvdial username ).
No comments:
Post a Comment