On Fri, Feb 20, 2009 at 07:19:22PM +0000, Shannon McMackin wrote:
> I saw a post in the ubuntuforums regarding Network Manager 0.7.1 being in 
> Jaunty.  The post indicated that GPRS connections via BT would be 
> possible.  Unfortunately it also indicates that the current RC1 version 
> included with Jaunty doesn't work in that regard.  This would make an 
> interesting situation for Barry if it eases the tethering experience.

Bluetooth Blackberry tethering is indeed possible already using just the
kernel, and has been possible for a while.  I don't know how the speeds
compare with USB, but that probably isn't that much of a concern when
tethering is all you've got. :-)

Michael Brown recently sent me a quick howto via email, which I haven't
incorporated into the Barry docs yet.  It's pasted below.

- Chris



/etc/bluetooth/rfcomm.conf:
rfcomm0 {
        bind yes;
        device 00:1C:CC:F7:75:E1; ### <REPLACE WITH YOUR BADDR>
        channel 1;
        comment "Blackberry Dialup";
}

/etc/ppp/peers/blackberry:
/dev/rfcomm0
nodetach
115200
connect "/usr/sbin/chat -f /etc/ppp/chatscripts/blackberry"
noauth
user wapuser
password wap
name wapuser

defaultroute
usepeerdns
noaccomp
nobsdcomp
nocrtscts
nodeflate
noipdefault
nomagic
nopcomp
novj
passive

ipcp-restart 7
ipcp-accept-local
ipcp-accept-remote
lcp-echo-interval 0
lcp-echo-failure 999
mtu 1492

/etc/ppp/chatscripts/blackberry:
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO
DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED ABORT ERROR
'' AT&F
OK ATZ
OK ATI
OK AT+CNUM
OK AT+CSQ
OK AT+CGDCONT=1,"IP","internet.com"
OK ATDT*99#
CONNECT


Then,
$ pppd call blackberry


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to