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
_______________________________________________
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to