Revision 1 as of 2007-12-20 21:55:53

Clear message

Telenor Sweden Bluetooth dial-up networking

This information complements the more generic BluetoothDialup guide.

The etc/ppp/peers/telenor file looks like this:

   /dev/rfcomm0 115200
   defaultroute
   noauth
   connect "/usr/sbin/chat -v -f /etc/ppp/chat-gprs"
   debug
   updetach
   usepeerdns

The corresponding /etc/ppp/chat-gprs file is as below:

   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=1,"IP","internet.telenor.se"'
   OK      ATD*99#
   CONNECT ""


CategoryBluetooth