From owner-freebsd-bluetooth@FreeBSD.ORG Mon Nov 24 19:26:21 2008 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2298A106564A for ; Mon, 24 Nov 2008 19:26:21 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.226]) by mx1.freebsd.org (Postfix) with ESMTP id EB4588FC19 for ; Mon, 24 Nov 2008 19:26:20 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2142349rvf.43 for ; Mon, 24 Nov 2008 11:26:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=PkHgPqSjcPk99H/v0d6SLDiSgBDKOZEfk7mek9CMKWg=; b=ulMB+aSylL6/InhSioJRNlXpJjgwrEupZG/DrRjwbcuiDNa68WzKxq48QZXf+5LysV q+iyGegrjNz06/5/wB7TY2ldVZ6/xTdeb4q/3CP6kCFYli7F881E0tHqec9sS4vTtVU0 imwSV8yeUTJVOXOxZohSo05u9LYt/AsSW3guI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=nerq81Lqq4CUcrNFqKq0QPAv/H87hHF86NyJTY0VyemOext8EqSghngPsCMPyF48HO BPRVWsAVF1JkiAgCTeNCK2KeeUVLGAO4Lq4ZIhofHxi2G6GmNeb1AZU+gRb9viKhUw2A BQPXmmhQRngRyeO+urAbKEE685m1nBwaaabnw= Received: by 10.141.48.6 with SMTP id a6mr2013098rvk.161.1227554780699; Mon, 24 Nov 2008 11:26:20 -0800 (PST) Received: by 10.140.199.20 with HTTP; Mon, 24 Nov 2008 11:26:20 -0800 (PST) Message-ID: Date: Mon, 24 Nov 2008 11:26:20 -0800 From: "Maksim Yevmenkin" To: "Rodion Turlac" In-Reply-To: <23295d220811241115o70280972r95f50ab5886c52c8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <23295d220811181100y46748247l4572300c101087d7@mail.gmail.com> <23295d220811241115o70280972r95f50ab5886c52c8@mail.gmail.com> Cc: freebsd-bluetooth@freebsd.org Subject: Re: bluesoleil dongle and "ubt0 - Control request failed" 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, 24 Nov 2008 19:26:21 -0000 On Mon, Nov 24, 2008 at 11:15 AM, Rodion Turlac wrote: > 19.11.2008 20:11, Maksim Yevmenkin wrote: >> >> this particular dongle known to be a bit weird. please search for >> ISSCBTA in freebsd list archives. >> >> it also could be a problem with short control usb transfers, esp. on >> ehci controllers. so my suggestions are > I tested dongle under NetBSD 4.0 and it works fine > #btconfig > ubt0: bdaddr 11:11:11:11:11:11 flags 0x3 > > #btconfig ubt0 inquiry > Device Discovery from device: ubt0 .... 1 response > 1: bdaddr 00:1f:00:7d:bc:4a > : name "Vasilich" > : class: [0x5a0204] Cellular Phone > > : page scan rep mode 0x01 > : page scan period mode 0x02 > : page scan mode 0x00 > : clock offset 11690 bluetooth device driver in netbsd and freebsd are somewhat similar. it must be something in usb stack that prevents this device from working normally. thanks, max