From owner-freebsd-current@FreeBSD.ORG Fri Jun 22 21:07:16 2007 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4293C16A400; Fri, 22 Jun 2007 21:07:16 +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 F3A4F13C489; Fri, 22 Jun 2007 21:07:15 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l5ML5QOK070871; Fri, 22 Jun 2007 15:05:27 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 22 Jun 2007 15:05:54 -0600 (MDT) Message-Id: <20070622.150554.-432838442.imp@bsdimp.com> To: jkim@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200706221635.16283.jkim@FreeBSD.org> References: <20070621181513.GA1486@roadrunner.q.local> <20070622.141023.-1540393020.imp@bsdimp.com> <200706221635.16283.jkim@FreeBSD.org> 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 22 Jun 2007 15:05:29 -0600 (MDT) Cc: freebsd-current@FreeBSD.org Subject: Re: ukbd(4) not attaching when loaded as module 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: Fri, 22 Jun 2007 21:07:16 -0000 In message: <200706221635.16283.jkim@FreeBSD.org> Jung-uk Kim writes: : On Friday 22 June 2007 04:10 pm, M. Warner Losh wrote: : > In message: <20070621181513.GA1486@roadrunner.q.local> : > : > Ulrich Spoerlein writes: : > : I was loading uhid/ums/ukbd as module, could there be some races : > : with this approach? : > : : > : I will try a GENERIC-ukbd boot to see, if I can isolate it : > : further. : > : > I think that I accidentally omitted the usb module dependency. Can : > you try again and let me know if I've fixed the problem. : : I had a similar problem with ng_ubt(4) few days ago: : : link_elf_obj: symbol usbd_close_pipe undefined : KLD file ng_ubt.ko - could not finalize loading : : I had to add dependency in : sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c. : : Is it also fixed? I don't think I fixed that yet. Thanks! I'll look at the bluetooth and audio drivers. Warner