From owner-freebsd-bluetooth@FreeBSD.ORG Tue Dec 19 03:09:33 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 0DF4016A40F for ; Tue, 19 Dec 2006 03:09:33 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from smarthost01.eng.net (smarthost01.eng.net [213.130.146.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7876D43CA0 for ; Tue, 19 Dec 2006 03:09:32 +0000 (GMT) (envelope-from plunky@rya-online.net) Received: from netmail01.eng.net ([213.130.128.38] helo=rya-online.net) by smarthost01.eng.net with smtp (Exim 4.62) (envelope-from ) id 1GwQhh-00041W-FR; Mon, 18 Dec 2006 22:11:29 +0000 Received: (nullmailer pid 815 invoked by uid 1000); Mon, 18 Dec 2006 22:07:57 -0000 Date: Mon, 18 Dec 2006 22:07:57 +0000 (GMT) To: Maksim Yevmenkin In-Reply-To: <4586D687.80009@savvis.net> References: <45829312.1050507@synergetica.dn.ua> <4586D687.80009@savvis.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Message-Id: <1166479677.854098.1591.nullmailer@galant.ukfsn.org> From: Iain Hibbert Cc: freebsd-bluetooth@freebsd.org, Volodymyr Kostyrko 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: Tue, 19 Dec 2006 03:09:33 -0000 On Mon, 18 Dec 2006, Maksim Yevmenkin wrote: > 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. By the way there was a very similar problem in NetBSD with Bluetooth USB (builtin) and EHCI controllers, something to do with the data toggle getting out of sync for short transfers I think - a fix was applied by Matthias Drochner to ehci.c recently for that. iain