From owner-freebsd-usb@FreeBSD.ORG Sat Jul 15 07:56:35 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 B11F616A4DF for ; Sat, 15 Jul 2006 07:56:35 +0000 (UTC) (envelope-from amistry@am-productions.biz) Received: from mail.united-ware.com (am-productions.biz [69.61.164.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id B68FA43D55 for ; Sat, 15 Jul 2006 07:56:25 +0000 (GMT) (envelope-from amistry@am-productions.biz) Received: from [192.168.1.100] (am-productions.biz [69.61.164.22]) (authenticated bits=0) by mail.united-ware.com (8.13.6/8.13.6) with ESMTP id k6F83Iqj092144 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 15 Jul 2006 04:03:24 -0400 (EDT) (envelope-from amistry@am-productions.biz) From: Anish Mistry To: freebsd-usb@freebsd.org Date: Sat, 15 Jul 2006 03:56:40 -0400 User-Agent: KMail/1.9.1 References: <200607132025.09316.hselasky@c2i.net> <200607141645.56279.hselasky@c2i.net> <1152913957.758.5.camel@RabbitsDen> In-Reply-To: <1152913957.758.5.camel@RabbitsDen> Organization: AM Productions MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1887000.5P7bP21iMj"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200607150356.55793.amistry@am-productions.biz> X-Spam-Status: No, score=-4.9 required=5.0 tests=ALL_TRUSTED,BAYES_50, J_CHICKENPOX_13,MYFREEBSD2 autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.united-ware.com X-Virus-Scanned: ClamAV 0.88.2/1599/Fri Jul 14 01:35:31 2006 on mail.united-ware.com X-Virus-Status: Clean Cc: 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 07:56:35 -0000 --nextPart1887000.5P7bP21iMj Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 14 July 2006 17:52, Alexandre "Sunny" Kovalenko wrote: > On Fri, 2006-07-14 at 16:45 +0200, Hans Petter Selasky wrote: > > 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? > > > > > cd i4b/trunk/i4b/FreeBSD.usb > > > > make S=3D../src package > > > > make install # you can specify a destination directory by using > > S=3DXXX > > > > 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 > > "freebsd-usb-unsubscribe@freebsd.org" > > 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? > > If you need full build log, it is available at > > http://members.verizon.net/~akovalenko/Misc/KernelBuild.log.gz > > > =3D=3D=3D> netgraph/bluetooth/ubt (all) > cc -O2 -fno-strict-aliasing -pipe -march=3Dathlon-xp -Werror > -D_KERNEL -DKLD_MODULE -std=3Dc99 -nostdinc -I- > -I/usr/src/sys/modules/netgraph/bluetooth/ubt/../../../../netgraph/ >bluetooth/include > -I/usr/src/sys/modules/netgraph/bluetooth/ubt/../../../../netgraph/ >bluetooth/drivers/ubt -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/AVERATEC/opt_global.h -I. -I@ -I@/contrib/altq > -finline-limit=3D8000 --param inline-unit-growth=3D100 --param > large-function-growth=3D1000 -fno-common -g > -I/usr/obj/usr/src/sys/AVERATEC -mno-align-long-strings > -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse > -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions > -c > /usr/src/sys/modules/netgraph/bluetooth/ubt/../../../../netgraph/bl >uetooth/drivers/ubt/ng_ubt.c In file included > from > /usr/src/sys/modules/netgraph/bluetooth/ubt/../../../../netgraph/bl >uetooth/drivers/ubt/ng_ubt.c:43: @/dev/usb2/usb_subr.h:146: error: > syntax error before "bus_dma_tag_t" @/dev/usb2/usb_subr.h:178: > error: syntax error before "bus_dma_tag_t" > @/dev/usb2/usb_subr.h:651: error: syntax error before "tag" > @/dev/usb2/usb_subr.h:652: warning: function declaration isn't a > prototype > @/dev/usb2/usb_subr.h:672: error: syntax error before "parent" > @/dev/usb2/usb_subr.h:673: warning: function declaration isn't a > prototype > @/dev/usb2/usb_subr.h:681: error: syntax error before > "usbd_dma_tag_alloc" > @/dev/usb2/usb_subr.h:681: error: syntax error before "parent" > @/dev/usb2/usb_subr.h:681: warning: type defaults to `int' in > declaration of `usbd_dma_tag_alloc' > @/dev/usb2/usb_subr.h:681: warning: function declaration isn't a > prototype > @/dev/usb2/usb_subr.h:681: warning: data definition has no type or > storage class > @/dev/usb2/usb_subr.h:684: error: syntax error before "tag" > @/dev/usb2/usb_subr.h:684: warning: function declaration isn't a > prototype > @/dev/usb2/usb_subr.h:687: error: syntax error before "tag" > @/dev/usb2/usb_subr.h:688: warning: function declaration isn't a > prototype > *** Error code 1 I'm getting this same error. =2D-=20 Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/ --nextPart1887000.5P7bP21iMj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEuJ/HxqA5ziudZT0RAtgcAJ9MEK+UtAigUG57qatKJ5QBj1jf/gCgoz2E ZGG7w7OnFI17sViZzB1DVks= =pJd4 -----END PGP SIGNATURE----- --nextPart1887000.5P7bP21iMj--