From owner-freebsd-bluetooth@FreeBSD.ORG Wed Apr 20 19:36:57 2005 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCB9316A4CE for ; Wed, 20 Apr 2005 19:36:57 +0000 (GMT) Received: from mailgate1b.savvis.net (mailgate1b.savvis.net [216.91.182.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D47A43D1D for ; Wed, 20 Apr 2005 19:36:57 +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 338613BE39; Wed, 20 Apr 2005 14:36:56 -0500 (CDT) 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 05256-01-14; Wed, 20 Apr 2005 14:36:56 -0500 (CDT) Received: from out002.email.savvis.net (out002.apptix.savvis.net [216.91.32.45]) by mailgate1b.savvis.net (Postfix) with ESMTP id 079A33BE28; Wed, 20 Apr 2005 14:36:56 -0500 (CDT) Received: from s228130hz1ew031.apptix-01.savvis.net ([10.146.4.28]) by out002.email.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Wed, 20 Apr 2005 14:36:42 -0500 Received: from [10.254.186.111] ([66.35.239.94]) by s228130hz1ew031.apptix-01.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Wed, 20 Apr 2005 14:36:38 -0500 Message-ID: <4266AF44.7060702@savvis.net> Date: Wed, 20 Apr 2005 12:36:36 -0700 From: Maksim Yevmenkin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040822 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Guillermo Sobalvarro References: <20050420191639.27363.qmail@web52603.mail.yahoo.com> In-Reply-To: <20050420191639.27363.qmail@web52603.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Apr 2005 19:36:38.0980 (UTC) FILETIME=[456EB040:01C545E0] X-Virus-Scanned: amavisd-new at savvis.net cc: freebsd-bluetooth@freebsd.org Subject: Re: USB Dongle X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 19:36:58 -0000 Guillermo, > Here's my recomendation for a bt dongle for you to > test: > > 3Com (3CREB96B) > > I've got one and don't but have not gotten it to work > although it is one of the "supported" ones. well, i have *exactly* the same dongle and it works just fine. [from /var/log/messages] Apr 20 12:31:38 beetle kernel: ubt0: vendor 0x0506 product 0x00a0, rev 1.10/1.15, addr 3 Apr 20 12:31:38 beetle kernel: ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 Apr 20 12:31:39 beetle kernel: ubt0: Interface 1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=49; nframes=6, buffer size=294 [and when i start bluetooth stack] beetle# /usr/local/etc/rc.bluetooth start ubt0 BD_ADDR: 00:04:76:e1:ae:2b Features: 0xff 0xff 0x5 00 00 00 00 00 <3-Slot> <5-Slot> Max. ACL packet size: 128 bytes Number of ACL packets: 8 Max. SCO packet size: 64 bytes Number of SCO packets: 8 perhaps you are doing something wrong? thanks, max