Re: [ilugd] Nokia phone and Reliance connect

2006-04-09 Thread Raj Shekhar
in infinite wisdom Sudev Barar spoke thus  On 04/06/2006 11:44 AM:
 Gurus and bhkats of Linux,
 
 I am not able to connect through Nokia phone to internet. The phone is
 connected to laptop using DKU5 cable that is supplied. 

One of my colleagues is using a Reliance Nokia phone to connect to the 
net.  I am appending his  reply below.



Hi  Raj ,

Add this to /etc/wvdial.conf
i am using Nokia 2112 with ca-42 cable . (though dku5 was recommaned
cable   :-D  )


[EMAIL PROTECTED]:~/dev/prg$ cat /etc/wvdial.conf
[Dialer Defaults]
Modem = /dev/ttyACM0
#Baud = 115200
Baud = 230400
#Carrier Check = no
Init = ATZ
Init2= AT+crm=1
Init3= AT+cso=33
FlowControl = CRTSCTS
Dial Command = ATDT
Phone = #777
Type  = USB Modem
Stupid Mode=  1
Username = 9342xxx
Password = 9342
Auto DNS = 1

-- 
  _.-,   raj shekhar
 .--'  '-._   http://rajshekhar.net
  _/`-  _  '.   http://rajshekhar.net/blog
''._`.. \
   ` \;  WE APOLOGIZE FOR THE INCONVENIENCE
 ;_\-- God's Last Message to his Creation

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] Nokia phone and Reliance connect

2006-04-06 Thread Sudev Barar
Gurus and bhkats of Linux,

I am not able to connect through Nokia phone to internet. The phone is
connected to laptop using DKU5 cable that is supplied. On connecting
device is getting recognised as /dev/ttyUSB0 and even ATDT#777
command from terminal prompt initiates the dialing at the phone. So
far so good.

I am using pppconfig and have set user name and password correctly.
The init string is set to ATZ. Now whenever I initiate connection the
phone screen shows Connecting #777 ... but a little later the
connection terminates with message  Data call ended

The trace at tail -f /var/log/messages shows:
[PASTE]
Apr  6 11:22:07 laptop10 pppd[5989]: pppd 2.4.3 started by sudev, uid 1001
Apr  6 11:22:08 laptop10 chat[5994]: abort on (BUSY)
Apr  6 11:22:08 laptop10 chat[5994]: abort on (NO CARRIER)
Apr  6 11:22:08 laptop10 chat[5994]: abort on (VOICE)
Apr  6 11:22:08 laptop10 chat[5994]: abort on (NO DIALTONE)
Apr  6 11:22:08 laptop10 chat[5994]: abort on (NO DIAL TONE)
Apr  6 11:22:08 laptop10 chat[5994]: abort on (NO ANSWER)
Apr  6 11:22:08 laptop10 chat[5994]: abort on (DELAYED)
Apr  6 11:22:08 laptop10 chat[5994]: send (ATZ^M)
Apr  6 11:22:08 laptop10 chat[5994]: expect (OK)
Apr  6 11:22:09 laptop10 chat[5994]: ATZ^M^M
Apr  6 11:22:09 laptop10 chat[5994]: OK
Apr  6 11:22:09 laptop10 chat[5994]:  -- got it
Apr  6 11:22:09 laptop10 chat[5994]: send (ATDT#777^M)
Apr  6 11:22:09 laptop10 chat[5994]: expect (CONNECT)
Apr  6 11:22:09 laptop10 chat[5994]: ^M
Apr  6 11:22:22 laptop10 chat[5994]: ATDT#777^M^M
Apr  6 11:22:22 laptop10 chat[5994]: NO CARRIER
Apr  6 11:22:22 laptop10 chat[5994]:  -- failed
Apr  6 11:22:22 laptop10 chat[5994]: Failed (NO CARRIER)
Apr  6 11:22:23 laptop10 pppd[5989]: Exit.
[END PASTE]

I feel that there is some init commend additionally needed to get this
working. I have tried changing init from ATZ to ATC1 / ATC0 /
ATS10=255 and many more combinations.

Using similar default approach on other Reliance connection using
Samsung or LG phones works with ATZ setting.


Help any one? I know I posted this before but did not get me any where.

Seeking your blessings to connection Nirvana.
--
Sudev Barar
Learning Linux

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Nokia phone and Reliance connect

2006-04-06 Thread S.K. Goel

Procedure to connect any reliance phone using USB Cable :-




Step -- 1
==

Create a file /etc/wvdial.conf having following entries :-


[Modem0]
Modem= /dev/ttyUSB0
Baud= 115200
SetVolume=0
DialCommand= ATDT
FlowControl= Hardware(CRTSCTS)
[Dialer R]
Username= my phone number
Password= my phone number
Phone= #777
Stupid Mode= 1
Inherits= Modem0

Step -- 2.
==

Create a file /etc/resolv.conf having following entries :-

nameserver 202.138.103.100
nameserver 202.138.97.193
nameserver 127.0.0.1

Step -- 3.
==

Give command 

service named start


Step -- 4.
==
login as root
type following command

modprobe uhci
modprobe usbserial
modprobe ftdi_sio

For Connecting to internet type 
=

wvdial R


to disconnect 
==

killall pppd





[S . K. Goel]







___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Nokia phone and Reliance connect

2006-04-06 Thread Sudev Barar
On 06/04/06, S.K. Goel [EMAIL PROTECTED] wrote:

 Procedure to connect any reliance phone using USB Cable :-


Thanks but no thanks. As I said in my post I do not have problem
connecting with Samsung or LG phones. So procedure you have listed
works. Only trouble is with Nokia phones.

Are you able to use this on a Nokia phone?

[SNIPPED]

--
Sudev Barar
Learning Linux

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Nokia phone and Reliance connect

2006-04-06 Thread Ankur Rohatgi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 6/4/2006 11:44 AM, Sudev Barar wrote:

 I am using pppconfig and have set user name and password correctly.
 The init string is set to ATZ. Now whenever I initiate connection the
 phone screen shows Connecting #777 ... but a little later the
 connection terminates with message  Data call ended

Sudev,
You might want to try dialing #99* as the number instead of #777 and see
if that makes a diff. Your Nokia phone may not be GSM but i have found
that dial string for most GPRS connections.

cheers.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFENMDpbR7mO5apBYARAlJpAJ9jSkHYn6V9iJfnQJ+SflXD8CMasQCgovhQ
ZsRyfMED/S3EU8CeZ2oK04A=
=ai/I
-END PGP SIGNATURE-

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Nokia phone and Reliance connect

2006-04-06 Thread S.K. Goel
Yes there is problem in using rconnect with Nokia Phones and linux. In
linux it needs LG / Samsung handset for proper working.



[S K Goel]



___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Nokia phone and Reliance connect

2006-04-06 Thread Sudev Barar
On 06/04/06, Nishant Sharma [EMAIL PROTECTED] wrote:
 Dear Bara ji,

  I am not able to connect through Nokia phone to
  internet. The phone is
  connected to laptop using DKU5 cable that is
  supplied. On connecting
  device is getting recognised as /dev/ttyUSB0 and
  even ATDT#777

 I have attached Nokia's AT command reference herewith
 the mail. I am not sure whether the ilugd list permits
 attachment or not.

I already have this but no help.
ANother poster mentioned GPRS but Reliancee is CDMA.
--
Sudev Barar
Learning Linux

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Nokia phone and Reliance connect

2006-04-06 Thread Nishant Sharma

--- Sudev Barar [EMAIL PROTECTED] wrote:

 I already have this but no help.
 ANother poster mentioned GPRS but Reliancee is CDMA.
 --

This is the Nokia's Windows INF file. You may try
these init strings mentioned here under [3G] here:
http://www.centrin.net.id/support/m8-files/Nokia_6225_Modem_Driver_nmp_cdma1x_rtt.inf

This forum also has some info:

http://www.geekzone.co.nz/forums.asp?ForumId=12TopicId=184

If nothing works, try calling Nokia Call Center in
Bangalore at 080-30303838. I don't think Reliance
Support will be able to guide you.

regards,
Nishant

--
Peace, Love and Compile the kernel.
http://www.nishants.net



__ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/