From owner-freebsd-bluetooth@FreeBSD.ORG Tue Mar 20 04:27:16 2007 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 43E0516A401 for ; Tue, 20 Mar 2007 04:27:16 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 0168713C457 for ; Tue, 20 Mar 2007 04:27:15 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1432656ana for ; Mon, 19 Mar 2007 21:27:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lrGRvoDRXzX78HKI5osNkLWim+0ziYS9E984zeJkCwVofmzyM8umciKrH151Q/VNsDDs2varEURZ0ihh9Jy016QuNN34PV/569zwy7SFzaYJ/v0wwy45OwsS1EwlGN3zoFoRnIg3WANezZeDveTVWRplu6JQqiZgoZdiV4mXugU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MGTjNxyTBIVVWo23FNxNNLD4JwMTmkxfAMnr0Pvsj4e4LD1cQ/nL58yyMBUrx1xa3q78TzfTvuwLfyuscF7KTHi12xpZrlI47o2Vn/ApacaqMUyQ2wjdVirupSdhHCIJj/lAu9EdD80rKoBPrvHiR0J7wBezYj5KmOMdVQ9yLuU= Received: by 10.100.8.18 with SMTP id 18mr4432737anh.1174364835071; Mon, 19 Mar 2007 21:27:15 -0700 (PDT) Received: by 10.100.168.6 with HTTP; Mon, 19 Mar 2007 21:27:15 -0700 (PDT) Message-ID: Date: Mon, 19 Mar 2007 21:27:15 -0700 From: "Maksim Yevmenkin" To: "Deniss Lee" In-Reply-To: <938b57eb0703191204p17007f75g82dfbfb3218cdb9b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <938b57eb0703191204p17007f75g82dfbfb3218cdb9b@mail.gmail.com> Cc: freebsd-bluetooth@freebsd.org Subject: Re: (no subject) 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, 20 Mar 2007 04:27:16 -0000 On 3/19/07, Deniss Lee wrote: > What's wrong? This is when I plug my usb dongle: > > Mar 19 10:55:23 lee kernel: ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73, addr 3 > Mar 19 10:55:23 lee kernel: ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73, addr 3 > Mar 19 10:55:23 lee kernel: ubt0: Interface 0 endpoints: > interrupt=0x81, bulk-in=0x82, bulk-out=0x2 > Mar 19 10:55:23 lee kernel: ubt0: Interface 1 (alt.config 5) > endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=49; nframes=6, > buffer size=294 > > Mar 19 10:55:29 lee kernel: ng_hci_process_command_timeout: ubt0hci - > unable to complete HCI command OGF=0x3, OCF=0x3. Timeout > Mar 19 10:55:30 lee root: /etc/rc.d/bluetooth: ERROR: Unable to setup > Bluetooth stack for device ubt0 you did not provide enough details to give you any useful answer. just by looking at the error message i can say that your bluetooth dongle did not respond to the "reset" command. you may have an usb problem here. you could try another bluetooth dongle (from another manufacturer) and if problem persist then it is likely an usb problem, otherwise - dongle. thanks, max