From owner-freebsd-bluetooth@FreeBSD.ORG Sat Dec 4 21:59:48 2004 Return-Path: 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 E912216A4CE for ; Sat, 4 Dec 2004 21:59:48 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 650EF43D31 for ; Sat, 4 Dec 2004 21:59:48 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [192.168.1.254] (really [24.52.242.150]) by mta9.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20041204215947.IGOD14438.mta9.adelphia.net@[192.168.1.254]>; Sat, 4 Dec 2004 16:59:47 -0500 Message-ID: <41B23359.8010907@savvis.net> Date: Sat, 04 Dec 2004 13:59:53 -0800 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tuc at Beach House References: <200412041706.iB4H6ME2013457@himinbjorg.tucs-beachin-obx-house.com> <41B20A3D.4030008@savvis.net> In-Reply-To: <41B20A3D.4030008@savvis.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-bluetooth@freebsd.org Subject: Re: sdpcontrol issues (LONG) X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:59:49 -0000 [...] >> I do a sdpcontrol -a TucTreo650.tucs-beachin-obx-house.com browse and >> I get: >> >> Could not execute command "browse". Input/output error >> >> I did a search of all the options, each come up as Input/output >> error. > > well, i will double check, but i think thats because of endianess bug in > sdpcontrol. it was fixed later. actually, i was wrong. sdpcontrol and libsdp did not change that much, so it should have worked. could you please get hcidump from http://geocities.com/m_evmenkin/hcidump-1.5.tar.gz compile and install it. then as root run # hcidump -w sdp.dump (this will block) and then in another window try to run % sdpcontrol -a treo_bd_addr browse % sdpcontrol -a treo_bd_addr search then hit ^C and terminate hcidump and send me the sdp.dump file. max