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 ""

The field AT+CGDCONT=1 is the number of your internet connection number set in your mobile phone. View the settings for your internet setup in your mobile phone. The value might be something else depending on phone setup.

If the setting ATD*99# isn't working try the values *99***2# or 99***3#. These values are to be found from the support page of Telenor Sweden, http://www.telenor.se/224.jsp


CategoryBluetooth

BluetoothDialup/Telenor (last edited 2011-04-08 10:20:39 by D9784B24)