Mobile phone connection with the USB cable. Go through the terminal Applications> Accessories> Terminal. Type the command :
This command to keep track of all the existing USB connection dikompie. If successful it will look like this:
$ lsusb
This command to keep track of all the existing USB connection dikompie. If successful it will look like this:
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 062a:0000 Creative Labs Optical Mouse
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 003: ID 0fce:d068 Sony Ericsson Mobile Communications AB
Bus 001 Device 001: ID 0000:0000
Go to terminal and type :
$ cd /etc/and
$ sudo gedit wvdial.conf
Enter the super user password for you. Through this command us to open a folder etc stored there wvdial configuration that we will change. If successful, the wvdial.conf ready to edit. We live enter the following configuration:
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,\”IP\”,\”internet\”
Modem Type = USB Modem
Phone = *99***1#
ISDN = 0
Username = ”
Password = ”
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM0
; Phone =
; Password =
; Username =
# Back to the terminal window. Type wvdial. See the results, such as the following appear if you have ever successfully connected to the internet
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Sending: AT+CGDCONT=1,"IP","internet"
AT+CGDCONT=1,"IP","internet"
OK
--> Modem initialized.
--> Sending: ATDT*99***1#
--> Waiting for carrier.
ATDT*99***1#
CONNECT
~[7f]}#@!}!}!} }8}#}$@#}(}”}’}”}”}&} } } } }%}&[01]5-$7{~
–> Carrier detected. Waiting for prompt.
~[7f]}#@!}!}”} }8}#}$@#}(}”}’}”}”}&} } } } }%}&[01]5-$}]i~
–> PPP negotiation detected.
–> Starting pppd at Thu May 29 08:32:01 2008
–> Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
–> –> PAP (Password Authentication Protocol) may be flaky.
–> Warning: Could not modify /etc/ppp/chap-secrets: Permission denied
–> –> CHAP (Challenge Handshake) may be flaky.
–> Pid of pppd: 6031
–> Using interface ppp0
–> pppd: ?/
–> pppd: ?/
–> pppd: ?/
–> pppd: ?/
–> pppd: ?/
–> pppd: ?/
–> local IP address 221.132.239.212
–> pppd: ?/
–> remote IP address 10.64.64.64
–> pppd: ?/
–> primary DNS address 202.3.208.10
–> pppd: ?/
–> secondary DNS address 202.3.210.10
–> pppd: ?/
To Disconnect ctrl + c or close the Terminal
Happy Testing...!!
Happy Testing...!!
No comments:
Post a Comment
Please Comment...!!