From owner-freebsd-mobile@FreeBSD.ORG Wed Apr 9 09:02:21 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DC1D37B408 for ; Wed, 9 Apr 2003 09:02:19 -0700 (PDT) Received: from serio.al.rim.or.jp (serio.al.rim.or.jp [202.247.191.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD85C43F85 for ; Wed, 9 Apr 2003 09:02:18 -0700 (PDT) (envelope-from miniyan@kt.rim.or.jp) Received: from mail2.rim.or.jp by serio.al.rim.or.jp (3.7W/HMX-13) id BAA25877; Thu, 10 Apr 2003 01:02:16 +0900 (JST) Received: from [192.168.2.10] (l224047.ppp.asahi-net.or.jp [218.219.224.47]) by mail2.rim.or.jp (8.9.3/3.7W) id BAA17799; Thu, 10 Apr 2003 01:02:15 +0900 (JST) Date: Thu, 10 Apr 2003 01:02:15 +0900 From: miniyan To: Maksim Yevmenkin In-Reply-To: <20030407171547.75344.qmail@web40303.mail.yahoo.com> References: <20030407171547.75344.qmail@web40303.mail.yahoo.com> Message-Id: <20030410001904.259A.MINIYAN@kt.rim.or.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.05.08 cc: mobile@freebsd.org Subject: Re: Bluetooth stack for FreeBSD ( test bcmfw ) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 16:02:21 -0000 Hello Maksim, As we discussed on current@freebsd.org which is Planex GW-BH02U does not work on bluetooth stack. This product uses Broadcom BCM2033 module and you reached to solution, firmware patch for the module. I should report you when I tested bcmfw command. I've been installed 2003-04-07(patched) on Casio FIVA. At first, I tried to connect HSC HNT-UB01(MITSUMI Module). Bluetooth stack looks fine. Next, I tried to connect GW-BH02U. This module found with ubt0. Of course hccommand still problem. So, I should type following command on firm dir. # bcmfw -n ubt0 -m BCM2033-MD.hex -f BCM2033-FW.bin bcmfw[498]: Could not NgSendMsg(4, ubt0:, 1021837971, 7, 0xbfbffb6e, 2). No such file or directory (2) Unfortunately, I got following message on console and upgrade failure. Allocationg major#249 to "ubt" ubt0: at uhub0 port 1 (addr 2) disconnected ubt0: detached ugen0: Broadcom Corp. BCM2033, rev 1.01/0.a0, addr2 I tried to solve with use gdb and trace bcmfw. So, bcmfw called bcmfw_device_nodes twice. First one should passed. Second one show that syslog message to failure. I don't know why but when firmware transfered to module, just after ubt0 become detached. I should test continuously, If this report becomes help you for fix problem. Thanks. takahiko ------------------------------------------------------------------- I'm translating Pav's bluetooth.html to Japanese(still translating). http://www.surfline.ne.jp/kaneko/papa_sakura/FreeBSD/bluetooth.html ------------------------------------------------------------------- miniyan