From owner-freebsd-current@FreeBSD.ORG Thu Nov 6 17:09:58 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FD1E1065698; Thu, 6 Nov 2008 17:09:58 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.freebsd.org (Postfix) with ESMTP id 5960F8FC0C; Thu, 6 Nov 2008 17:09:56 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=bdeZpJpNa0wA:10 a=SER6hIBTabIA:10 a=d6BVkb5LuPPVEe4iNQMLyA==:17 a=ndaoGXS1AAAA:8 a=6I5d2MoRAAAA:8 a=iO3VSQp1bqclTnTazywA:9 a=3LV0PnsWvoKEGTveXpQA:7 a=8v8e8viEK9MKdErJlSkHhMJL10AA:4 a=9aOQ2cSd83gA:10 a=LY0hPdMaydYA:10 Received: from [62.113.135.6] (account mc467741@c2i.net [62.113.135.6] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1140738135; Thu, 06 Nov 2008 18:09:55 +0100 From: Hans Petter Selasky To: Bruce Cran Date: Thu, 6 Nov 2008 18:12:02 +0100 User-Agent: KMail/1.9.7 References: <200810251925.47273.hselasky@c2i.net> <200811051722.44148.hselasky@c2i.net> <20081106050416.09944ea2@tau.draftnet> In-Reply-To: <20081106050416.09944ea2@tau.draftnet> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811061812.04449.hselasky@c2i.net> Cc: kevin , freebsd-current@freebsd.org, Alfred Perlstein , current@freebsd.org, freebsd-usb@freebsd.org Subject: Re: USB4BSD release candidate number 3 - request for review X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 17:09:58 -0000 On Thursday 06 November 2008, Bruce Cran wrote: > On Wed, 5 Nov 2008 17:22:43 +0100 > > Hans Petter Selasky wrote: > > On Wednesday 05 November 2008, kevin wrote: > > > Hans Petter Selasky wrote: > > > > On Wednesday 05 November 2008, kevin wrote: > > > >> Hans Petter Selasky wrote: > > > >>> Hi, > > > >>> > > > >>> A new USB release is available: > > > >>> > > > >>> http://www.selasky.org/hans_petter/usb4bsd/for_review/ > > > >>> > > > >>> %md5 usb2_release_003.* > > > >>> MD5 (usb2_release_003.diff) = e31a032d0234bb7d72eb968c33118d84 > > > >>> MD5 (usb2_release_003.tar.gz) = 0a0d9dd44e93ba2ceaa849c577f6fecf > > > >>> %sha256 usb2_release_003.* > > > >>> SHA256 (usb2_release_003.diff) = > > > >>> 9b4359f76eeef43d9b6c0c524198e529f2debff14e6158ebac8f35d51efb211b > > > >>> SHA256 (usb2_release_003.tar.gz) = > > > >>> 3040714546fc21bc2943c2e7aec1734150845271664aad44639ff5c553e3ed31 > > > >>> > > > >>> Changes since 002 release: > > > >> > > > >> I try to compile kernel with usb2. > > > > > > > > Hi, > > > > > > > > Try to load the module instead of having bluetooth in the kernel. > > > > Then all dependancies are loaded automatically. > > > > > > > > Depends on some bluetooth stuff. > > > > > > > > --HPS > > > > > > I build kernel without usb2_bluetooth_ng successfully. i notice that > > > fingerpring and bluetooth mouse nolonger work now. > > > in dmesg: > > > ugen0.2: at usbus0 > > > ugen0.3: at usbus0 > > > maybe /etc/rc.d/bthidd and fprint package need update now. > > > > Try: > > > > kldload usb2_bluetooth_ng > > I don't know if this is a problem in general, but I can't load > > usb2_serial_modem and have usb2_serial load automatically: > > kldload usb2_serial_modem > > interface ucom.1 already present in the KLD 'ucom.ko'! > kldload: /boot/kernel/usb2_serial.ko: Unsupported file type > KLD usb2_serial_modem.ko: depends on usb2_serial - not available > kldload: /boot/kernel/usb2_serial_modem.ko: Unsupported file type > > kldload'ing usb2_serial followed by usb2_serial_modem works though. Hi, Fixed in the following commit: http://perforce.freebsd.org/chv.cgi?CH=152584 Thanks again for your reporting. --HPS