Blackberry Tethering on Linux

The Blackberry is no longer my phone of choice. I put together this guide for a few friends. The information is compiled from other sites and forum postings. No guarantees of the effectiveness of these directions. These directions were successful on a Blackberry Pearl 8300.

Bluetooth is used to perform the actual tethering. USB would have been ideal, but the protocol is very proprietary. The Bluetooth RFCOMM method is a bit more open.

==== rfcomm.conf ====

#
# RFCOMM configuration file.
#

rfcomm0 {
#	# Automatically bind the device at startup
#	bind no;
	bind yes;
#
#	# Bluetooth address of the device
#	device 11:22:33:44:55:66;
	device 00:1C:CC:FC:62:A9; #
#	
# RFCOMM channel for the connection
#	channel	1;
	channel	3;
#
#	# Description of the connection
#	comment "Example Bluetooth device";
	comment "Blackberry";
}

==== tether_chat ====

''
ATZ OK
ATE0V1S7=90
OK ATS0=0
OK "ATD#777"
CONNECT
''

==== tether ====

/dev/rfcomm0 115200
connect '/usr/sbin/chat -v -f /etc/ppp/tether_chat'
crtscts
modem -detach
noccp
defaultroute
usepeerdns
noauth
ipcp-accept-remote
ipcp-accept-local
noipdefault
Steve Miller BY-NC 4.0 | Rendered by Hugo | Subscribe