From owner-freebsd-usb@FreeBSD.ORG Sat Jul 15 15:47:17 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5802C16A4E2 for ; Sat, 15 Jul 2006 15:47:17 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.swip.net [212.247.155.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCE4443D49 for ; Sat, 15 Jul 2006 15:47:16 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== X-Cloudmark-Score: 0.000000 [] Received: from [193.217.135.21] (HELO [10.0.0.249]) by mailfe09.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 66228759; Sat, 15 Jul 2006 17:47:14 +0200 From: Hans Petter Selasky To: "Alexandre \"Sunny\" Kovalenko" Date: Sat, 15 Jul 2006 17:47:20 +0200 User-Agent: KMail/1.7 References: <200607132025.09316.hselasky@c2i.net> <200607151012.52836.hselasky@c2i.net> <1152968057.922.5.camel@RabbitsDen> In-Reply-To: <1152968057.922.5.camel@RabbitsDen> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-5" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607151747.21167.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: USB bluetooth dongles 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: Sat, 15 Jul 2006 15:47:17 -0000 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? > > > > > > 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 > > +# include /* bus_space_xxx() */ > > # include /* SYS_XXX */ > > # include /* 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