Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2011 15:04:15 -0500
From:      Gary Palmer <gpalmer@freebsd.org>
To:        Volodymyr Kostyrko <c.kworr@gmail.com>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: problem with bluetooth dongle
Message-ID:  <20110220200415.GB10797@in-addr.com>
In-Reply-To: <ijqs9v$dd$1@dough.gmane.org>
References:  <ijpob6$q55$1@dough.gmane.org> <201102201031.48893.hselasky@c2i.net> <ijqs9v$dd$1@dough.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 20, 2011 at 01:01:19PM +0200, Volodymyr Kostyrko wrote:
> 20.02.2011 11:31, Hans Petter Selasky wrote:
> >On Sunday 20 February 2011 01:47:33 Volodymyr Kostyrko wrote:
> >>I have something like:
> >>
> >>Feb 20 02:43:16 limbo kernel: ugen2.3:<Broadcom>  at usbus2
> >>Feb 20 02:43:16 limbo kernel: uhub4:<Broadcom BCM2035B0, class 9/0, rev
> >>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:<vendor 0x0a12>  at usbus2
> >>Feb 20 02:43:17 limbo kernel: ubt0:<vendor 0x0a12 product 0x0001, class
> >>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:<vendor 0x0a5c>  at usbus2
> >>Feb 20 02:43:18 limbo kernel: ugen2.6:<vendor 0x0a5c>  at usbus2
> >>Feb 20 02:43:18 limbo kernel: ums1:<vendor 0x0a5c HIDM, class 0/0, rev
> >>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?
> 
> 1. kldload ng_ubt
> 2. insert dongle
> (above output in /var/log/messages)
> 3. /etc/rc.d/bluetooth start ubt0
> /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0
> (and there's no /dev/ubt0 also)

Normally there isn't a /dev node for ubt0 (although I'm not sure what version
of FreeBSD you're running) as its hooked through netgraph - try 
running "ngctl list" as root and see if there is a ubt0 node there.

Regards,

Gary




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