From owner-freebsd-bluetooth@FreeBSD.ORG Tue Sep 27 18:43:29 2005 Return-Path: X-Original-To: freebsd-bluetooth@FreeBSD.org Delivered-To: freebsd-bluetooth@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9399516A41F; Tue, 27 Sep 2005 18:43:29 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from ismybrain.com (ismybrain.com [64.246.42.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F94C43D48; Tue, 27 Sep 2005 18:43:28 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [10.254.186.111] (localhost.localdomain [127.0.0.1]) by ismybrain.com (8.11.6/8.11.6) with ESMTP id j8RIhSE20163; Tue, 27 Sep 2005 14:43:28 -0400 Message-ID: <433992CE.2030800@savvis.net> Date: Tue, 27 Sep 2005 11:43:26 -0700 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sergey Matveychuk References: <43397EA7.40803@FreeBSD.org> <43397F3D.2000700@savvis.net> <433984DA.5050908@FreeBSD.org> <433989DE.9050407@FreeBSD.org> In-Reply-To: <433989DE.9050407@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bluetooth@FreeBSD.org Subject: Re: how to connect a device? 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: Tue, 27 Sep 2005 18:43:29 -0000 Sergey Matveychuk wrote: > Sergey Matveychuk wrote: > >>> what exactly are you trying to do? and what do you mean by "connect a >>> bluetooth device"? >> >> Well, I'd like some file access. what do you mean by "file access"? do you mean sending/receiving files to/from your phone using obex? if so then you probably want install comms/obexapp from ports. > And I want to make a ppp connection but 'rfcomm_ppd -a eric -c -C dun -l > rfcomm-dialup' and 'sdpcontrol -a eric browse' commands hang (I can kill > them with ^C) although my phone shows an active bluetooth connection. - what phone are you using? - did you pair your phone and pc? (i.e. did you configure and run hcsecd(8) properly) - did you configure 'rfcomm-dialup' section in your /etc/ppp/ppp.conf (and what did you put there) - can you please install comms/hcidump from ports and run it as root # hcidump -w dump note: this will block. then in another window/session/shell try use 'sdpcontrol -a eric browse' adn then terminate hcidump with ^C and send me the dump file. > I've tried 'hccontrol -n ubt0hci write_node_role_switch 0' command but > w/o any success. why? do you understand what this command does? or you just trying everything that you can find? thanks, max