From owner-freebsd-current@FreeBSD.ORG Thu Nov 6 17:30:22 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 ABC2A1065731; Thu, 6 Nov 2008 17:30:22 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 3CF108FC32; Thu, 6 Nov 2008 17:30:22 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id mA6HQNCj053987; Thu, 6 Nov 2008 10:26:23 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 06 Nov 2008 10:27:38 -0700 (MST) Message-Id: <20081106.102738.-2043076325.imp@bsdimp.com> To: hselasky@c2i.net From: "M. Warner Losh" In-Reply-To: <200811061812.04449.hselasky@c2i.net> References: <200811051722.44148.hselasky@c2i.net> <20081106050416.09944ea2@tau.draftnet> <200811061812.04449.hselasky@c2i.net> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: bruce@cran.org.uk, current@FreeBSD.org, bright@mu.org, freebsd-current@FreeBSD.org, freebsd-usb@FreeBSD.org, kevinxlinuz@163.com 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:30:22 -0000 In message: <200811061812.04449.hselasky@c2i.net> Hans Petter Selasky writes: : 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. I've merged this into -head. Warner