Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2006 23:36:13 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        "Alexandre \"Sunny\" Kovalenko" <Alex.Kovalenko@verizon.net>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: USB bluetooth dongles
Message-ID:  <200607162336.14619.hselasky@c2i.net>
In-Reply-To: <1153065269.903.18.camel@RabbitsDen>
References:  <200607132025.09316.hselasky@c2i.net> <200607151747.21167.hselasky@c2i.net> <1153065269.903.18.camel@RabbitsDen>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 16 July 2006 17:54, Alexandre "Sunny" Kovalenko wrote:
> On Sat, 2006-07-15 at 17:47 +0200, Hans Petter Selasky wrote:
> > On Saturday 15 July 2006 14:54, Alexandre "Sunny" Kovalenko wrote:
> > > > > > > > > > On Thursday 13 July 2006 14:25, Hans Petter Selasky wrote:
> > > > > > > > > > > Hi,
> > > > > > > > > > >
> > > > > > > > > > > Is there anyone on this list using USB Bluetooth
> > > > > > > > > > > dongles, that can test my new USB system and the USB
> > > > > > > > > > > Bluetooth driver?
>

<cut>

>
> Here is what I get upon insertion of the dongle #2 (3Com 3CREB96):
>
> usbd_fill_iface_data: invalid wMaxPacketSize, addr=126!
> usbd_fill_iface_data: invalid wMaxPacketSize, addr=126!
   ^^^ this means that wMaxPacketsSize is zero - strange

> ubt0: <3Com Bluetooth dongle, class 224/1, rev 1.10/1.15, addr 126>
> ubt0:ubt_intr_read_complete:881: Invalid HCI event frame size, length=0,
> pktlen=7
> ubt0:ubt_intr_read_complete:881: Invalid HCI event frame size, length=0,
> pktlen=7
> ubt0:ubt_intr_read_complete:881: Invalid HCI event frame size, length=0,
> pktlen=7
> ng_hci_process_command_timeout: ubt0hci - unable to complete HCI command
> OGF=0x3, OCF=0x3. Timeout

I found a bug in the code. Could you try to do a "svn update". Then copy the 
following files to  
"/usr/src/sys/netgraph/bluetooth/drivers/ubt/" (for example)

i4b/trunk/i4b/src/sys/netgraph/bluetooth/drivers/ubt/TODO
i4b/trunk/i4b/src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
i4b/trunk/i4b/src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h

Then rebuild your kernel, and try again.

--HPS



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