From owner-freebsd-bluetooth@FreeBSD.ORG Thu Jan 6 18:27:15 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 19A9516A4E4 for ; Thu, 6 Jan 2005 18:27:11 +0000 (GMT) Received: from mailgate1b.savvis.net (mailgate1b.savvis.net [216.91.182.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9919043D54 for ; Thu, 6 Jan 2005 18:27:10 +0000 (GMT) (envelope-from Maksim.Yevmenkin@savvis.net) Received: from out002.email.savvis.net (out002.apptix.savvis.net [216.91.32.45])j06IQiTt014235; Thu, 6 Jan 2005 12:26:44 -0600 Received: from s228130hz1ew17.apptix-01.savvis.net ([10.146.4.29]) by out002.email.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Thu, 6 Jan 2005 12:26:36 -0600 Received: from [10.254.186.111] ([66.35.239.94]) by s228130hz1ew17.apptix-01.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Thu, 6 Jan 2005 12:26:19 -0600 Message-ID: <41DD82CE.5080502@savvis.net> Date: Thu, 06 Jan 2005 10:26:22 -0800 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: Ronald Klop References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Jan 2005 18:26:20.0040 (UTC) FILETIME=[37C98880:01C4F41D] X-ECS-MailScanner: No virus is found cc: freebsd-bluetooth@freebsd.org Subject: Re: ng_ubt with Broadcom BCM92035DGL 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: Thu, 06 Jan 2005 18:27:15 -0000 Ronald, > I have a USB Bluetooth adapter which probes fine as ubt0, but I get errors > when trying to use bluetooth. > Attached is my verbose dmesg output. I've read the handbook about > bluetooth and searched the internet for it. > The errors I get are these. > > # /etc/rc.bluetooth start ubt0 > Status: Command disallowed [0xc] > > # /etc/rc.bluetooth start ubt0 > Could not execute command "reset". Operation timed out > > What information can I provide to resolve this. Or is there a better > mailinglist for this? for starters can you tell which command your dongle disallowed. rc.bluetooth is a shell script, so 1) unplug the dongle 2) plug the dongle 3) # sh -x /etc/rc.bluetooth start ubt0 4) send me the output then try to comment out the disallowed command and repeat the steps above. > The usb-adapter is the shop-brand of the MyCom shops in The Netherlands. ok, do you know if i can get similar adapter in US? > uhub1: Broadcom product 0x3535, class 9/0, rev 2.00/1.00, addr 2 > uhub1: 3 ports with 0 removable, bus powered > ubt0: Broadcom BCM92035DGL, rev 1.10/1.00, addr 3 > ubt0: Broadcom BCM92035DGL, rev 1.10/1.00, addr 3 > ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 > ubt0: Interface 1 (alt.config 4) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=64; nframes=5, buffer size=320 this looks fine to me. thanks, max