« Return to Thread: USB ISSCBTA dongle

Re: USB ISSCBTA dongle

by Maksim Yevmenkin :: Rate this Message:

Reply to Author | View in Thread

Volodymyr,

> Dec 15 13:47:41 blade kernel: ubt0: vendor 0x1131 ISSCBTA, rev
> 1.10/3.73, addr 2
> Dec 15 13:47:41 blade kernel: ubt0: vendor 0x1131 ISSCBTA, rev
> 1.10/3.73, addr 2
> Dec 15 13:47:41 blade kernel: ubt0: Interface 0 endpoints:
> interrupt=0x81, bulk-in=0x82, bulk-out=0x2
> Dec 15 13:47:41 blade kernel: ubt0: Interface 1 (alt.config 5)
> endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=49; nframes=6,
> buffer size=294
> Dec 15 13:47:47 blade kernel: ng_hci_process_command_timeout: ubt0hci -
> unable to complete HCI command OGF=0x3, OCF=0x3. Timeout
> Dec 15 13:47:48 blade root: /etc/rc.d/bluetooth: ERROR: Unable to setup
> Bluetooth stack for device ubt0

hmm... strange... it should work. the very first device initialization
command (reset) is failing (timeout).

you could try to comment

  ${hccontrol} -n ${dev}hci reset \
                 > /dev/null 2>&1 || return 1

in the /etc/rc.d/bluetooth and see if this helps (btw, you need to
unplug and re-plug the device after that). if this does not help, then i
would suspect some sort of usb problem.

[...]

> I would like to help debugging this problem if someone is up to that.
> Anyone? :)
>
> PS: Maybe there's a better code for that at 7-CURRENT?

no, the code is pretty much the same.

thanks,
max
_______________________________________________
freebsd-bluetooth@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth
To unsubscribe, send any mail to "freebsd-bluetooth-unsubscribe@..."

 « Return to Thread: USB ISSCBTA dongle