To,
Dear all,
I have nokia phone model no-6100.I want to connect
internet through airtel GPRS using dku-5 cable in
linux.Please suggest how I can connect dku-5 cable.
Thanks
vasu
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
CyberOrg Info
Novell & IBM Partner
7 FF Unad Deep, Tower A
Susen Tarsali Road
Vadodara 390 009
T. +91 265 3042956 M +91 9898092956
Web. http://www.cyberorg.info
I have a Nokia 6100 cell phone. I bought a USB to Serial adapter cable which when connected
to my Debian laptop the box automaticlly loads the pl2303 driver. I am able identify
the phone via the following command: gnokii --identify, So I believe the
cable connection is working.
First you need to create pear configuration at
/etc/ppp/peers/gprs
debug
noauth
usepeerdns
/dev/rfcomm0 115200
115200
local
nocrtscts
defaultroute
noipdefault
connect '/usr/sbin/chat -f /etc/ppp/chat -r
/dev/console'
Insted of rfcomm0 interface enter your usb to serial
interface.
Second this goes into /etc/ppp/chat-gprs:
TIMEOUT 5
ECHO ON
ABORT '\nBUSY\r'
ABORT '\nERROR\r'
ABORT '\nNO ANSWER\r'
ABORT '\nNO CARRIER\r'
ABORT '\nNO DIALTONE\r'
ABORT '\nRINGING\r\n\r\nRINGING\r'
# send the init string
'' \rAT
TIMEOUT 12
# dial the access number
OK ATD*99#
CONNECT ""
At the end just call pppd gprs
--
Nilesh Vaghela
If you own not Nokia phone it will be probably supported by the AT driver -- just try it. Nokia phones have limited AT command subset implemented and it is recommended to try one of the drivers mentioned below.
These models are supported (ie. reported to work)
The following models are no longer being actively supported by the core team and the underlying code may have undergone some bit rot:
This means the USB-Serial cable is working properly, but the follow
through after CONNECT is not set up properly. Just use kppp to
connect.
-J