atom feed5 messages in org.freebsd.freebsd-bluetoothRe: Trouble connecting HP Compaq 6720...
FromSent OnAttachments
Oleg NaumanFeb 12, 2009 1:07 am 
Iain HibbertFeb 12, 2009 2:42 am 
Maksim YevmenkinFeb 12, 2009 9:36 am 
Maksim YevmenkinFeb 13, 2009 8:05 am 
Oleg NaumanFeb 16, 2009 1:03 am 
Subject:Re: Trouble connecting HP Compaq 6720s with Nokia 3610 cell phone
From:Maksim Yevmenkin (maks@gmail.com)
Date:Feb 12, 2009 9:36:45 am
List:org.freebsd.freebsd-bluetooth

Oleg,

I have a trouble connecting my Nokia 3610 cell phone via bluetooth link.

as Iain already asked :) what exactly are you trying to do?

are you trying to put/get something to/from your phone (for example pictures, ring tones, etc)? if so, then use comm/obexapp from ports.

are you trying to use your phone as wireless modem to connect your laptop to the net? if so, then you should be using rfcomm_pppd(8) in _client_ mode and connect to dun (or lan, if your phone supports it) service on your phone. another option is to use rfcomm_sppd(8) in _client_ mode and ppp(8). basically use

set device "!/usr/bin/rfcomm_sppd -a BD_ADDR"

in your /etc/ppp/ppp.conf and use something similar to rfcomm-dialup example mentioned in the rfcomm_pppd(8) man page.

thanks, max