This is a DiscontinuedProject. It has been finished and is in a stable state now. Currently, no effort is made for further work here.

After having some rather unpleasant experience with Nokia support, I again started playing around and finally got things to work. Configuration is as follows:

hcsecd

There needs to be a hcsecd running, and correctly configured like this:

device {
        bdaddr  00:11:22:33:44:55;
        name    "Thiemo-n70";
        key     0x3039;
        pin     "1234";
}

I have used the hexadecimal security key of the phone as "key" (don't really know if this is neccessary), and the PIN used for Bluetooth pairing as "pin". The "bdaddr" is the Bluetooth address of the mobile, as seen but "hccontrol inquiry".

ppp.conf

bt-eplus:
  enable force-scripts
  set authname "eplus"
  set authkey "eplus"
  set phone "*99#"
  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
  \"\" AT OK-AT-OK \
  AT+CGDCONT=1,\\\"IP\\\",\\\"internet.eplus.de\\\" OK \
  ATDT*99# TIMEOUT 84 CONNECT"          
  set login
  set timeout 30
  enable dns
  resolv rewrite
  set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
  add default HISADDR

Please note that you might need different dial number and access point names ("*99#" and "internet.eplus.de" in this configuration example). Searching the Internet will surely help.

rfcomm_pppd

Dialout is started as:

# rfcomm_pppd -a thiemo-n70 -c -C DUN -l bt-eplus -u 3


CategoryComputer


THIS DATA IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DATA, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

All product and brand names mentioned on there pages and in the source code are registered names and/or trademarks of the respective owner and are mentioned for identification purposes only.

For a full copyright notice, please see this link. For imprint and contact information, please see http://www.thiemo.net/.

N70 (last edited 2008-04-10 11:43:38 by ThiemoNordenholz)