Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2003 21:36:45 -0800
From:      "Maksim Yevmenkin" <Maksim.Yevmenkin@cw.com>
To:        "miniyan" <miniyan@kt.rim.or.jp>, <current@freebsd.org>
Subject:   RE: bluetooth BW-BH02U reset failure
Message-ID:  <790A8B1F40ACA848939EBD247AE490302794E9@scl8ex04.int.exodus.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790A8B1F40ACA848939EBD247AE490302794E9>