Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 16:45:55 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org
Cc:        Anish Mistry <amistry@am-productions.biz>
Subject:   Re: USB bluetooth dongles
Message-ID:  <200607141645.56279.hselasky@c2i.net>
In-Reply-To: <200607132208.47779.hselasky@c2i.net>
References:  <200607132025.09316.hselasky@c2i.net> <200607131551.01000.amistry@am-productions.biz> <200607132208.47779.hselasky@c2i.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 13 July 2006 22:08, Hans Petter Selasky wrote:
> On Thursday 13 July 2006 21:50, Anish Mistry wrote:
> > On Thursday 13 July 2006 15:41, Hans Petter Selasky wrote:
> > > On Thursday 13 July 2006 20:53, Anish Mistry wrote:
> > > > On Thursday 13 July 2006 14:25, Hans Petter Selasky wrote:
> > > > > Hi,
> > > > >
> > > > > Is there anyone on this list using USB Bluetooth dongles, that
> > > > > can test my new USB system and the USB Bluetooth driver?
> > > >
> > > > Yeah, I have access to one.  Do you have an updated snapshot?
> > >
> > > I will probably finish the rewrite tomorrow. I will post the
> > > details for how you can install the new driver on FreeBSD 6/7, when
> > > I am finished. Maybe you can install Subversion in the meanwhile,
> > > if you have not got it installed already. See
> > > "/usr/ports/devel/subversion"
> >
> > What is the SVN location?
>
> NOTE: The UBT code is not there yet.
>
> svn --username anonsvn --password anonsvn checkout
> svn://svn.turbocat.net/i4b
>
> See:
> i4b/trunk/i4b/FreeBSD.usb
>
> There you type:
>
> make S=../src package

I just committed the UBT driver.

Can you run "svn update" from the root directory.

Then again:

cd i4b/trunk/i4b/FreeBSD.usb

make S=../src package

make install  # you can specify a destination directory by using S=XXX

Then copy the following files to  
"/usr/src/sys/netgraph/bluetooth/drivers/ubt/" (for example)

i4b/trunk/i4b/src/sys/netgraph/bluetooth/drivers/ubt/TODO
i4b/trunk/i4b/src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
i4b/trunk/i4b/src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h

Then build a kernel with the following options:

device netgraph_bluetooth_ubt
device netgraph_bluetooth
device netgraph

Then I hope it works, after that you have installed the new kernel. Else send 
me dmesg from the panics you get, like usual :-)

Thanks,
--HPS



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