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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[EMAIL PROTECTED]"
