From owner-freebsd-bluetooth@FreeBSD.ORG Mon Dec 18 18:55:39 2006 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4AE3216A412 for ; Mon, 18 Dec 2006 18:55:39 +0000 (UTC) (envelope-from maksim.yevmenkin@savvis.net) Received: from mailgate1b.savvis.net (mailgate1b.savvis.net [216.91.182.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57BE543C9F for ; Mon, 18 Dec 2006 18:55:35 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate1b.savvis.net (Postfix) with ESMTP id CEE8A3C04C; Mon, 18 Dec 2006 11:57:28 -0600 (CST) Received: from mailgate1b.savvis.net ([127.0.0.1]) by localhost (mailgate1b.savvis.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00380-01-38; Mon, 18 Dec 2006 11:57:28 -0600 (CST) Received: from [10.12.163.251] (unknown [10.12.163.251]) by mailgate1b.savvis.net (Postfix) with ESMTP id 796593BE55; Mon, 18 Dec 2006 11:57:28 -0600 (CST) Message-ID: <4586D687.80009@savvis.net> Date: Mon, 18 Dec 2006 09:57:27 -0800 From: Maksim Yevmenkin User-Agent: Thunderbird 1.5.0.5 (X11/20060906) MIME-Version: 1.0 To: Volodymyr Kostyrko References: <45829312.1050507@synergetica.dn.ua> In-Reply-To: <45829312.1050507@synergetica.dn.ua> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at savvis.net Cc: freebsd-bluetooth@freebsd.org Subject: Re: USB ISSCBTA dongle 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: Mon, 18 Dec 2006 18:55:39 -0000 Volodymyr, > Dec 15 13:47:41 blade kernel: ubt0: vendor 0x1131 ISSCBTA, rev > 1.10/3.73, addr 2 > Dec 15 13:47:41 blade kernel: ubt0: vendor 0x1131 ISSCBTA, rev > 1.10/3.73, addr 2 > Dec 15 13:47:41 blade kernel: ubt0: Interface 0 endpoints: > interrupt=0x81, bulk-in=0x82, bulk-out=0x2 > Dec 15 13:47:41 blade kernel: ubt0: Interface 1 (alt.config 5) > endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=49; nframes=6, > buffer size=294 > Dec 15 13:47:47 blade kernel: ng_hci_process_command_timeout: ubt0hci - > unable to complete HCI command OGF=0x3, OCF=0x3. Timeout > Dec 15 13:47:48 blade root: /etc/rc.d/bluetooth: ERROR: Unable to setup > Bluetooth stack for device ubt0 hmm... strange... it should work. the very first device initialization command (reset) is failing (timeout). you could try to comment ${hccontrol} -n ${dev}hci reset \ > /dev/null 2>&1 || return 1 in the /etc/rc.d/bluetooth and see if this helps (btw, you need to unplug and re-plug the device after that). if this does not help, then i would suspect some sort of usb problem. [...] > I would like to help debugging this problem if someone is up to that. > Anyone? :) > > PS: Maybe there's a better code for that at 7-CURRENT? no, the code is pretty much the same. thanks, max