Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Apr 2008 20:33:50 +0100
From:      Peter Harrison <peter.piggybox@virgin.net>
To:        questions@freebsd.org
Subject:   USB bluetooth problem...
Message-ID:  <20080408193350.GA1506@laptop.piggybox>

next in thread | raw e-mail | index | archive | help
I'm trying to get a no-name usb bluetooth dongle working without luck so far.

I'm reading through the handbook, so I've run:

# kldload ng_ubt

then I plug the dongle in, this is what I see in /var/log/messages:

Apr  8 20:23:23 laptop root: Unknown USB device: vendor 0x1131 product 0x1001 bus uhub0
Apr  8 20:23:28 laptop kernel: ubt0: <vendor 0x1131 ISSCBTA, class 224/1, rev 1.10/3.73, addr 2> on uhub0
Apr  8 20:23:28 laptop kernel: ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2
Apr  8 20:23:28 laptop kernel: ubt0: Interface 1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=49; nframes=6, buffer size=294
Apr  8 20:23:29 laptop kernel: WARNING: attempt to net_add_domain(bluetooth) after domainfinalize()
Apr  8 20:23:29 laptop kernel: WARNING: attempt to net_add_domain(netgraph) after domainfinalize()
Apr  8 20:23:35 laptop kernel: ng_hci_process_command_timeout: ubt0hci - unable to complete HCI command OGF=0x3, OCF=0x3. Timeout
Apr  8 20:23:36 laptop root: /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0
Apr  8 20:28:22 laptop root: rc.d/bluetooth: ERROR: Unsupported device: 

and I don't get a /dev/ubt0 so none of the other commands will work. I also don't have a /usr/share/examples/netgraph/bluetooth/rc.bluetooth as suggested, but I do have a /etc/rc.d/bluetooth which seems to attempt to start the stack.

This is on:

FreeBSD laptop.piggybox 7.0-STABLE FreeBSD 7.0-STABLE #4: Wed Apr  2 21:38:37 BST 2008     root@laptop.piggybox:/usr/obj/usr/src/sys/GENERIC  i386


Any thoughts? Thanks in advance,


Peter Harrison.



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