From owner-freebsd-current Wed Mar 12 21:36:49 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30D0437B401 for ; Wed, 12 Mar 2003 21:36:46 -0800 (PST) Received: from scl8owa02.int.exodus.net (scl8out02.exodus.net [66.35.230.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4620443F93 for ; Wed, 12 Mar 2003 21:36:45 -0800 (PST) (envelope-from Maksim.Yevmenkin@cw.com) Received: from scl8ex04.int.exodus.net ([10.255.74.246]) by scl8owa02.int.exodus.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 12 Mar 2003 21:36:45 -0800 X-MIMEOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Subject: RE: bluetooth BW-BH02U reset failure Date: Wed, 12 Mar 2003 21:36:45 -0800 Message-ID: <790A8B1F40ACA848939EBD247AE490302794E9@scl8ex04.int.exodus.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: bluetooth BW-BH02U reset failure Thread-Index: AcLosNBWX1w9MZgPS36zFdZ1h31hmwAa52Sq From: "Maksim Yevmenkin" To: "miniyan" , X-OriginalArrivalTime: 13 Mar 2003 05:36:45.0062 (UTC) FILETIME=[88A74A60:01C2E922] Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Takahiko, > At first, I installed 5-CURRENT on P3 machine and sync with cvsup to > latest. and overwrite 2003-03-05 maksim's bluetooth modules. please verify that tarball you have downloaded has both kernel and userland stuff, i.e. you have sys, share, usr.bin and usr.sbin in the snapshot's src/ directory. if not please download updated=20 snapshot from the same location. > I tried to use planex(http://www.planex.co.jp/) BW-BH02U BlueTooth USB > dongle. > > I plugged BW-BH02U in to FreeBSD without any ko module. FreeBSD found > that device with ugen0. following message got with usbdevs -v and = udesc_dump. ugen(4) is generic USB device driver. you need to load ng_ubt(4) driver before plugging your device. > ugen0: Broadcom product 0x2033, rev 1.01/0.a0, addr 2 from ng_ubt.[ch] { USB_VENDOR_BROADCOM, USB_PRODUCT_DBW_120M_BT_DONGLE }, #define USB_PRODUCT_DBW_120M_BT_DONGLE 0x2033 /* D-Link DBW-120M */ your device already supported by ng_ubt(4) driver. [...] > These message asked BW-BH02U is like BroadCom Product 2033. I think > this device similar D-Link DBW-120M. yes, it is :) > After, I disconnect BW-BH02U and load ng_ubt.ko. I plugged BW-BH02U > again. FreeBSD found that module with ubt0. > > It looks like work then I try to run rc.bluetooth start ubt0.=20 > rc.bluetooth is provided maksim's 2003-02-10 version. > Unfortunately, rc.bluetooth has problem with "hccontrol ubt0hci = reset" > command. This error message is following.. > > Could not execute command "reset". Operation timed out hmm... strange. now i'm confused. i could not find any info on D-Link DBW-120M, but there is D-Link DWB-120M. it could be that i mistyped the name. is that the one you have http://www.dlink.com/products/usb/dwb120m/ the bad news is that page says its Mac only. also it seems in order to make D-Link DWB-120M work on PC you need to download some sort of firmware into it. according to D-Link there is another adapter D-Link DBT-120 http://www.dlink.com/products/usb/dbt120/ and the page says it works with Mac & PC. also to make things very confusing according to BlueZ page there are two revisions of DBT-120. One has Broadcomm chip (Rev A1) and other CSR chip (Rev B1). The version with Broadcomm chip (Rev A1) also needs firmware download. Version with CSR chip (Rev B1) works just as it is.=20 i will have to go back to the original tester for clarification on that. sorry i do not have this device my self.=20 [...] > I don't know this error related from USB, BT or others. If you have = any > ideas, please give me suggestions. if you have original D-Link DWB-120M or D-Link DBT-120 (Rev A1) than for now you out of luck :( i need to get one of these devices myself to figure out how to download firmware and add proper support in = ng_ubt(4) driver. i have downloaded w2k driver for D-Link DBT-120 and will try to poke around later. thanks, max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message