Diff for "BluetoothDialup/Fido"


Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2007-08-03 21:03:28
Size: 896
Editor: modemcable178
Comment:
Revision 5 as of 2011-04-08 09:31:33
Size: 921
Editor: D9784B24
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 6: Line 5:
Line 41: Line 39:
 * [http://fido.ca/portal/en/support/internet.shtml Fido Canada Internet access FAQ]  * [[http://fido.ca/portal/en/support/internet.shtml|Fido Canada Internet access FAQ]]

----
CategoryBluetooth

Fido Bluetooth dial-up networking

This information complements the more generic BluetoothDialup guide.

Configuration files

The /etc/ppp/peers/FidoBluetooth files looks like this:

debug
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/FidoGPRS"
usepeerdns
/dev/rfcomm1 115200
defaultroute
crtscts
lcp-echo-failure 0
user "fido"
password "fido"

The corresponding /etc/chatscripts/FidoGPRS is:

TIMEOUT 35
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'
''      \rAT
OK      'AT+CGDCONT=2,"IP","internet.fido.ca"'
OK      ATD*99***2#
CONNECT ""

Confirmed working phones

  • Sony Ericsson K610a


CategoryBluetooth

BluetoothDialup/Fido (last edited 2011-04-08 10:17:31 by D9784B24)