Hello, I'm trying to get my BlackBerry Curve 8320 working as a modem
in 64-bit Ubuntu 8.10 using the 64 bit debs I found here.

http://download.opensuse.org/repositories/home:/ndprojects/Ubuntu804/amd64/

and the guide I found here.

http://www.netdirect.ca/software/packages/barry/modem.php

Here is the output from pppd.

ch...@ubuntu:~$ sudo pppd call barry-tmobileus

Initializing

Serial connection established.

using channel 1

Using interface ppp0

Connect: ppp0 <--> /dev/pts/0

sent [LCP ConfReq id=0x1 <asyncmap 0x0>]

rcvd [LCP ConfReq id=0x0 <asyncmap 0x0> <auth pap>]

sent [LCP ConfAck id=0x0 <asyncmap 0x0> <auth pap>]

rcvd [LCP ConfAck id=0x1 <asyncmap 0x0>]

sent [PAP AuthReq id=0x1 user="ubuntu" password=<hidden>]

rcvd [PAP AuthAck id=0x1]

PAP authentication succeeded

sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]

sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]

rcvd [LCP ProtRej id=0x1 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]

Protocol-Reject for 'Compression Control Protocol' (0x80fd) received

rcvd [IPCP ConfReq id=0x2 <addr 169.254.1.1>]

sent [IPCP ConfAck id=0x2 <addr 169.254.1.1>]

rcvd [IPCP ConfNak id=0x1 <addr 25.232.5.106> <ms-dns1 66.94.9.120>
<ms-dns2 66.94.25.120>]

sent [IPCP ConfReq id=0x2 <addr 25.232.5.106> <ms-dns1 66.94.9.120>
<ms-dns2 66.94.25.120>]

rcvd [IPCP ConfAck id=0x2 <addr 25.232.5.106> <ms-dns1 66.94.9.120>
<ms-dns2 66.94.25.120>]

not replacing existing default route via 192.168.1.1

Cannot determine ethernet address for proxy ARP

local  IP address 25.232.5.106

remote IP address 169.254.1.1

primary   DNS address 66.94.9.120

secondary DNS address 66.94.25.120

Script /etc/ppp/ip-up started (pid 4387)

Script /etc/ppp/ip-up finished (pid 4387), status = 0x0




Here is the log output from pppob.

http://pastebin.com/me79792a



Here is the options file I used.

http://pastebin.com/m776157d1
And here is the chatscript I used from /etc/chatscripts/barry-tmobileus.chat
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT
'NO DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED ABORT ERROR
SAY "Initializing\n"
'' ATZ
OK AT+cgdcont=1,"IP","wap.voicestream.com"
OK-AT-OK ATDT*99#
CONNECT \d\c
And here is my /etc/ppp/peers/barry-tmobileus
#
# This file contains options for T-Mobile US Blackberries
#
# It is based on a file reported to work, but edited for Barry.
#
connect "/usr/sbin/chat -f /etc/chatscripts/barry-tmobileus.chat"
# You may not need to auth.  If you do, use your user/pass from
www.t-mobile.com.
#noauth
user ""
password ""
defaultroute
usepeerdns
noipdefault
nodetach
novj
noaccomp
nocrtscts
nopcomp
nomagic
nomultilink
ipcp-restart 7
ipcp-accept-local
ipcp-accept-remote
# added so not to disconnect after a few minutes
lcp-echo-interval 0
lcp-echo-failure 999
mtu 1492
debug
debug debug debug
pty "/usr/sbin/pppob"
# 921600 Works For Me (TM) but won't "speed up" your connection.
# 115200 also works.
921600
local

Any help getting this to work is very much appreciated.

--
Christopher Lemire <christopher.lem...@gmail.com>
Ubuntu 64 bit Linux Raid Level 0

------------------------------------------------------------------------------
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to