Date: Mon, 18 Dec 2006 09:57:27 -0800 From: Maksim Yevmenkin <maksim.yevmenkin@savvis.net> To: Volodymyr Kostyrko <arcade@synergetica.dn.ua> Cc: freebsd-bluetooth@freebsd.org Subject: Re: USB ISSCBTA dongle Message-ID: <4586D687.80009@savvis.net> In-Reply-To: <45829312.1050507@synergetica.dn.ua> References: <45829312.1050507@synergetica.dn.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4586D687.80009>