From owner-freebsd-bluetooth@FreeBSD.ORG Wed May 8 00:33:55 2013 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D095E40B for ; Wed, 8 May 2013 00:33:55 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-oa0-f50.google.com (mail-oa0-f50.google.com [209.85.219.50]) by mx1.freebsd.org (Postfix) with ESMTP id A04E3AB4 for ; Wed, 8 May 2013 00:33:55 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id l10so1396498oag.23 for ; Tue, 07 May 2013 17:33:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=9+yE783iBNKZc1nPrp+N+x/v//o1liiaEIimb7VBGwE=; b=EjMkBlbakAbiijtKvLBQF309VE2pCSSOWvCVcIRoqj/otWQHpOpKIuIBwG2rOHhqG4 7tHuLwV7wDqMXNYQuLZ5VE3nHExqanSuW488C96IlOc7cV4FW1f8DNdx41NY0Wk2FOIW /g0ds4unYkPdeRZ+NBfEjQ45bNQjaVEbbHsEDK6P9E9Yb0YYS4lZQQfgpso1zBbEicyT a48282Ioffo5jWEBGvZes3UF6Q/N6e1HpX8UtzMXVFuu40JJOO4JNePzD6+r4UZAQfCL FyudGsJAVybxfUMaaqRG0S69H2dUeb/WiA+CdhCUeflKgbRzl1s+OAdzrWijj+Hb0uP1 Ngtw== MIME-Version: 1.0 X-Received: by 10.182.230.198 with SMTP id ta6mr1255745obc.98.1367973234837; Tue, 07 May 2013 17:33:54 -0700 (PDT) Received: by 10.76.169.102 with HTTP; Tue, 7 May 2013 17:33:54 -0700 (PDT) In-Reply-To: <1367610956.77651.YahooMailNeo@web121402.mail.ne1.yahoo.com> References: <1367610956.77651.YahooMailNeo@web121402.mail.ne1.yahoo.com> Date: Tue, 7 May 2013 17:33:54 -0700 Message-ID: Subject: Re: Bluetooth BCM20702A0 From: Maksim Yevmenkin To: Darren Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-bluetooth@freebsd.org" X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2013 00:33:55 -0000 On Fri, May 3, 2013 at 12:55 PM, Darren wrote: > I've been trying to follow the instructions at http://www.freebsd.org/doc/en/books/...bluetooth.html however I am just not getting the same results. > > BCM20702A0 is supported as I found it mentioned in the ng_ubt.c driver. > > > Code: > /* Broadcom USB dongles, mostly BCM20702 and BCM20702A0 */ { USB_VENDOR(USB_VENDOR_BROADCOM), USB_IFACE_CLASS(UICLASS_VENDOR), USB_IFACE_SUBCLASS(UDSUBCLASS_RF), USB_IFACE_PROTOCOL(UDPROTO_BLUETOOTH) }, > }; > Code: > ugen7.2: at usbus7 > ubt0: on usbus7 > WARNING: attempt to domain_add(netgraph) after domainfinalize()Also no device exists: that is fine > Code: > % cd /dev > % ls *bt* > ls: No match. that is fine too. no /dev entry is created for ubt(4) devices. instead just plug your device and do # ngctl li > % service bluetooth start ubt0 > /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0 well, it might be a problem. please run it as # sh -x /etc/rc.d/bluetooth start ubt0 to see what exactly is failing max