setting up motorokr E6 for Airtel GPRS using data cable in Ubuntu 8.04 Hello friends,
Kindly help me resolve the problem. I am unable to setup motorokr E6 to use mobile gprs in ubuntu8.04LTS. I am having a PC with following Specification:
AMD Athlon 2800+ 64 Bit processor with 1 GB RAM & 80GB hard Disk. I Live in India and use airtel connection for internet through mobile. In windows XP it's very easy to setup mobile internet. Earlier i was using Nokia 7610 and configuring it for ubuntu was very easy.
Just after connecting it to PC through data cable and using the following the command mentioned below i had configured it:
$ lsusb
$ sudo /sbin/modprobe usbserial vendor=0x(VID) product=0x(PID)
$ wvdialconf create
and then i got the result as:
Scanning your serial ports for a modem.
ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Modem Port Scan<*1>: S1 S2 S3
WvModem<*1>: Cannot get information for serial port.
ttyACM0<*1>: ATQ0 V1 E1 -- OK
ttyACM0<*1>: ATQ0 V1 E1 Z -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
ttyACM0<*1>: Modem Identifier: ATI -- Nokia
ttyACM0<*1>: Speed 4800: AT -- OK
ttyACM0<*1>: Speed 9600: AT -- OK
ttyACM0<*1>: Speed 19200: AT -- OK
ttyACM0<*1>: Speed 38400: AT -- OK
ttyACM0<*1>: Speed 57600: AT -- OK
ttyACM0<*1>: Speed 115200: AT -- OK
ttyACM0<*1>: Speed 230400: AT -- OK
ttyACM0<*1>: Speed 460800: AT -- OK
ttyACM0<*1>: Max speed is 460800; that should be safe.
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
Found an USB modem on /dev/ttyACM0.
Modem configuration written to create.
ttyACM0<Info>: Speed 460800; init "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
than edited my Wvdial file like this
$ sudo gedit /etc/wvdial.conf
[Dialer Defaults]
Modem = /dev/ttyACM0
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Stupid Mode = 1
Modem Type = USB Modem (also tried as Analog Modem)
Phone = *99#
ISDN = 0
Username = A
Password = B
Baud = 460800
save and exit
than I type this
$ wvdial
than this appeared
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 s0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 s0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
CONNECT
~[7f]}#@!}!} } }2}#}$@#}!}$}%\}"}&} }*} } g}%~
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sun Jun 15 05:17:27 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: 6401
--> Using interface ppp0
--> pppd: x�[06][08]
--> pppd: x�[06][08]
--> pppd: x�[06][08]
--> pppd: x�[06][08]
--> local IP address 117.98.4.246
--> pppd: x�[06][08]
--> remote IP address 10.6.6.6
--> pppd: x�[06][08]
--> primary DNS address 202.56.230.5
--> pppd: x�[06][08]
--> secondary DNS address 202.56.240.5
--> pppd: x�[06][08]
and net was working.
But with Motorokr E6 it's not working with these commands.
Can anyone please assist me how to configure it step by step. |