From owner-freebsd-bluetooth@FreeBSD.ORG Thu Jul 14 00:25:00 2005 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org 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 60DDD16A41C for ; Thu, 14 Jul 2005 00:25:00 +0000 (GMT) (envelope-from Maksim.Yevmenkin@savvis.net) Received: from mailgate1b.savvis.net (mailgate1b.savvis.net [216.91.182.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F4343D46 for ; Thu, 14 Jul 2005 00:24:59 +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 5C1FD3BF0C; Wed, 13 Jul 2005 19:24:59 -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 05313-02-96; Wed, 13 Jul 2005 19:24:59 -0500 (CDT) Received: from out002.email.savvis.net (out002.apptix.savvis.net [216.91.32.45]) by mailgate1b.savvis.net (Postfix) with ESMTP id 333513BE9E; Wed, 13 Jul 2005 19:24:59 -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, 13 Jul 2005 19:24:57 -0500 Received: from [10.254.186.111] ([64.14.1.106]) by s228130hz1ew031.apptix-01.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Wed, 13 Jul 2005 19:24:50 -0500 Message-ID: <42D5B0D5.4060207@savvis.net> Date: Wed, 13 Jul 2005 17:24:53 -0700 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: RedChrom References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Jul 2005 00:24:50.0291 (UTC) FILETIME=[728E5C30:01C5880A] X-Virus-Scanned: amavisd-new at savvis.net 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: Thu, 14 Jul 2005 00:25:00 -0000 Hello, > Sorry for my bad English :) I have the broadcom bluetooth adapter. > usbdevs in my FreeBSD 5.4 can't see this adapter but in Linux lsusb > detect adapter as broadcom and work fine. What's wrong? can you tell us exactly what broadcom adapter you have? bluetooth usb adapters based on boardcom BCM2033 chip require firmware download. due to copyright restrictions firmware is not shipped with freebsd. you have to get it elsewhere. also make sure you have loaded all required drivers. ng_ubt(4) should support most of the bluetooth usb devices. ubtbcmfw(4) is a special driver that should be used together with bcmfw(8) utility to download firmware to the BCM2033 chip based bluetooth dongles. so, kldload ng_ubt, kldload ubtbcmfw and then plug your adapter and check /var/log/messages. finally, http://www.freebsd.org/doc/ru_RU.KOI8-R/books/handbook/network-bluetooth.html thanks, max