From owner-freebsd-usb@FreeBSD.ORG Sun Feb 20 09:32:03 2011 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B01DB106564A for ; Sun, 20 Feb 2011 09:32:03 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id 3B7CF8FC0C for ; Sun, 20 Feb 2011 09:32:03 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=Vlw5OJcoxCC473z5moizI40ESYe+BpcMN2hU0iQoJwI= c=1 sm=1 a=gI7aaNKbFB0A:10 a=IkcTkHD0fZMA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=fwPg-t87iuEeMAXeGJoA:9 a=YS4EsZixu6IyucpGY5AA:7 a=mH-7Ovx2eKbk6JdrSobZNE5bw7IA:4 a=QEXdDO2ut3YA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 90852483; Sun, 20 Feb 2011 10:32:02 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sun, 20 Feb 2011 10:31:48 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: In-Reply-To: X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201102201031.48893.hselasky@c2i.net> Cc: Volodymyr Kostyrko Subject: Re: problem with bluetooth dongle X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2011 09:32:03 -0000 On Sunday 20 February 2011 01:47:33 Volodymyr Kostyrko wrote: > I have something like: > > Feb 20 02:43:16 limbo kernel: ugen2.3: at usbus2 > Feb 20 02:43:16 limbo kernel: uhub4: 1.10/1.00, addr 3> on usbus2 > Feb 20 02:43:16 limbo kernel: uhub4: 3 ports with 0 removable, bus powered > Feb 20 02:43:17 limbo kernel: ugen2.4: at usbus2 > Feb 20 02:43:17 limbo kernel: ubt0: 224/1, rev 1.10/1.01, addr 4> on usbus2 > Feb 20 02:43:17 limbo root: Unknown USB device: vendor 0x0a12 product > 0x0001 bus uhub4 > Feb 20 02:43:18 limbo root: Unknown USB device: vendor 0x0a5c product > 0x3502 bus uhub4 > Feb 20 02:43:18 limbo kernel: ugen2.5: at usbus2 > Feb 20 02:43:18 limbo kernel: ugen2.6: at usbus2 > Feb 20 02:43:18 limbo kernel: ums1: 1.10/1.00, addr 6> on usbus2 > Feb 20 02:43:18 limbo kernel: ums1: 3 buttons and [XY] coordinates ID=0 > > And it almost works. I can register devices with it, but I can't do > anything more. Any phone connected shows that this device doesn't > provide any services despite sdpd is running. How did you start the bluetooth daemons? Did you load the required netgraph modules? --HPS