[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Connection with ppp and Nokia 6630



Hi, all.

I managed to connect fine using a Motorola c350 cellular phone,
connected to the PC with a mini usb cable,
and I'm reporting below the procedure I followed.
Now I want to do the same with another cellular phone, the Nokia 6630,
to get faster.
I followed the same procedure but couldn't establish connection.
Any idea about why the same procedure works fine with Motorola c350
and doesn't work with Nokia 6630, and how to fix that?
I configured the phone also, according to what the provider indicated.

Any help highly appreciated,
happy christmas holidays,
thanks in advance,
Rodolfo


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Debian Sarge 3.1, kernel 2.6

I connected the phone to the PC with a mini usb cable, then did:

# dmesg |fgrep acm

but got no output. Then I did:

# modprobe cdc-acm

, then again

# dmesg |fgrep acm

and got the following output:


drivers/usb/class/cdc-acm.c: Ignoring extra header
cdc_acm 1-2:1.8: ttyACM0: USB ACM device
usbcore: registered new driver cdc_acm
drivers/usb/class/cdc-acm.c: v0.23:USB Abstract Control Model driver for USB modems and ISDN adapters
drivers/usb/class/cdc-acm.c: Ignoring extra header
cdc_acm 1-2:1.8: ttyACM0: USB ACM device
drivers/usb/class/cdc-acm.c: Ignoring extra header
cdc_acm 1-2:1.8: ttyACM0: USB ACM device


. The device '/dev/usb/ttyACM0' was not there. I created it with:

# mknod /dev/usb/ttyACM0 c 166 0

. Then I created the file '/etc/ppp/peers/gprs_vodafone' and filled it with:

hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/gprs_vodafone"
debug
-crtscts
/dev/usb/ttyACM0
57600
defaultroute
noipdefault
remotename gprs_vodafone
ipparam gprs_vodafone
usepeerdns
logfile "/var/log/pppd.log"


. Then I created the file '/etc/ppp/resolv/gprs_vodafone' and filled it with:

nameserver 194.185.97.134


. Then I created the file '/etc/chatscripts/gprs_vodafone' and filled it with:

ABORT BUSY
ABORT 'NO CARRIER'
ABORT VOICE
ABORT 'NO DIALTONE'
ABORT 'NO DIAL TONE'
ABORT 'NO ANSWER'
ABORT DELAYED
'' ATZ
OK-AT-OK AT+CGDCONT=1,"IP","web.omnitel.it"
OK-AT-OK AT+CGQREQ=1,2,4,3,6,31
OK-AT-OK AT+CGQMIN=1,2,4,3,6,31
OK-AT-OK AT+CGATT=1 OK-AT-OK ATD*99#
CONNECT ''

. At the end of each file I left a blank line.
I connected the phone to the computer and started the connection with:

# pon gprs_vodafone

and closed it with:

# poff gprs_vodafone

. In the file '/var/log/pppd.log' are the reports.




Reply to: