From owner-freebsd-bluetooth@FreeBSD.ORG Thu Feb 12 17:37:09 2009 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B776D10656C2 for ; Thu, 12 Feb 2009 17:37:09 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-gx0-f176.google.com (mail-gx0-f176.google.com [209.85.217.176]) by mx1.freebsd.org (Postfix) with ESMTP id 713CE8FC22 for ; Thu, 12 Feb 2009 17:37:09 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by gxk24 with SMTP id 24so183078gxk.19 for ; Thu, 12 Feb 2009 09:37:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=iIyHGl7npnooyfP06cRC39hkITjNf7QEaDidcSqQqAo=; b=euhz8DZsDygwPe6jVWJlFsYbYqF3vSAGbKef8vnrJGwwSXfUPxcXV4iiKaRMBBZKph jDWCdN5brhDlsZAjsn8b8uEuvxqDaDVhBFV7znEpnP+/6pWBKzPuBKl108InuPseN+GY 3tnAxOtni5TFTdpQGjxtglSKw8p34UVg5znPg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=vIPWz9MwlJ7Y0fNZOjX1cLNCLdfA6b9Vi81ID1j+Yl190pkvEtf880MFMVkfy2IOOU C0NjZXkeUbJd9Rz+QtXFPhGCBnzowlq3at8iSSce6Yn2oaLHLP5xUXFaKO2NGfvsMPHM Vkbx75TyiBWm/uPPYw6HWAQYEdX3AxilZX3NU= MIME-Version: 1.0 Received: by 10.151.44.14 with SMTP id w14mr728048ybj.243.1234460228754; Thu, 12 Feb 2009 09:37:08 -0800 (PST) In-Reply-To: <46cbfbb80902120107x6ef309efs3d6b03e76c82fa78@mail.gmail.com> References: <46cbfbb80902120107x6ef309efs3d6b03e76c82fa78@mail.gmail.com> Date: Thu, 12 Feb 2009 09:37:08 -0800 Message-ID: From: Maksim Yevmenkin To: Oleg Nauman Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-bluetooth@freebsd.org Subject: Re: Trouble connecting HP Compaq 6720s with Nokia 3610 cell phone X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2009 17:37:10 -0000 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