From owner-freebsd-bluetooth@FreeBSD.ORG Tue Nov 2 21:54:33 2010 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 85F2B1065782 for ; Tue, 2 Nov 2010 21:54:33 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 31A4B8FC14 for ; Tue, 2 Nov 2010 21:54:32 +0000 (UTC) Received: from ASSP.nospam (tethys [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.4/8.14.4) with ESMTP id oA2LsWKJ092832; Tue, 2 Nov 2010 16:54:32 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([71.252.219.43] helo=mail.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 2 Nov 2010 16:54:31 -0500 MIME-Version: 1.0 Date: Tue, 02 Nov 2010 16:54:31 -0500 From: Rusty Nejdl To: Maksim Yevmenkin In-Reply-To: References: <06b90815b84b40625e37317bc16b13ec@ringofsaturn.com> <8647f55a4e8dcce33036a0810564b9e0@ringofsaturn.com> Message-ID: X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.5-trunk X-Assp-Version: 1.7.5.7(1.0.07) on ASSP.nospam X-Assp-Intended-For-IP: 71.252.219.43 X-Assp-Passing: authenticated X-Assp-ID: ASSP.nospam 34872-08105 X-Assp-Envelope-From: rnejdl@ringofsaturn.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-bluetooth@freebsd.org Subject: Re: Troubleshooting a USB Bluetooth Dongle X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rnejdl@ringofsaturn.com List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2010 21:54:33 -0000 On Tue, 2 Nov 2010 14:29:06 -0700, Maksim Yevmenkin wrote: > On Tue, Nov 2, 2010 at 2:18 PM, Rusty Nejdl wrote: >>>> On Tue, 2 Nov 2010 13:36:56 -0700, Maksim Yevmenkin wrote: Hello, I am trying to find a working bluetooth dongle or get the one I have working. I purchased a ASUS USB-BT211 [1] which is cheap but is not picked up by FreeBSD. All of the bluetooth devices mentioned on the website are not manufactured any more and I was hoping to be able to utilize something more recent. So, if anyone can recommend a recent device like the above or how I can assist in troubleshooting the device I purchased, I would appreciate any feedback. >>> i assume that you have kldload(8)ed ng_ubt(4) driver, correct? if you did, and it still does not work, then could you please dump usb descriptor for the device? quick google search suggests that at least some of those adapters are based on atheros ar3011 chip (vendor/device id 0x0cf3/0x3000) , and require firmware download. basically, very similar to a certain broadcom chip, for which we have ubtbcmfw(4) driver. > [...] thanks for the information > >> Nov 2 16:08:02 tethys root: Unknown USB device: vendor 0x0cf3 product 0x3000 bus uhub8 Nov 2 16:08:02 tethys kernel: ugen3.3: at usbus3 Which doesn't give me much. Doing a config dump: > i disagree :) it gives you vendor/device id pair which is 0x0cf3/0x3000. in other words, your adapter is based on atheros ar3011 chip and will require a special (new) driver that would download firmware. ubtbcmfw(4) will not work, because its for broadcom chip. i only mentioned this because it would be similar, but not the same :) [...] So, any suggestions on where to go next? 1) need to write a special ubtathfw(4) driver; 2) obtain firmware (i assume it would be on a cd that came with the dongle); the good thing is that linux 2.6.33.7 kernel already has fir > >> uld have to test it (and likely to crash > several times :) are you up for it? thanks, max Max, Well, I have 3 different options: 1) Sure, I would be happy to test. 2) I am also testing out USB Pass through into VirtualBox and so can do some sandbox testing there. 3) I would be happy to order one and have it sent your way if you would like. Just let me know your address. Thanks! Rusty Nejdl Links: ------ [1] mailto:rnejdl@ringofsaturn.com