From owner-freebsd-questions@FreeBSD.ORG Tue Apr 8 20:06:14 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 823591065674 for ; Tue, 8 Apr 2008 20:06:14 +0000 (UTC) (envelope-from peter.piggybox@virgin.net) Received: from n068.sc1.he.tucows.com (smtpout0174.sc1.he.tucows.com [64.97.136.174]) by mx1.freebsd.org (Postfix) with ESMTP id 56EBC8FC22 for ; Tue, 8 Apr 2008 20:06:14 +0000 (UTC) (envelope-from peter.piggybox@virgin.net) Received: from sc1-out05.emaildefenseservice.com (64.97.139.2) by n068.sc1.he.tucows.com (7.2.069.1) id 4769316E0115B5A8 for questions@freebsd.org; Tue, 8 Apr 2008 19:34:09 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2, 0, 0, 069b079dfe3d866a, 4e2cc025be78e4fd, peter.piggybox@virgin.net, -, RULES_HIT:355:379:945:960:966:973:988:989:1260:1261:1277:1312:1313:1314:1345:1437:1461:1516:1518:1519:1534:1541:1593:1594:1595:1596:1711:1730:1747:1766:1792:1981:2194:2196:2199:2200:2393:2553:2559:2562:2693:2743:2904:3353:3865:3866:3867:3868:3869:3870:3871:4043:4250:4385:5007:6119:6261:7875, 0, RBL:none, CacheIP:none, Bayesian:0.5, 0.5, 0.5, Netcheck:none, DomainCache:0, MSF:not bulk, SPF:, MSBL:none, DNSBL:none,TSO:0 X-Spamcatcher-Explanation: Received: from laptop.piggybox (unknown [86.26.82.235]) by sc1-out05.emaildefenseservice.com (Postfix) with ESMTP for ; Tue, 8 Apr 2008 19:34:09 +0000 (UTC) Received: from laptop.piggybox (localhost [127.0.0.1]) by laptop.piggybox (8.14.2/8.14.2) with ESMTP id m38JY7Lw001688 for ; Tue, 8 Apr 2008 20:34:13 +0100 (BST) (envelope-from peter@laptop.piggybox) Received: (from peter@localhost) by laptop.piggybox (8.14.2/8.14.2/Submit) id m38JY78t001678 for questions@freebsd.org; Tue, 8 Apr 2008 20:34:07 +0100 (BST) (envelope-from peter) Date: Tue, 8 Apr 2008 20:33:50 +0100 From: Peter Harrison To: questions@freebsd.org Message-ID: <20080408193350.GA1506@laptop.piggybox> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: USB bluetooth problem... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 20:06:14 -0000 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: 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.