USB bluetooth dongles

Hans Petter Selasky hselasky at c2i.net
Sat Jul 15 15:47:17 UTC 2006


On Saturday 15 July 2006 14:54, Alexandre "Sunny" Kovalenko 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?

<cut>

> > >
> > > Error below is what I get with -CURRENT of July 9th. I am building all
> > > USB stuff as modules though, would that be a problem?
> >
> > No. It seems like I have forgot a small patch. Could you try the
> > following patch (just apply it manually):
> >
> > --- usb_port.h  Fri Mar 17 17:56:07 2006
> > +++ /sys/dev/usb/usb_port.h        Sat Jul  8 11:14:00 2006
> > @@ -43,6 +43,7 @@
> >  #  ifdef __FreeBSD__
> >
> >  #   include <sys/conf.h>
> > +#   include <machine/bus.h> /* bus_space_xxx() */
> >  #   include <machine/resource.h> /* SYS_XXX */
> >  #   include <sys/bus.h> /* device_xxx() */
> >  #   ifdef INCLUDE_PCIXXX_H
> >
> > Then try to build again.
> >
> > --HPS
>
> At least on my system (-CURRENT as of July 9) sys/dev/usb/usb_port.h
> merely includes sys/dev/usb2/usb_port.h, 

Right, it should be "usb2/usb_port.h", sorry.

> so I have patched that instead. 
> Kernel build was successfull, but attempt to load ng_ubt module results
> in
>
> link_elf: symbol usbd_driver_load undefined

That should not happen. Did you load "usb" first, and then "ng_ubt" ?

> This is the system built with configuration AVERATEC from my previous
> posts.
>
> I will try to build kernel with USB inside and see if that fares any
> better. Might not be until later today or tomorrow though...

Ok.

--HPS


More information about the freebsd-usb mailing list